ViewVisualizationVisualDisplayAppearanceOptions_Struct Struct

NXOpen.Preferences.ViewVisualizationVisual.DisplayAppearanceOptions is an alias for NXOpen.Preferences.ViewVisualizationVisualDisplayAppearanceOptions_Struct

class NXOpen.Preferences.ViewVisualizationVisualDisplayAppearanceOptions_Struct

Bases: object

Describes the rendering style and the appearance of edges and silhouettes in the view.

. Constructor: NXOpen.Preferences.ViewVisualizationVisual.DisplayAppearanceOptions()

Fields

Field Description
RenderingStyle Rendering style for geometry.
HiddenEdges Appearance of hidden edges
Silhouettes Allows to control whether the silhouettes (or outlines) on cones, cylinders, spheres, and Tori solid bodies display.
SmoothEdges Allows to control whether edges shared by tangent faces display or not.
SmoothEdgeColor Color attribute for visible smooth edges
SmoothEdgeFont Font attribute for visible smooth edges
SmoothEdgeWidth Width attribute for visible smooth edges
SmoothEdgeAngleTolerance Angle tolerance (in degrees) attribute for visible smooth edges.

RenderingStyle

ViewVisualizationVisualDisplayAppearanceOptions_Struct.RenderingStyle

Rendering style for geometry.

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

Field Value Type:NXOpen.Preferences.ViewVisualizationVisualRenderingStyle

HiddenEdges

ViewVisualizationVisualDisplayAppearanceOptions_Struct.HiddenEdges

Appearance of hidden edges -------------------------------------

Field Value Type:NXOpen.Preferences.ViewVisualizationVisualHiddenEdges

Silhouettes

ViewVisualizationVisualDisplayAppearanceOptions_Struct.Silhouettes

Allows to control whether the silhouettes (or outlines) on cones, cylinders, spheres, and Tori solid bodies display.

true for visible false for invisible. -------------------------------------

Field Value Type:bool

SmoothEdges

ViewVisualizationVisualDisplayAppearanceOptions_Struct.SmoothEdges

Allows to control whether edges shared by tangent faces display or not.

True for visible and False for invisible. -------------------------------------

Field Value Type:bool

SmoothEdgeColor

ViewVisualizationVisualDisplayAppearanceOptions_Struct.SmoothEdgeColor

Color attribute for visible smooth edges -------------------------------------

Field Value Type:int

SmoothEdgeFont

ViewVisualizationVisualDisplayAppearanceOptions_Struct.SmoothEdgeFont

Font attribute for visible smooth edges -------------------------------------

Field Value Type:NXOpen.Preferences.ViewVisualizationVisualSmoothEdgeFont

SmoothEdgeWidth

ViewVisualizationVisualDisplayAppearanceOptions_Struct.SmoothEdgeWidth

Width attribute for visible smooth edges -------------------------------------

Field Value Type:NXOpen.Preferences.ViewVisualizationVisualSmoothEdgeWidth

SmoothEdgeAngleTolerance

ViewVisualizationVisualDisplayAppearanceOptions_Struct.SmoothEdgeAngleTolerance

Angle tolerance (in degrees) attribute for visible smooth edges.

It has a range from 0.00001 to 30.0. -------------------------------------

Field Value Type:float