Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 595 Bytes

File metadata and controls

33 lines (25 loc) · 595 Bytes

Get3DCntr

Description

Procedure Get3DCntr returns the three-dimensional center point of the referenced 3D object (BoundingBox).

PROCEDURE Get3DCntr(
				h          : HANDLE;
				VAR pX,pY  : REAL;
				VAR zValue : REAL);
def vs.Get3DCntr(h):
    return (p, zValue)

Parameters

Name Type Description
h HANDLE Handle to object.
p REAL Returns coordinates of object center point.
zValue REAL Returns elevation of object center point.

Examples

t3DOrientation}}

Version

Availability: from All Versions

Category

  • Objects - 3D