Class EnvironmentBuilder
Inheritance
System.Object
System.MarshalByRefObject
EnvironmentBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Type |
Description |
System.Double |
|
GroundPlaneType
Declaration
public EnvironmentBuilder.GroundPlaneTypes GroundPlaneType { get; set; }
Property Value
GroundReflection
Declaration
public bool GroundReflection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GroundVisibility
Declaration
public bool GroundVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.String |
|
ImageRotation
Declaration
public double ImageRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Double |
|
LwrtAngle
Declaration
public double LwrtAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
LwrtIntensity
Declaration
public double LwrtIntensity { get; set; }
Property Value
Type |
Description |
System.Double |
|
LwrtQuality
Declaration
public double LwrtQuality { get; set; }
Property Value
Type |
Description |
System.Double |
|
OffsetExpression
Declaration
public Expression OffsetExpression { get; }
Property Value
Reflectivity
Declaration
public double Reflectivity { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Boolean |
|
UseLightsForShadowCatcherInLwrt
Declaration
public bool UseLightsForShadowCatcherInLwrt { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseLwrtEnvironment
Declaration
public bool UseLwrtEnvironment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ViewFitToStage
Declaration
public bool ViewFitToStage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
AlignFloorPlane(Plane)
Declaration
public void AlignFloorPlane(Plane specifyFloorPlane)
Parameters
Type |
Name |
Description |
Plane |
specifyFloorPlane |
|
CommitAndDisplay(View, Boolean, Boolean)
Declaration
public void CommitAndDisplay(View view, bool updateIblDisplay, bool updateEnvCubeDisplay)
Parameters
Type |
Name |
Description |
View |
view |
|
System.Boolean |
updateIblDisplay |
|
System.Boolean |
updateEnvCubeDisplay |
|
CommitOffset(View)
Declaration
public void CommitOffset(View view)
Parameters
Type |
Name |
Description |
View |
view |
|
FloorXaxis()
Declaration
FloorYaxis()
Declaration
FloorZaxis()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink