Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CreateSlot Method / CreateSlot(Double,Double,Double,Double,Double,Boolean) Method
Position along the plane X axis
Position along the plane Y axis
Center to center length
Radius
Rotation angle in radians
When true, the slot is built centered on the origin.

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

    Parameters

    x
    Position along the plane X axis
    y
    Position along the plane Y axis
    length
    Center to center length
    radius
    Radius
    angle
    Rotation angle in radians
    centered
    When true, the slot is built centered on the origin.
    See Also