ViewVisualizationVisualHiddenEdgesType Enumeration

NXOpen.Preferences.ViewVisualizationVisual.HiddenEdgesType is an alias for NXOpen.Preferences.ViewVisualizationVisualHiddenEdgesType

class NXOpen.Preferences.ViewVisualizationVisualHiddenEdgesType

Bases: object

Describes the available hidden edges types. Determines how hidden edges are displayed in the selected view.

Deprecated since version NX4.0.0: Use NXOpen.Preferences.ViewVisualizationVisualHiddenEdges instead.

Enum Members

Enum Member Enum Member Description
Visible All edges in a solid body that are hidden appear as solid lines
Invisible grid line display of all existing and subsequently created solid bodies in the selected view, except that portions of geometry and text that appear behind solid bodies are erased
Dashed grid line display of all existing and subsequently created solid bodies in the selected view, except that all portions of the geometry and text that appear behind solid bodies are displayed as dashed lines
GrayThin All hidden edges in the color gray, with solid font and thin width.
HiddenSurface Faceted display of all existing and subsequently created bodies in the selected view
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.