Description
Returns the geometric data of a line.
Syntax
retval = GetLineGeomData ( Edge, FirstPoint, SecondPoint, Length )
|
Input: (IEntity/Object) Edge |
Line edge |
|
Output: (Variant) FirstPoint |
First point (array of 3 points) |
|
Output: (Variant) SecondPoint |
Second point (array of 3 points) |
|
Output: (Double) Length |
Length |
|
Return: (Bool) retval |
TRUE if successful |