Eyeshot 10 WinForms API Reference
RectagularCompositeCurve Constructor(Plane,Double,Double,Double,Double,Double,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > RectagularCompositeCurve Class > RectagularCompositeCurve Constructor : RectagularCompositeCurve Constructor(Plane,Double,Double,Double,Double,Double,Boolean)
Sketch plane
Position along the plane X axis
Position along the plane Y axis
Width
Height
Rotation angle in radians
When true, the rectangle is built centered on the origin.
Plane and position constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sketchPlane As Plane, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double, _
   Optional ByVal angle As Double, _
   Optional ByVal centered As Boolean _
)
public RectagularCompositeCurve( 
   Plane sketchPlane,
   double x,
   double y,
   double width,
   double height,
   double angle,
   bool centered
)

Parameters

sketchPlane
Sketch plane
x
Position along the plane X axis
y
Position along the plane Y axis
width
Width
height
Height
angle
Rotation angle in radians
centered
When true, the rectangle is built centered on the origin.
See Also

Reference

RectagularCompositeCurve Class
RectagularCompositeCurve Members
Overload List