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

WinForms Assembly > devDept.Eyeshot.Entities Namespace > RoundedRectangleShapedCompositeCurve Class > RoundedRectangleShapedCompositeCurve Constructor : RoundedRectangleShapedCompositeCurve Constructor(Plane,Double,Double,Double,Double,Double,Double,Boolean)
Sketch plane
Position along the plane X axis
Position along the plane Y axis
Width
Height
Corner radius
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, _
   ByVal radius As Double, _
   Optional ByVal angle As Double, _
   Optional ByVal centered As Boolean _
)
public RoundedRectangleShapedCompositeCurve( 
   Plane sketchPlane,
   double x,
   double y,
   double width,
   double height,
   double radius,
   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
radius
Corner radius
angle
Rotation angle in radians
centered
When true, the rectangle is built centered on the origin.
See Also

Reference

RoundedRectangleShapedCompositeCurve Class
RoundedRectangleShapedCompositeCurve Members
Overload List