GetFaceArea

Returns the area of a specified face.

UI Access N/A
Parameters
Name Type Description

<faceID>

Integer

ID of specified face.

Return Value Long integer of face area.

 

Python Syntax GetFaceArea (<faceID>)
Python Example

oEditor.GetFaceArea(19)

 

VB Syntax GetFaceArea <faceID>
VB Example

oEditor.GetFaceArea 19