NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::Mesh Class Reference

Represents a Mesh. More...

Inheritance diagram for NXOpen::CAE::Mesh:
NXOpen::DisplayableObject NXOpen::NXObject NXOpen::IFitTo NXOpen::TaggedObject NXOpen::INXObject NXOpen::INXObject NXOpen::CAE::Mesh0d NXOpen::CAE::Mesh1d NXOpen::CAE::Mesh2d NXOpen::CAE::Mesh3d NXOpen::CAE::MeshFollower NXOpen::CAE::PrimitiveMesh NXOpen::CAE::SweptMesh NXOpen::CAE::DependentMesh NXOpen::CAE::MappedMesh NXOpen::CAE::Mesh2dFree NXOpen::CAE::MeshShellFromSolid

List of all members.

Public Member Functions

NXOpen::CAE::PropertyTableElementPropertyTable ()
 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::IMeshCollectorMeshCollector ()
 Returns the MeshCollector for this mesh.
void SetLockStatus (bool lockStatus)
 Sets the lock status for this mesh.

Detailed Description

Represents a Mesh.

For more information, refer to the Solver language documentation in the Solver language documentation .


This is an abstract class


Member Function Documentation

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")

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")

Parameters:
lockStatuslock status

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.