Returns a specified corner of a 3DFace entity. The returned value is in the form of a Point object.
Syntax
object.GetCorner(Index)
Where:
object is a 3DFace object;
Index is an integer value representing the corner number of the 3D face.
Examples ...