MeshDisplaySettings Class

class NXOpen.CAE.MeshDisplaySettings

Bases: NXOpen.TransientObject

Represents the base MeshDisplaySettings class for Mesh class

This is an abstract class, and cannot be created.

New in version NX5.0.0.

Properties

Property Description
Color Returns or sets the element color.

Methods

Method Description
Dispose Frees the object from memory.
UseCustomerDefaultsDisplaySettings Use display settings from the Customer Defaults.
UseMeshCollectorDisplaySettings Use display settings from the Mesh Collector.

Property Detail

Color

MeshDisplaySettings.Color

Returns or sets the element color.

-------------------------------------

Getter Method

Signature Color

Returns:
Return type:Id

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

-------------------------------------

Setter Method

Signature Color

Parameters:color (Id) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Method Detail

Dispose

MeshDisplaySettings.Dispose

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.

Signature Dispose()

New in version NX8.5.0.

License requirements: None.

UseCustomerDefaultsDisplaySettings

MeshDisplaySettings.UseCustomerDefaultsDisplaySettings

Use display settings from the Customer Defaults.

Signature UseCustomerDefaultsDisplaySettings()

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

UseMeshCollectorDisplaySettings

MeshDisplaySettings.UseMeshCollectorDisplaySettings

Use display settings from the Mesh Collector.

Signature UseMeshCollectorDisplaySettings()

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)