|
NX Open C++ Reference Guide
|
Describes the appearance of edges and silhouettes in the view. More...
Public Member Functions | |
| SurfaceDisplayOptions (NXOpen::Preferences::ViewVisualizationVisual::RenderingStyle renderingStyleInitial, NXOpen::Preferences::ViewVisualizationVisual::HiddenEdges hiddenEdgesInitial, bool silhouettesInitial, bool smoothEdgesInitial, int smoothEdgeColorInitial, NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeFont smoothEdgeFontInitial, NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeWidth smoothEdgeWidthInitial) | |
| Constructor for the SurfaceDisplayOptions struct. | |
Public Attributes | |
| NXOpen::Preferences::ViewVisualizationVisual::HiddenEdges | HiddenEdges |
| Appearance of hidden edges. | |
| NXOpen::Preferences::ViewVisualizationVisual::RenderingStyle | RenderingStyle |
| Rendering style for geometry. | |
| bool | Silhouettes |
| Allows to control whether the silhouettes (or outlines) on cones, cylinders, spheres, and Tori solid bodies display. | |
| int | SmoothEdgeColor |
| Color attribute for visible smooth edges. | |
| NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeFont | SmoothEdgeFont |
| Font attribute for visible smooth edges. | |
| bool | SmoothEdges |
| Allows to control whether edges shared by tangent faces display or not. | |
| NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeWidth | SmoothEdgeWidth |
| Width attribute for visible smooth edges. | |
Describes the appearance of edges and silhouettes in the view.
| NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::SurfaceDisplayOptions | ( | NXOpen::Preferences::ViewVisualizationVisual::RenderingStyle | renderingStyleInitial, |
| NXOpen::Preferences::ViewVisualizationVisual::HiddenEdges | hiddenEdgesInitial, | ||
| bool | silhouettesInitial, | ||
| bool | smoothEdgesInitial, | ||
| int | smoothEdgeColorInitial, | ||
| NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeFont | smoothEdgeFontInitial, | ||
| NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeWidth | smoothEdgeWidthInitial | ||
| ) |
Constructor for the SurfaceDisplayOptions struct.
| renderingStyleInitial | Rendering style for geometry. |
| hiddenEdgesInitial | Appearance of hidden edges |
| silhouettesInitial | Allows to control whether the silhouettes (or outlines) on cones, cylinders, spheres, and Tori solid bodies display. true for visible false for invisible. |
| smoothEdgesInitial | Allows to control whether edges shared by tangent faces display or not. True for visible and False for invisible. |
| smoothEdgeColorInitial | Color attribute for visible smooth edges |
| smoothEdgeFontInitial | Font attribute for visible smooth edges |
| smoothEdgeWidthInitial | Width attribute for visible smooth edges |
| NXOpen::Preferences::ViewVisualizationVisual::HiddenEdges NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::HiddenEdges |
Appearance of hidden edges.
| NXOpen::Preferences::ViewVisualizationVisual::RenderingStyle NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::RenderingStyle |
Rendering style for geometry.
| bool NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::Silhouettes |
Allows to control whether the silhouettes (or outlines) on cones, cylinders, spheres, and Tori solid bodies display.
true for visible false for invisible.
| int NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::SmoothEdgeColor |
Color attribute for visible smooth edges.
| NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeFont NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::SmoothEdgeFont |
Font attribute for visible smooth edges.
| bool NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::SmoothEdges |
Allows to control whether edges shared by tangent faces display or not.
True for visible and False for invisible.
| NXOpen::Preferences::ViewVisualizationVisual::SmoothEdgeWidth NXOpen::Preferences::ViewVisualizationVisual::SurfaceDisplayOptions::SmoothEdgeWidth |
Width attribute for visible smooth edges.