Class Stage
Inheritance
System.Object
System.MarshalByRefObject
Stage
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 Stage : Builder, IMessageSink, IComponentBuilder
Constructors
Stage()
Declaration
Properties
FloorOrientationType
Declaration
public Stage.OrientationType FloorOrientationType { get; set; }
Property Value
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
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
SpecifyFloorPlane
Declaration
public Plane SpecifyFloorPlane { get; set; }
Property Value
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
FloorYaxis()
Declaration
FloorZaxis()
Declaration
GetWallFromList(Stage.WallType)
Declaration
public Wall GetWallFromList(Stage.WallType index)
Parameters
Returns
SetWallInList(Stage.WallType, Wall)
Declaration
public void SetWallInList(Stage.WallType index, Wall wall)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink