Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 482 Bytes

File metadata and controls

27 lines (21 loc) · 482 Bytes

GetLocus3D

Description

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

Parameters

Name Type Description
h HANDLE Handle to 3D locus.
p REAL Returns 3D coordinates of locus.

Version

Availability: from MiniCAD6.0

Category