Search Results for

    Show / Hide Table of Contents

    Class Stage

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    Stage
    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 Stage : Builder, IMessageSink, IComponentBuilder

    Constructors

    Stage()

    Declaration
    protected Stage()

    Properties

    FloorOrientationType

    Declaration
    public Stage.OrientationType FloorOrientationType { get; set; }
    Property Value
    Type Description
    Stage.OrientationType

    Offset

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Display.Stage.OffsetExpressioninstead.")]
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    OffsetExpression

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

    Size

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Display.Stage.SizeExpression instead.")]
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    SizeExpression

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

    SpecifyFloorPlane

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

    Methods

    AlignFloorPlane(Plane)

    Declaration
    public void AlignFloorPlane(Plane specifyFloorPlane)
    Parameters
    Type Name Description
    Plane specifyFloorPlane

    CommitOffset(View)

    Declaration
    public void CommitOffset(View view)
    Parameters
    Type Name Description
    View view

    CommitWall(View, Int32, Boolean)

    Declaration
    public void CommitWall(View view, int currentWallIndex, bool updateStageDatabase)
    Parameters
    Type Name Description
    View view
    System.Int32 currentWallIndex
    System.Boolean updateStageDatabase

    FloorXaxis()

    Declaration
    public void FloorXaxis()

    FloorYaxis()

    Declaration
    public void FloorYaxis()

    FloorZaxis()

    Declaration
    public void FloorZaxis()

    GetWallFromList(Stage.WallType)

    Declaration
    public Wall GetWallFromList(Stage.WallType index)
    Parameters
    Type Name Description
    Stage.WallType index
    Returns
    Type Description
    Wall

    SetWallInList(Stage.WallType, Wall)

    Declaration
    public void SetWallInList(Stage.WallType index, Wall wall)
    Parameters
    Type Name Description
    Stage.WallType index
    Wall wall

    Implements

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