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)| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
| p | REAL | Returns coordinates of object center point. |
| zValue | REAL | Returns elevation of object center point. |
Availability: from All Versions