|
IGeom3DSurface::TestPoint
Description
This method allows you to check a point position relative to a surface.
Syntax
Result = TestPoint( Point );
Input: (Variant) Point |
Variant that contains double type one dimensional array of coordinates of the point to be tested. |
||||||||
Return: (Integer) Result |
The number that is displayed:
|
Note
All coordinates are given relative to the model's main UCS.
|