|
IGeom3DSurface::Evaluate
Description
This method allows you to evaluate the point coordinates by their parameters on a surface.
Syntax
Point = Evaluate( U, V );
Input: (Double) U |
U parameter of point. |
Input: (Double) V |
V parameter of point. |
Return: (Variant) Point |
Variant that contains double type one dimensional array of point coordinates (x,y,z) |
Note
All coordinates are given relative to the model's main UCS.
|