GetFaceCenter

Returns the center position of a specified face.

UI Access N/A
Parameters
Name Type Description

<planarFaceID>

Long

Face ID

Return Value Array containing string X, Y, Z coordinates.

 

Python Syntax GetFaceCenter (<planarFaceID>)
Python Example

oEditor.GetFaceCenter(12)

 

VB Syntax GetFaceCenter <planarFaceID>
VB Example

oEditor.GetFaceCenter 12