NX Open C++ Reference Guide
|
Represents the base MeshCollectorDisplayDefaults class for Mesh, MeshCollector and MeshCollectorOccurrence classes. More...
Public Member Functions | |
NXOpen::NXColor * | Color () |
Returns the element color. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the element color. | |
void | UseCustomerDefaultsDisplaySettings () |
Use display settings from the Customer Defaults. | |
virtual | ~MeshCollectorDisplayDefaults () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the base MeshCollectorDisplayDefaults class for Mesh, MeshCollector and MeshCollectorOccurrence classes.
This is an abstract class, and cannot be created.
Created in NX5.0.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX8.5.0.
License requirements : None
NXOpen::NXColor* NXOpen::CAE::MeshCollectorDisplayDefaults::Color | ( | ) |
Returns the element color.
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::MeshCollectorDisplayDefaults::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the element color.
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
color | color |
void NXOpen::CAE::MeshCollectorDisplayDefaults::UseCustomerDefaultsDisplaySettings | ( | ) |
Use display settings from the Customer Defaults.
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")