Search Results for

    Show / Hide Table of Contents

    Class EnvironmentBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EnvironmentBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Display
    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

    EnvironmentShadedViewsFixGroundPlaneOffset

    Declaration
    public bool EnvironmentShadedViewsFixGroundPlaneOffset { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnvironmentShadedViewsGlobalFinish

    Declaration
    public int EnvironmentShadedViewsGlobalFinish { get; set; }
    Property Value
    Type Description
    System.Int32

    EnvironmentShadedViewsGroundPlane

    Declaration
    public int EnvironmentShadedViewsGroundPlane { get; set; }
    Property Value
    Type Description
    System.Int32

    EnvironmentShadedViewsGroundPlaneCustom

    Declaration
    public Plane EnvironmentShadedViewsGroundPlaneCustom { get; set; }
    Property Value
    Type Description
    Plane

    EnvironmentShadedViewsGroundPlaneOffset

    Declaration
    public double EnvironmentShadedViewsGroundPlaneOffset { get; set; }
    Property Value
    Type Description
    System.Double

    EnvironmentShadedViewsGroundRefReflectivity

    Declaration
    public double EnvironmentShadedViewsGroundRefReflectivity { get; set; }
    Property Value
    Type Description
    System.Double

    EnvironmentShadedViewsShowGroundReflection

    Declaration
    public bool EnvironmentShadedViewsShowGroundReflection { get; set; }
    Property Value
    Type Description
    System.Boolean

    GroundGlossiness

    Declaration
    public double GroundGlossiness { get; set; }
    Property Value
    Type Description
    System.Double

    GroundPlaneType

    Declaration
    public EnvironmentBuilder.GroundPlaneTypes GroundPlaneType { get; set; }
    Property Value
    Type Description
    EnvironmentBuilder.GroundPlaneTypes

    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
    Type Description
    Image

    ImageBlur

    Declaration
    public EnvironmentBuilder.ImageBlurType ImageBlur { get; set; }
    Property Value
    Type Description
    EnvironmentBuilder.ImageBlurType

    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
    Type Description
    Direction

    ImageUpVectorType

    Declaration
    public EnvironmentBuilder.ImageUpVectorTypes ImageUpVectorType { get; set; }
    Property Value
    Type Description
    EnvironmentBuilder.ImageUpVectorTypes

    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
    Type Description
    Expression

    Reflectivity

    Declaration
    public double Reflectivity { get; set; }
    Property Value
    Type Description
    System.Double

    SizeExpression

    Declaration
    public Expression SizeExpression { get; }
    Property Value
    Type Description
    Expression

    SpecifyGroundPlane

    Declaration
    public Plane SpecifyGroundPlane { get; set; }
    Property Value
    Type Description
    Plane

    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
    public void FloorXaxis()

    FloorYaxis()

    Declaration
    public void FloorYaxis()

    FloorZaxis()

    Declaration
    public void FloorZaxis()

    GetGroundReflectionColor()

    Declaration
    public double[] GetGroundReflectionColor()
    Returns
    Type Description
    System.Double[]

    SetGroundReflectionColor(Double[])

    Declaration
    public void SetGroundReflectionColor(double[] groundReflectionColor)
    Parameters
    Type Name Description
    System.Double[] groundReflectionColor

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX