Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CreateCircularSlot Method / CreateCircularSlot(Plane,Double,Double,Double,Double,Double) Method
Sketch plane
Position along the plane X axis
Position along the plane Y axis
Angle in radians
Circle radius
Slot radius

In This Topic
    CreateCircularSlot(Plane,Double,Double,Double,Double,Double) Method
    In This Topic
    Creates a composite curve with the shape of a circular slot by plane and position constructor.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateCircularSlot( _
       ByVal sketchPlane As Plane, _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal angle As Double, _
       ByVal radius As Double, _
       ByVal slotRadius As Double _
    ) As CompositeCurve
    public static CompositeCurve CreateCircularSlot( 
       Plane sketchPlane,
       double x,
       double y,
       double angle,
       double radius,
       double slotRadius
    )

    Parameters

    sketchPlane
    Sketch plane
    x
    Position along the plane X axis
    y
    Position along the plane Y axis
    angle
    Angle in radians
    radius
    Circle radius
    slotRadius
    Slot radius
    See Also