ImageGear .NET v24.14 - Updated September 15, 2020
CADLight.AttenuationModel Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace : CADLight.AttenuationModel Enumeration
Lighting attenuation model which controls the rate of loss of flux from the light source.
Syntax
'Declaration
 
Public Enum CADLight.AttenuationModel 
   Inherits System.Enum
 
'Usage
 
Dim instance As CADLight.AttenuationModel
Members
MemberDescription
LINEAR Light luminosity decreases with the inverse of the distance from the light source. (1.0 / distance)
NONE Light luminosity is constant irregardless of distance from the light source.
SQUARE Light luminosity decreases with the inverse square of the distance from the light source. (1.0 / distance^2)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.CAD.CADLight.AttenuationModel

See Also

Reference

ImageGear.Formats.CAD Namespace