|
IGeom3DCurve::Bound
Description
This method returns a minimal box around the curve limited by two parameters.
Syntax
VectorOfPoints = Bound( StartParam, EndParam );
Input: (Double) StartParam |
Start parameter. |
Input: (Double) EndParam |
End parameter. |
Return: (Variant) VectorOfPoints |
Variant that contains double array of 6 elements that represents vertices of bounded box (x,y,z). |
Note
All coordinates are given relative to the model's main UCS.
The result is not satisfactory.
|