Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 507 Bytes

File metadata and controls

27 lines (21 loc) · 507 Bytes

GetBeamAngle

Description

Procedure GetBeamAngle returns the spread angle of the referenced spot light.

PROCEDURE GetBeamAngle(
				h              : HANDLE;
				VAR beamAngleR : REAL);
def vs.GetBeamAngle(h):
    return beamAngleR

Parameters

Name Type Description
h HANDLE Handle to light.
beamAngleR REAL Returns beam spread angle.

Version

Availability: from MiniCAD7.0

Category