Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CreateHexagon Method / CreateHexagon(Double,Double,Double,Double,Boolean) Method
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

In This Topic
    CreateHexagon(Double,Double,Double,Double,Boolean) Method
    In This Topic
    Creates an hexagonal composite curve by position.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateHexagon( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal radius As Double, _
       Optional ByVal angle As Double, _
       Optional ByVal inscribed As Boolean _
    ) As CompositeCurve
    public static CompositeCurve CreateHexagon( 
       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