Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 510 Bytes

File metadata and controls

27 lines (21 loc) · 510 Bytes

GetLightLocation

Description

Procedure GetLightLocation returns the position of the referenced light object.

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

Parameters

Name Type Description
h HANDLE Handle to light.
p REAL Returns coordinate location of light.

Version

Availability: from MiniCAD7.0

Category