Class LightBuilder
Assembly: NXOpen.dll
Syntax
public class LightBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LightBuilder()
Declaration
Properties
ConeAngle
Declaration
public double ConeAngle { get; set; }
Property Value
DestinationPosition
Declaration
public Point DestinationPosition { get; set; }
Property Value
Intensity
Declaration
public double Intensity { get; set; }
Property Value
LightShadowType
Declaration
public LightBuilder.ShadowType LightShadowType { get; set; }
Property Value
LightType
Declaration
public LightType LightType { get; set; }
Property Value
SourcePosition
Declaration
public Point SourcePosition { get; set; }
Property Value
UseWithAdvancedStudioImageBasedLighting
Declaration
public bool UseWithAdvancedStudioImageBasedLighting { get; set; }
Property Value
UseWithIbl
Declaration
[Obsolete("Deprecated in NX10.0.0. This funcationality is no longer supported.")]
public bool UseWithIbl { get; set; }
Property Value
UseWithRayTracedImageBasedLighting
Declaration
public bool UseWithRayTracedImageBasedLighting { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink