MeshCollectorDisplayDefaults Class

class NXOpen.CAE.MeshCollectorDisplayDefaults

Bases: NXOpen.TransientObject

Represents the base MeshCollectorDisplayDefaults class for Mesh, MeshCollector and MeshCollectorOccurrence classes

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.

Property Detail

Color

MeshCollectorDisplayDefaults.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

MeshCollectorDisplayDefaults.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

MeshCollectorDisplayDefaults.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”)