|
IGeom3DCurve::Facet
Description
This method allows you to make approximation of given curve between its two parameters.
Syntax
Points = Facet( StartParam, EndParam, Tolerance );
Input: (Double) StartParam |
An approximation start parameter. |
Input: (Double) EndParam |
An approximation end parameter. |
Input: (Double) Tolerance |
An approximation tolerance. |
Return: (Variant) Points |
Variant that contains double array of approximation points coordinates. |
Note
All coordinates are given relative to the model's main UCS.
|