Class Stage
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
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
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, int, bool)
Declaration
public void CommitWall(View view, int currentWallIndex, bool updateStageDatabase)
Parameters
Type |
Name |
Description |
View |
view |
|
int |
currentWallIndex |
|
bool |
updateStageDatabase |
|
FloorXaxis()
Declaration
FloorYaxis()
Declaration
FloorZaxis()
Declaration
GetWallFromList(WallType)
Declaration
public Wall GetWallFromList(Stage.WallType index)
Parameters
Returns
SetWallInList(WallType, Wall)
Declaration
public void SetWallInList(Stage.WallType index, Wall wall)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink