Arc.GetRadianFromNurbFormParameter (Double, Double) Method

Converts a Nurbs curve arc parameter to an arc radian parameter.
Public Function GetRadianFromNurbFormParameter( _ 
ByVal nurbParameter As Double, _ 
ByRef radianParameter As Double
) As Boolean
This language is not supported or no code example is available.
public bool GetRadianFromNurbFormParameter( 
double nurbParameter
out double radianParameter 
)
This language is not supported or no code example is available.

Parameters

nurbParameter
double

The Nurbs curve arc parameter

radianParameter
double

The arc radian parameter

Return Value

bool

True if the operation succeeded, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition