Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 615 Bytes

File metadata and controls

32 lines (24 loc) · 615 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

Version

Availability: from All Versions

Category