Share

Curve2dEvaluator.GetLengthAtParam Method

Parent Object: Curve2dEvaluator

Description

Calculate the length of the curve as measured between the specified parameter values.

Syntax

Curve2dEvaluator.GetLengthAtParam( FromParam As Double, ToParam As Double, Length As Double )

Parameters

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

Version

Introduced in version 4

Was this information helpful?