LinearPath.CreateHelix (Double, Double, Double, Double, Boolean) Method

Creates a linear path in the form of an helix.
Public Shared Function CreateHelix( _ 
ByVal radius As Double, _ 
ByVal angle As Double, _ 
ByVal height As Double, _ 
ByVal deviation As Double, _ 
ByVal reverseTwist As Boolean
) As LinearPath
This language is not supported or no code example is available.
public static LinearPath CreateHelix( 
double radius
double angle
double height
double deviation
bool reverseTwist 
)
This language is not supported or no code example is available.

Parameters

radius
double

Radius of the helix

angle
double

Angle between the helix and an axial line on its cylinder

height
double

Total height of the helix

deviation
double

The maximum deviation

reverseTwist
bool

Reverse the helix direction

Return Value

LinearPath

The helicoidal linear path

.NET Framework

Supported in: 4.8

In this article

Definition