|
The SEDRIS Data Representation Model
APPENDIX A - Classes Light Source Control Link |
|---|
An instance of this DRM class specifies an <Expression>, the value of which determines the active_light_value of all target <Light Source> objects - that is, which determines whether those <Light Source> instances are on or off.
A <Light Source Control Link> controls the active_light_value stored in its <Light Source>, so that the <Light Source> can be turned on and off.
| SE_String | description; | (notes) |
|---|
| SE_Integer_Positive | expr_index; | (notes) |
|---|
A text description of what the <Control Link> is for
This index specifies which <Expression> component's value controls whether the controlled <Light Source> instance(s) are on or off. If the <Expression> evaluates to SE_TRUE, the <Light Source> instances are on.
|