Eyeshot 10 WPF API Reference
HexagonalCompositeCurve Constructor(Double,Double,Double,Double,Boolean)

WPF Assembly > devDept.Eyeshot.Entities Namespace > HexagonalCompositeCurve Class > HexagonalCompositeCurve Constructor : HexagonalCompositeCurve Constructor(Double,Double,Double,Double,Boolean)
Position along the plane X axis
Position along the plane Y axis
Radius
Rotation angle in radians
When true, the radius is considered of the inscribed circle
Position constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal radius As Double, _
   Optional ByVal angle As Double, _
   Optional ByVal inscribed As Boolean _
)
public HexagonalCompositeCurve( 
   double x,
   double y,
   double radius,
   double angle,
   bool inscribed
)

Parameters

x
Position along the plane X axis
y
Position along the plane Y axis
radius
Radius
angle
Rotation angle in radians
inscribed
When true, the radius is considered of the inscribed circle
See Also

Reference

HexagonalCompositeCurve Class
HexagonalCompositeCurve Members
Overload List