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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CircularSlotShapedCompositeCurve Class > CircularSlotShapedCompositeCurve Constructor : CircularSlotShapedCompositeCurve Constructor(Double,Double,Double,Double,Double,Double)
Position along the plane X axis
Position along the plane Y axis
Start angle in radians
Delta angle in radians
Circle radius
Slot radius
Position and start angle constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal startAngle As Double, _
   ByVal deltaAngle As Double, _
   ByVal radius As Double, _
   ByVal slotRadius As Double _
)
public CircularSlotShapedCompositeCurve( 
   double x,
   double y,
   double startAngle,
   double deltaAngle,
   double radius,
   double slotRadius
)

Parameters

x
Position along the plane X axis
y
Position along the plane Y axis
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