NX Open C++ Reference Guide
|
Represents the base IMeshCollector class for MeshCollector and MeshCollectorOccurrence classes. More...
Public Member Functions | |
NXString | CollectorNeutralType () |
Returns the mesh collector neutral type Created in NX7.5.2. | |
NXString | CollectorType () |
Returns the mesh collector type Created in NX7.5.2. | |
NXOpen::CAE::PropertyTable * | ElementPropertyTable () |
Returns the element property table associated with the mesh collector Created in NX7.5.2. | |
std::vector< NXOpen::CAE::Mesh * > | GetMeshes () |
Returns the mesh collector associated meshes. |
Represents the base IMeshCollector class for MeshCollector and MeshCollectorOccurrence classes.
Base Class for MeshCollector and MeshCollectorOccurrence classes
Created in NX5.0.0.
Returns the mesh collector neutral type
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the mesh collector type
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the element property table associated with the mesh collector
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
std::vector<NXOpen::CAE::Mesh *> NXOpen::CAE::IMeshCollector::GetMeshes | ( | ) |
Returns the mesh collector associated meshes.