Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / CreateHelix Method
Radius of the helix
Height of each full turn of the helix
Number of turns
Reverse direction of the Helix
The maximum deviation

In This Topic
    CreateHelix Method
    In This Topic
    Creates a Linear path in the form of an Helix.
    Syntax
    'Declaration
     
    Public Shared Function CreateHelix( _
       ByVal radius As Double, _
       ByVal pitch As Double, _
       ByVal turns As Double, _
       ByVal reverseTwist As Boolean, _
       ByVal deviation As Double _
    ) As LinearPath
    public static LinearPath CreateHelix( 
       double radius,
       double pitch,
       double turns,
       bool reverseTwist,
       double deviation
    )

    Parameters

    radius
    Radius of the helix
    pitch
    Height of each full turn of the helix
    turns
    Number of turns
    reverseTwist
    Reverse direction of the Helix
    deviation
    The maximum deviation

    Return Value

    The created helix.
    Exceptions
    ExceptionDescription
    See Also