Share

CurveEvaluator.GetParamAtLength Method

Parent Object: CurveEvaluator

Description

Calculates the parameter value at the point measured from the specified starting parameter along the curve.

Syntax

CurveEvaluator.GetParamAtLength( FromParam As Double, Length As Double, Param As Double )

Parameters

Name Type Description
FromParam Double Input Double that specifies the parameter value to measure the length from.
Length Double Input Double that specifies the distance measured along the curve.
Param Double Output Double that returns the parameter value at the specified Length from FromParam.

Version

Introduced in version 4

Was this information helpful?