PartVisualizationVisual Class

class NXOpen.Preferences.PartVisualizationVisual

Bases: object

Represents the set of visualization preferences applicable to entire session

To obtain an instance of this class, refer to NXOpen.Preferences.PartPreferences

New in version NX3.0.0.

Properties

Property Description
UpdateHiddenEdge Returns or sets the update hidden edges flag for working part.

Methods

Property Detail

UpdateHiddenEdge

PartVisualizationVisual.UpdateHiddenEdge

Returns or sets the update hidden edges flag for working part.

Controls whether or not hidden edges are updated whenever a solid body is edited.

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

Getter Method

Signature UpdateHiddenEdge

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature UpdateHiddenEdge

Parameters:updateHiddenEdge (bool) –

New in version NX3.0.0.

License requirements: None.