PostMesh Class¶
-
class
NXOpen.CAE.PostMesh¶ Bases:
NXOpen.TaggedObjectThis class has the information related to post mesh group. Not Each attribute of this class is relevent for all the purpose.
An instance of this class can not be obtained
New in version NX11.0.2.
Properties¶
| Property | Description |
|---|---|
| CollectorId | Returns the collector id of the post mesh |
| MaterialDescription | Returns the materail description of the post mesh |
| MaterialId | Returns the material id of the post mesh |
| MaterialIdColor | Returns the color index for the material id assigned to the post mesh |
| MeshColor | Returns the color index for the mesh id assigned to the post mesh |
| MeshDimension | Returns the dimension of the mesh |
| Name | Returns the name of the post mesh |
| NumElements | Returns the number of elements in the post mesh |
| Numelem | Returns the number of elements in the post mesh |
| PartId | Returns the part id of the post mesh |
| PropertyDescription | Returns the property description of the post mesh |
| PropertyId | Returns the property id of the post mesh |
| PropertyIdColor | Returns the color index for the property id assigned to the post mesh |
| SuperelementId | Returns the super element id of the post mesh |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of the post mesh |
| TypeDescription | Returns the type descreption of the post mesh |
Methods¶
Property Detail¶
CollectorId¶
-
PostMesh.CollectorId¶ Returns the collector id of the post mesh
-------------------------------------Getter Method
Signature
CollectorIdReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
MaterialDescription¶
-
PostMesh.MaterialDescription¶ Returns the materail description of the post mesh
-------------------------------------Getter Method
Signature
MaterialDescriptionReturns: Return type: str New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
MaterialId¶
-
PostMesh.MaterialId¶ Returns the material id of the post mesh
-------------------------------------Getter Method
Signature
MaterialIdReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
MaterialIdColor¶
-
PostMesh.MaterialIdColor¶ Returns the color index for the material id assigned to the post mesh
-------------------------------------Getter Method
Signature
MaterialIdColorReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
MeshColor¶
-
PostMesh.MeshColor¶ Returns the color index for the mesh id assigned to the post mesh
-------------------------------------Getter Method
Signature
MeshColorReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
MeshDimension¶
-
PostMesh.MeshDimension¶ Returns the dimension of the mesh
-------------------------------------Getter Method
Signature
MeshDimensionReturns: Return type: NXOpen.CAE.ResultGroupContainerNew in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
Name¶
-
PostMesh.Name¶ Returns the name of the post mesh
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
NumElements¶
-
PostMesh.NumElements¶ Returns the number of elements in the post mesh
-------------------------------------Getter Method
Signature
NumElementsReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
Numelem¶
-
PostMesh.Numelem¶ Returns the number of elements in the post mesh
-------------------------------------Getter Method
Signature
NumelemReturns: Return type: int New in version NX11.0.2.
Deprecated since version NX12.0.0: Obtain the expression using
NXOpen.CAE.PostMesh.NumElements()to query it.License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
PartId¶
-
PostMesh.PartId¶ Returns the part id of the post mesh
-------------------------------------Getter Method
Signature
PartIdReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
PropertyDescription¶
-
PostMesh.PropertyDescription¶ Returns the property description of the post mesh
-------------------------------------Getter Method
Signature
PropertyDescriptionReturns: Return type: str New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
PropertyId¶
-
PostMesh.PropertyId¶ Returns the property id of the post mesh
-------------------------------------Getter Method
Signature
PropertyIdReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
PropertyIdColor¶
-
PostMesh.PropertyIdColor¶ Returns the color index for the property id assigned to the post mesh
-------------------------------------Getter Method
Signature
PropertyIdColorReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
SuperelementId¶
-
PostMesh.SuperelementId¶ Returns the super element id of the post mesh
-------------------------------------Getter Method
Signature
SuperelementIdReturns: Return type: int New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
Type¶
-
PostMesh.Type¶ Returns the type of the post mesh
-------------------------------------Getter Method
Signature
TypeReturns: Return type: int New in version NX11.0.2.
Deprecated since version NX12.0.0: There is no replacement for this function
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
TypeDescription¶
-
PostMesh.TypeDescription¶ Returns the type descreption of the post mesh
-------------------------------------Getter Method
Signature
TypeDescriptionReturns: Return type: str New in version NX11.0.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)