PolyLine.Evaluate
Description:
Evaluates a parameter on the polyline.
Evaluates a parameter on the polyline.
public XYZ Evaluate(
double param
)
-
DoubleparamThe parameter to be evaluated. It is expected to be in [0,1] interval mapped to the bounds of the whole polyline.
Return Value
XYZ
-
Thrown when the param value is not between 0.0 and 1.0.