Class Light
Assembly: NXOpen.dll
Syntax
public class Light : NXObject, IMessageSink, INXObject
Constructors
Light()
Declaration
Properties
Intensity
Declaration
public double Intensity { get; set; }
Property Value
Methods
GetEnabledInView(View)
Declaration
public bool GetEnabledInView(View view)
Parameters
Type |
Name |
Description |
View |
view |
|
Returns
GetLightType(out LightType, out SceneType)
Declaration
public void GetLightType(out LightType lightType, out Light.SceneType sceneLightType)
Parameters
SetEnabledInView(View, bool)
Declaration
public void SetEnabledInView(View view, bool onOrOff)
Parameters
Type |
Name |
Description |
View |
view |
|
bool |
onOrOff |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink