Interfaces > Core Interfaces > LightingUnits |
The LightingUnits Core Interface exposes the Lighting Units settings to MAXScript.
Returns true if the Lighting Units are set to International (SI) system, false if set to American (AS) sytem.
Returns true if the Lighting Units are set to American (AS) system, false if set to International (SI) system.
Sets the Lighting Units to International (SI) system.
Sets the Lighting Units to American (AS) system.
Returns a string containing the Luminance Units, for example "cd/m^2" for SI and "cd/ft^2" for AS.
Returns a string containing the Illuminance Units, for example "lx" for SI and "fc" for AS.
Returns the SI value corresponding to the supplied AS value.
Returns the AS value corresponding to the supplied SI value.
Returns the value in the current system corresponding to the supplied value. When is_SI_value is true , the input value is taken as SI, when false , it is taken as AS value.