MeshCollectorDisplayDefaults0d Class

class NXOpen.CAE.MeshCollectorDisplayDefaults0d

Bases: NXOpen.CAE.MeshCollectorDisplayDefaults

Represents 0d Mesh Display Settings

To obtain an instance of this class use CAE::MeshCollector, or CAE::MeshCollectorOccurrence classes

New in version NX8.5.0.

Properties

Property Description
Color Returns or sets the element color.
DisplayText Returns or sets the display element text visibility setting.
ElementMarker Returns or sets the element marker display setting.

Methods

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

Property Detail

DisplayText

MeshCollectorDisplayDefaults0d.DisplayText

Returns or sets the display element text visibility setting.

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

Getter Method

Signature DisplayText

Returns:
Return type:bool

New in version NX8.5.0.

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

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

Setter Method

Signature DisplayText

Parameters:visibility (bool) –

New in version NX8.5.0.

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

ElementMarker

MeshCollectorDisplayDefaults0d.ElementMarker

Returns or sets the element marker display setting.

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

Getter Method

Signature ElementMarker

Returns:
Return type:NXOpen.CAE.MarkerType0d

New in version NX8.5.0.

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

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

Setter Method

Signature ElementMarker

Parameters:marker (NXOpen.CAE.MarkerType0d) –

New in version NX8.5.0.

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

Method Detail

Dispose

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