SoWinViewerDrawStyles Enumeration |
list of possible drawing styles
Namespace: OIV.Inventor.Win.Viewers
Member name | Value | Description | |
---|---|---|---|
VIEW_AS_IS | 0 | Unchanged. | |
VIEW_HIDDEN_LINE | 1 | Render only the frontmost lines. | |
VIEW_NO_TEXTURE | 2 | Render without textures. | |
VIEW_LOW_COMPLEXITY | 3 | Render low complexity and no texture. | |
VIEW_LINE | 4 | Wireframe draw style. | |
VIEW_POINT | 5 | Point draw style. | |
VIEW_BBOX | 6 | Bounding box draw style. | |
VIEW_LOW_RES_LINE | 7 | Low complexity wireframe + no depth clearing. | |
VIEW_LOW_RES_POINT | 8 | Low complexity point + no depth clearing. | |
VIEW_SAME_AS_STILL | 9 | Forces the INTERACTIVE draw style to match STILL. |
Note: Refer to the OIV.Inventor.Win.Viewers.SoWinViewer man pages for a complete description of those draw styles.