NX Open C++ Reference Guide
|
Represents the base MeshDisplaySettings class for Mesh class. 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. | |
void | UseMeshCollectorDisplaySettings () |
Use display settings from the Mesh Collector. | |
virtual | ~MeshDisplaySettings () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the base MeshDisplaySettings class for Mesh class.
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::MeshDisplaySettings::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::MeshDisplaySettings::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::MeshDisplaySettings::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")
void NXOpen::CAE::MeshDisplaySettings::UseMeshCollectorDisplaySettings | ( | ) |
Use display settings from the Mesh Collector.
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")