Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 591 Bytes

File metadata and controls

27 lines (21 loc) · 591 Bytes

SetSpreadAngle

Description

Procedure SetSpreadAngle sets the spread angle of the light object. If the light type is not a spot light, the procedure has no effect on the light.

PROCEDURE SetSpreadAngle(
				h            : HANDLE;
				spreadAngleR : REAL);
def vs.SetSpreadAngle(h, spreadAngleR):
    return None

Parameters

Name Type Description
h HANDLE Handle to light.
spreadAngleR REAL Beam spread angle of light.

Version

Availability: from MiniCAD7.0

Category