Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CreateCircularSlot Method / CreateCircularSlot(Double,Double,Double,Double) Method
Start angle in radians
Delta angle in radians
Circle radius
Slot radius

In This Topic
    CreateCircularSlot(Double,Double,Double,Double) Method
    In This Topic
    Creates a composite curve with the shape of a circular slot by start angle.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateCircularSlot( _
       ByVal startAngle As Double, _
       ByVal deltaAngle As Double, _
       ByVal radius As Double, _
       ByVal slotRadius As Double _
    ) As CompositeCurve
    public static CompositeCurve CreateCircularSlot( 
       double startAngle,
       double deltaAngle,
       double radius,
       double slotRadius
    )

    Parameters

    startAngle
    Start angle in radians
    deltaAngle
    Delta angle in radians
    radius
    Circle radius
    slotRadius
    Slot radius
    See Also