Description
Get the Evaluate point from a selected edge by input parameters.
Syntax
retval = GetEdgeEvaluate ( iEdge, iParam, oPoint )
|
Input: (IEntity/Object) iEdge |
Input Entity to get Evaluation point from |
|
Input: (Double) iParam |
Parameter (number that are between the limit of curve) |
|
Output: (Variant) oPoint |
Point (Variant of 3 double) |
|
Return: (Bool) retval |
TRUE if successful |
Remarks