LinearPath.CreateHelix Method

Creates a Linear path in the form of an Helix.
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
This language is not supported or no code example is available.
public static LinearPath CreateHelix( 
double radius
double pitch
double turns
bool reverseTwist
double deviation 
)
This language is not supported or no code example is available.

Parameters

radius
double

Radius of the helix

pitch
double

Height of each full turn of the helix

turns
double

Number of turns

reverseTwist
bool

Reverse direction of the Helix

deviation
double

The maximum deviation

Return Value

LinearPath

The created helix.

Exception type Condition

Exception

Exception

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition