Description
Gets an Evaluate point from a selected face by input Face parameters (U/V).
Syntax
retval = GetFaceEvaluate ( iFace, iU, iV, oPoint )
|
Input: (IEntity/Object) iFace |
input Entity to get Evaluation point from |
|
Input: (Double) iU |
Parameter U (number that are between the limit of face) |
|
Input: (Double) iV |
Parameter V (number that are between the limit of face) |
|
Output: (Variant) oPoint |
Point (Variant of 3 double) |
|
Return: (Bool) retval |
TRUE if successful |
Remarks