Description
Returns Cone Face parameters.
Syntax
retval = GetFaceConeParam ( iFaceEntity, oIsCylinder, oRadius, oRootPoint, oDirection )
|
Input: (IEntity/Object) iFaceEntity |
Selected Face |
|
Output: (Boolean) oIsCylinder |
TRUE in case of Cylinder face |
|
Output: (Double) oRadius |
Radius of Cone Face (OK only if it's a Cylinder face) |
|
Output: (Variant) oRootPoint |
Root Point of base Ellipse/Arc of face (Center point - array of 3 points) |
|
Output: (Variant) oDirection |
Direction of cone face (Vector - array of 3 points) |
|
Return: (Bool) retval |
TRUE if successful |
Remarks