PostSelectionEntity Class¶
-
class
NXOpen.CAE.PostSelectionEntity¶ Bases:
NXOpen.TransientObjectThis 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
EdgeIdReturns: 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
EdgeIdParameters: 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
ElemIdReturns: 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
ElemIdParameters: 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
FaceIdReturns: 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
FaceIdParameters: 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
NodeIdReturns: 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
NodeIdParameters: 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
PointReturns: Return type: NXOpen.Point3dNew in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
PointParameters: 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
RotationAngleReturns: 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
RotationAngleParameters: 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
SEIdReturns: 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
SEIdParameters: 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
SectorIdReturns: 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
SectorIdParameters: 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”)