Search Results for

    Show / Hide Table of Contents

    Class Background

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    Background
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 Background : Builder, IMessageSink, IComponentBuilder

    Constructors

    Background()

    Declaration
    protected Background()

    Properties

    BackgroundCategory

    Declaration
    public Background.CategoryType BackgroundCategory { get; set; }
    Property Value
    Type Description
    Background.CategoryType

    BackgroundType

    Declaration
    public Background.Type BackgroundType { get; set; }
    Property Value
    Type Description
    Background.Type

    DomeImage

    Declaration
    public Image DomeImage { get; set; }
    Property Value
    Type Description
    Image

    DomeImageFilename

    Declaration
    public string DomeImageFilename { get; set; }
    Property Value
    Type Description
    System.String

    DomeOrigin

    Declaration
    public Point DomeOrigin { get; set; }
    Property Value
    Type Description
    Point

    DomeSize

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

    DomeType

    Declaration
    public Background.BackgroundDomeType DomeType { get; set; }
    Property Value
    Type Description
    Background.BackgroundDomeType

    Image

    Declaration
    public Image Image { get; set; }
    Property Value
    Type Description
    Image

    ImageFilename

    Declaration
    public string ImageFilename { get; set; }
    Property Value
    Type Description
    System.String

    ImageHorizon

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

    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

    UseStageSizeAndOrientation

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

    Methods

    GetBottomColor()

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

    GetTopColor()

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

    SetBottomColor(Double[])

    Declaration
    public void SetBottomColor(double[] bottomColor)
    Parameters
    Type Name Description
    System.Double[] bottomColor

    SetTopColor(Double[])

    Declaration
    public void SetTopColor(double[] topColor)
    Parameters
    Type Name Description
    System.Double[] topColor

    Implements

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