|
IGeom3DCurve::BoundedLength
Description
This property allows you to get the curve length between two parameters.
Syntax
Length = BoundedLength( StartParam, EndParam );
Input: (Double) StartParam |
Start parameter. |
Input: (Double) EndParam |
End parameter. |
Return: (Double) Length |
Length of curve between StartParam and EndParam. |
|