Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CreateSlot Method / CreateSlot(Double,Double,Boolean) Method
Center to center length
Radius
When true, the slot is built centered on the origin.

In This Topic
    CreateSlot(Double,Double,Boolean) Method
    In This Topic
    Creates a composite curve with the shape of a slot.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateSlot( _
       ByVal length As Double, _
       ByVal radius As Double, _
       Optional ByVal centered As Boolean _
    ) As CompositeCurve
    public static CompositeCurve CreateSlot( 
       double length,
       double radius,
       bool centered
    )

    Parameters

    length
    Center to center length
    radius
    Radius
    centered
    When true, the slot is built centered on the origin.
    See Also