|
IGeom3DCurve::Evaluate
Description
This method evaluates a curve at a given parameter value and gives the coordinates of a point responding to this parameter.
Syntax
Point = Evaluate( Parameter );
Input: (Double) Parameter |
Curve parameter. |
Return: (Variant) Point |
Variant that contains double array of corresponding point c oordinates . |
Note
All coordinates are given relative to the model's main UCS.
|