NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::MeshDisplaySettings Class Reference

Represents the base MeshDisplaySettings class for Mesh class. More...

Inheritance diagram for NXOpen::CAE::MeshDisplaySettings:
NXOpen::TransientObject NXOpen::CAE::MeshDisplaySettings0d NXOpen::CAE::MeshDisplaySettings1d NXOpen::CAE::MeshDisplaySettings2d NXOpen::CAE::MeshDisplaySettings3d

Public Member Functions

NXOpen::NXColorColor ()
 Returns the element color. More...
 
void SetColor (NXOpen::NXColor *color)
 Sets the element color. More...
 
void UseCustomerDefaultsDisplaySettings ()
 Use display settings from the Customer Defaults. More...
 
void UseMeshCollectorDisplaySettings ()
 Use display settings from the Mesh Collector. More...
 
virtual ~MeshDisplaySettings ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the base MeshDisplaySettings class for Mesh class.


This is an abstract class, and cannot be created.

Created in NX5.0.0.

Constructor & Destructor Documentation

virtual NXOpen::CAE::MeshDisplaySettings::~MeshDisplaySettings ( )
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

Member Function Documentation

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

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


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