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

WPF Assembly > devDept.Eyeshot.Entities Namespace > RoundedRectangleShapedCompositeCurve Class > RoundedRectangleShapedCompositeCurve Constructor : RoundedRectangleShapedCompositeCurve Constructor(Plane,Double,Double,Double,Boolean)
Sketch plane
Width
Height
Corner radius
When true, the rectangle is built centered on the origin.
Plane constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sketchPlane As Plane, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal radius As Double, _
   Optional ByVal centered As Boolean _
)
public RoundedRectangleShapedCompositeCurve( 
   Plane sketchPlane,
   double width,
   double height,
   double radius,
   bool centered
)

Parameters

sketchPlane
Sketch plane
width
Width
height
Height
radius
Corner radius
centered
When true, the rectangle is built centered on the origin.
See Also

Reference

RoundedRectangleShapedCompositeCurve Class
RoundedRectangleShapedCompositeCurve Members
Overload List