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

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

    Parameters

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