Search Results for

    Show / Hide Table of Contents

    Class EnvironmentBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EnvironmentBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    double

    EnvironmentShadedViewsFixGroundPlaneOffset

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

    EnvironmentShadedViewsGlobalFinish

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

    EnvironmentShadedViewsGroundPlane

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

    EnvironmentShadedViewsGroundPlaneCustom

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

    EnvironmentShadedViewsGroundPlaneOffset

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

    EnvironmentShadedViewsGroundRefReflectivity

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

    EnvironmentShadedViewsShowGroundReflection

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

    GroundGlossiness

    Declaration
    public double GroundGlossiness { get; set; }
    Property Value
    Type Description
    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
    bool

    GroundVisibility

    Declaration
    public bool GroundVisibility { get; set; }
    Property Value
    Type Description
    bool

    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
    string

    ImageRotation

    Declaration
    public double ImageRotation { get; set; }
    Property Value
    Type Description
    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
    double

    LwrtAngle

    Declaration
    public double LwrtAngle { get; set; }
    Property Value
    Type Description
    double

    LwrtIntensity

    Declaration
    public double LwrtIntensity { get; set; }
    Property Value
    Type Description
    double

    LwrtQuality

    Declaration
    public double LwrtQuality { get; set; }
    Property Value
    Type Description
    double

    OffsetExpression

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

    Reflectivity

    Declaration
    public double Reflectivity { get; set; }
    Property Value
    Type Description
    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
    bool

    UseLightsForShadowCatcherInLwrt

    Declaration
    public bool UseLightsForShadowCatcherInLwrt { get; set; }
    Property Value
    Type Description
    bool

    UseLwrtEnvironment

    Declaration
    public bool UseLwrtEnvironment { get; set; }
    Property Value
    Type Description
    bool

    ViewFitToStage

    Declaration
    public bool ViewFitToStage { get; set; }
    Property Value
    Type Description
    bool

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

    FloorYaxis()

    Declaration
    public void FloorYaxis()

    FloorZaxis()

    Declaration
    public void FloorZaxis()

    GetGroundReflectionColor()

    Declaration
    public double[] GetGroundReflectionColor()
    Returns
    Type Description
    double[]

    SetGroundReflectionColor(double[])

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX