Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 496 Bytes

File metadata and controls

27 lines (21 loc) · 496 Bytes

SetBeamAngle

Description

Procedure SetBeamAngle sets the spread angle of the referenced spot light.

PROCEDURE SetBeamAngle(
				h          : HANDLE;
				beamAngleR : REAL);
def vs.SetBeamAngle(h, beamAngleR):
    return None

Parameters

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

Version

Availability: from MiniCAD7.0

Category