NX Open C++ Reference Guide
|
Public Member Functions | |
NXOpen::CAE::PropertyTable * | ElementPropertyTable () |
Returns the element property table associated with the mesh object Created in NX5.0.1. | |
bool | LockStatus () |
Returns the lock status for this mesh. | |
NXOpen::CAE::IMeshCollector * | MeshCollector () |
Returns the MeshCollector for this mesh. | |
void | SetLockStatus (bool lockStatus) |
Sets the lock status for this mesh. |
Represents a Mesh.
For more information, refer to the Solver language documentation in the Solver language documentation .
This is an abstract class
Returns the element property table associated with the mesh object
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bool NXOpen::CAE::Mesh::LockStatus | ( | ) |
Returns the lock status for this mesh.
If a mesh is locked then it will not update when the FE Model is updated. Meshes are typically locked by the use of manual node and element commands.
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the MeshCollector for this mesh.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::Mesh::SetLockStatus | ( | bool | lockStatus | ) |
Sets the lock status for this mesh.
If a mesh is locked then it will not update when the FE Model is updated. Meshes are typically locked by the use of manual node and element commands.
Created in NX6.0.4.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
lockStatus | lock status |