Eyeshot 10 WinForms API Reference
CircularSlotShapedCompositeCurve Constructor(Plane,Double,Double,Double,Double)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CircularSlotShapedCompositeCurve Class > CircularSlotShapedCompositeCurve Constructor : CircularSlotShapedCompositeCurve Constructor(Plane,Double,Double,Double,Double)
Sketch plane
Start angle in radians
Delta angle in radians
Circle radius
Slot radius
Plane, position and start angle constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sketchPlane As Plane, _
   ByVal startAngle As Double, _
   ByVal deltaAngle As Double, _
   ByVal radius As Double, _
   ByVal slotRadius As Double _
)
public CircularSlotShapedCompositeCurve( 
   Plane sketchPlane,
   double startAngle,
   double deltaAngle,
   double radius,
   double slotRadius
)

Parameters

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

Reference

CircularSlotShapedCompositeCurve Class
CircularSlotShapedCompositeCurve Members
Overload List