PostMesh Class

class NXOpen.CAE.PostMesh

Bases: NXOpen.TaggedObject

This 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 CollectorId

Returns:
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 MaterialDescription

Returns:
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 MaterialId

Returns:
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 MaterialIdColor

Returns:
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 MeshColor

Returns:
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 MeshDimension

Returns:
Return type:NXOpen.CAE.ResultGroupContainer

New 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 Name

Returns:
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 NumElements

Returns:
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 Numelem

Returns:
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 PartId

Returns:
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 PropertyDescription

Returns:
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 PropertyId

Returns:
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 PropertyIdColor

Returns:
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 SuperelementId

Returns:
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 Type

Returns:
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 TypeDescription

Returns:
Return type:str

New in version NX11.0.2.

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