Description
Gets the vertices of a selected edge.
Syntax
retval = GetVertexOfEdge ( iEdge, oFirstPoint, oSecondPoint, oNumOfVertex )
|
Input: (IEntity/Object) iEdge |
Line edge |
|
Output: (Variant) oFirstPoint |
First point (array of 3 doubles) |
|
Output: (Variant) oSecondPoint |
Second point (array of 3 doubles) |
|
Output: (Integer) oNumOfVertex |
Number of vertexes found (for example: in case of circle there will by only one point) |
|
Return: (Boolean) retval |
TRUE if successful |