VS:SetLightDirection: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:37, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Procedure SetLightDirection sets the direction angles of the referenced light object.

PROCEDURE SetLightDirection(
h :HANDLE;
panAngleR :REAL;
tiltAngleR :REAL);
def vs.SetLightDirection(h, panAngleR, tiltAngleR):
    return None

Parameters

h HANDLE Handle to light.
panAngleR REAL Pan angle of light.
tiltAngleR REAL Tilt angle of light.

Version

Availability: from MiniCAD7.0