Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CreateHexagon Method / CreateHexagon(Plane,Double,Double,Double,Double,Boolean) Method
Sketch plane
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(Plane,Double,Double,Double,Double,Boolean) Method
    In This Topic
    Creates an hexagonal composite curve by plane and position.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateHexagon( _
       ByVal sketchPlane As Plane, _
       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( 
       Plane sketchPlane,
       double x,
       double y,
       double radius,
       double angle,
       bool inscribed
    )

    Parameters

    sketchPlane
    Sketch plane
    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