IMeshManager Class

class NXOpen.CAE.IMeshManager

Bases: NXOpen.TaggedObject

Manages meshes:py:class:NXOpen.CAE.IMeshManager in cae parts

This is an abstract class, and cannot be created.

New in version NX5.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
FindObject Finds the NXOpen.CAE.Mesh with the given identifier as recorded in a journal.
GetElementStatus Returns the elements status for this manager
GetMeshCollectors Returns the IMeshCollectors NXOpen.CAE.IMeshCollector for this manager
GetMeshes Returns the Meshes NXOpen.CAE.Mesh for this manager
GetNodeStatus Returns the node status for this manager

Structs

IMeshManagerStatusInfo_Struct Struct Contains status information

Method Detail

FindObject

IMeshManager.FindObject

Finds the NXOpen.CAE.Mesh with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Mesh or collector name
Returns:mesh or collector with this identifier
Return type:NXOpen.TaggedObject

New in version NX3.0.0.

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

GetElementStatus

IMeshManager.GetElementStatus

Returns the elements status for this manager

Signature GetElementStatus()

Returns:
Return type:NXOpen.CAE.IMeshManagerStatusInfo_Struct

New in version NX11.0.0.

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

GetMeshCollectors

IMeshManager.GetMeshCollectors

Returns the IMeshCollectors NXOpen.CAE.IMeshCollector for this manager

Signature GetMeshCollectors()

Returns:
Return type:list of NXOpen.CAE.IMeshCollector

New in version NX7.5.0.

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

GetMeshes

IMeshManager.GetMeshes

Returns the Meshes NXOpen.CAE.Mesh for this manager

Signature GetMeshes()

Returns:
Return type:list of NXOpen.CAE.Mesh

New in version NX7.5.0.

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

GetNodeStatus

IMeshManager.GetNodeStatus

Returns the node status for this manager

Signature GetNodeStatus()

Returns:
Return type:NXOpen.CAE.IMeshManagerStatusInfo_Struct

New in version NX11.0.0.

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