|
IGeom3DCurve::Extremum
Description
This method allows you to get the curve parameter in which it has the extremum in the direction of a defined vector.
Syntax
Param = Extremum( Vector );
Input: (Variant) Vector |
Variant that contains double array of direction vector coordinates. |
Return: (Double) Param |
Parameter of curve in which it reaches extremum. |
Note
All coordinates are given relative to the model's main UCS.
The result is not satisfactory.
|