| NX Open C++ Reference Guide
    | 
Represents a MeshCollector. More...
 
  
 | Additional Inherited Members | |
|  Public Types inherited from NXOpen::NXObject | |
| enum | AttributeType { AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger, AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference, AttributeTypeAny = 100 } | 
| Specifies attribute type.  More... | |
| enum | DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual } | 
| Specifies the format of the date and time attribute.  More... | |
|  Public Member Functions inherited from NXOpen::CAE::IMeshCollector | |
| 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. | |
| NXOpen::CAE::MeshCollectorDisplayDefaults * | GetMeshDisplayDefaults () | 
| The MeshCollectorDisplayDefaults for this mesh collector. | |
| std::vector< NXOpen::CAE::Mesh * > | GetMeshes () | 
| Returns the mesh collector associated meshes. | |
Represents a MeshCollector.
For more information, refer to the Solver language documentation in the <a href="../opencae/Solvers.html"> Solver language documentation </a>. <br> To obtain an instance of this object use @link CAE::MeshCollectorBuilder CAE::MeshCollectorBuilder@endlink . <br>
 
 Created in NX5.0.0.