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| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to light. |
| p | REAL | Returns coordinate location of light. |
Availability: from MiniCAD7.0