Class EnvironmentBuilder
Inheritance
EnvironmentBuilder
Assembly: NXOpen.dll
Syntax
public class EnvironmentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EnvironmentBuilder()
Declaration
protected EnvironmentBuilder()
Properties
ColorSaturation
Declaration
public double ColorSaturation { get; set; }
Property Value
EnvironmentShadedViewsFixGroundPlaneOffset
Declaration
public bool EnvironmentShadedViewsFixGroundPlaneOffset { get; set; }
Property Value
EnvironmentShadedViewsGlobalFinish
Declaration
public int EnvironmentShadedViewsGlobalFinish { get; set; }
Property Value
EnvironmentShadedViewsGroundPlane
Declaration
public int EnvironmentShadedViewsGroundPlane { get; set; }
Property Value
EnvironmentShadedViewsGroundPlaneCustom
Declaration
public Plane EnvironmentShadedViewsGroundPlaneCustom { get; set; }
Property Value
EnvironmentShadedViewsGroundPlaneOffset
Declaration
public double EnvironmentShadedViewsGroundPlaneOffset { get; set; }
Property Value
EnvironmentShadedViewsGroundRefReflectivity
Declaration
public double EnvironmentShadedViewsGroundRefReflectivity { get; set; }
Property Value
EnvironmentShadedViewsShowGroundReflection
Declaration
public bool EnvironmentShadedViewsShowGroundReflection { get; set; }
Property Value
GroundGlossiness
Declaration
public double GroundGlossiness { get; set; }
Property Value
GroundPlaneType
Declaration
public EnvironmentBuilder.GroundPlaneTypes GroundPlaneType { get; set; }
Property Value
GroundReflection
Declaration
public bool GroundReflection { get; set; }
Property Value
GroundVisibility
Declaration
public bool GroundVisibility { get; set; }
Property Value
Image
Declaration
public Image Image { get; set; }
Property Value
ImageBlur
Declaration
public EnvironmentBuilder.ImageBlurType ImageBlur { get; set; }
Property Value
ImageFilename
Declaration
public string ImageFilename { get; set; }
Property Value
ImageRotation
Declaration
public double ImageRotation { get; set; }
Property Value
ImageUpVector
Declaration
public Direction ImageUpVector { get; set; }
Property Value
ImageUpVectorType
Declaration
public EnvironmentBuilder.ImageUpVectorTypes ImageUpVectorType { get; set; }
Property Value
LightIntensity
Declaration
public double LightIntensity { get; set; }
Property Value
LwrtAngle
Declaration
public double LwrtAngle { get; set; }
Property Value
LwrtIntensity
Declaration
public double LwrtIntensity { get; set; }
Property Value
LwrtQuality
Declaration
public double LwrtQuality { get; set; }
Property Value
OffsetExpression
Declaration
public Expression OffsetExpression { get; }
Property Value
Reflectivity
Declaration
public double Reflectivity { get; set; }
Property Value
SizeExpression
Declaration
public Expression SizeExpression { get; }
Property Value
SpecifyGroundPlane
Declaration
public Plane SpecifyGroundPlane { get; set; }
Property Value
UseEnvironment
Declaration
public bool UseEnvironment { get; set; }
Property Value
UseLightsForShadowCatcherInLwrt
Declaration
public bool UseLightsForShadowCatcherInLwrt { get; set; }
Property Value
UseLwrtEnvironment
Declaration
public bool UseLwrtEnvironment { get; set; }
Property Value
ViewFitToStage
Declaration
public bool ViewFitToStage { get; set; }
Property Value
Methods
AlignFloorPlane(Plane)
Declaration
public void AlignFloorPlane(Plane specifyFloorPlane)
Parameters
Type |
Name |
Description |
Plane |
specifyFloorPlane |
|
CommitAndDisplay(View, bool, bool)
Declaration
public void CommitAndDisplay(View view, bool updateIblDisplay, bool updateEnvCubeDisplay)
Parameters
Type |
Name |
Description |
View |
view |
|
bool |
updateIblDisplay |
|
bool |
updateEnvCubeDisplay |
|
CommitOffset(View)
Declaration
public void CommitOffset(View view)
Parameters
Type |
Name |
Description |
View |
view |
|
FloorXaxis()
Declaration
FloorYaxis()
Declaration
FloorZaxis()
Declaration
GetGroundReflectionColor()
Declaration
public double[] GetGroundReflectionColor()
Returns
SetGroundReflectionColor(double[])
Declaration
public void SetGroundReflectionColor(double[] groundReflectionColor)
Parameters
Type |
Name |
Description |
double[] |
groundReflectionColor |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink