Procedure GetLocus3D returns the coordinates of the referenced 3D locus object.
PROCEDURE GetLocus3D(
h : HANDLE;
VAR pX,pY,pZ : REAL);def vs.GetLocus3D(h):
return p| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to 3D locus. |
| p | REAL | Returns 3D coordinates of locus. |
Availability: from MiniCAD6.0