PostSelectionEntity Class

class NXOpen.CAE.PostSelectionEntity

Bases: NXOpen.TransientObject

This class has the information related to post selection entity. Not Each attribute of this class is relevent for all the purpose. The best way To use this class is to first check if the attribute is set before using it, if user is not sure.

To obtain an instance of this class use CAE::Post

New in version NX11.0.2.

Properties

Property Description
EdgeId Returns or sets the edge id selected
ElemId Returns or sets the elem label selected
FaceId Returns or sets the face id selected
NodeId Returns or sets the node id selected
Point Returns or sets the point selected
RotationAngle Returns or sets the rotation angle selected
SEId Returns or sets the super element id selected
SectorId Returns or sets the node label selected

Methods

Method Description
Delete Deletes the selection entity.
Dispose Frees the object from memory.
HasEdge Tells if Edge is set
HasElem Tells if Element label is set
HasFace Tells if Face is set
HasNode Tells if Node label is set
HasPoint Tells if Point is set
HasRotationAngle Tells if Rotation Angle is set
HasSE Tells if Super Element id is set
HasSector Tells if Sector is set

Property Detail

EdgeId

PostSelectionEntity.EdgeId

Returns or sets the edge id selected

-------------------------------------

Getter Method

Signature EdgeId

Returns:
Return type:int

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature EdgeId

Parameters:edgeId (int) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

ElemId

PostSelectionEntity.ElemId

Returns or sets the elem label selected

-------------------------------------

Getter Method

Signature ElemId

Returns:
Return type:int

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature ElemId

Parameters:elemId (int) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

FaceId

PostSelectionEntity.FaceId

Returns or sets the face id selected

-------------------------------------

Getter Method

Signature FaceId

Returns:
Return type:int

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature FaceId

Parameters:faceId (int) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

NodeId

PostSelectionEntity.NodeId

Returns or sets the node id selected

-------------------------------------

Getter Method

Signature NodeId

Returns:
Return type:int

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature NodeId

Parameters:nodeId (int) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Point

PostSelectionEntity.Point

Returns or sets the point selected

-------------------------------------

Getter Method

Signature Point

Returns:
Return type:NXOpen.Point3d

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature Point

Parameters:point (NXOpen.Point3d) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

RotationAngle

PostSelectionEntity.RotationAngle

Returns or sets the rotation angle selected

-------------------------------------

Getter Method

Signature RotationAngle

Returns:
Return type:float

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature RotationAngle

Parameters:rotationAngle (float) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

SEId

PostSelectionEntity.SEId

Returns or sets the super element id selected

-------------------------------------

Getter Method

Signature SEId

Returns:
Return type:int

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature SEId

Parameters:seId (int) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

SectorId

PostSelectionEntity.SectorId

Returns or sets the node label selected

-------------------------------------

Getter Method

Signature SectorId

Returns:
Return type:int

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature SectorId

Parameters:sectorId (int) –

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Method Detail

Delete

PostSelectionEntity.Delete

Deletes the selection entity.

Signature Delete()

New in version NX11.0.2.

License requirements: None.

Dispose

PostSelectionEntity.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX11.0.2.

License requirements: None.

HasEdge

PostSelectionEntity.HasEdge

Tells if Edge is set

Signature HasEdge()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

HasElem

PostSelectionEntity.HasElem

Tells if Element label is set

Signature HasElem()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

HasFace

PostSelectionEntity.HasFace

Tells if Face is set

Signature HasFace()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

HasNode

PostSelectionEntity.HasNode

Tells if Node label is set

Signature HasNode()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

HasPoint

PostSelectionEntity.HasPoint

Tells if Point is set

Signature HasPoint()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

HasRotationAngle

PostSelectionEntity.HasRotationAngle

Tells if Rotation Angle is set

Signature HasRotationAngle()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

HasSE

PostSelectionEntity.HasSE

Tells if Super Element id is set

Signature HasSE()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

HasSector

PostSelectionEntity.HasSector

Tells if Sector is set

Signature HasSector()

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)