Click or drag to resize
SoWinViewerDrawStyles Enumeration

list of possible drawing styles

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum DrawStyles
Members
  Member nameValueDescription
VIEW_AS_IS0

Unchanged.

VIEW_HIDDEN_LINE1

Render only the frontmost lines.

VIEW_NO_TEXTURE2

Render without textures.

VIEW_LOW_COMPLEXITY3

Render low complexity and no texture.

VIEW_LINE4

Wireframe draw style.

VIEW_POINT5

Point draw style.

VIEW_BBOX6

Bounding box draw style.

VIEW_LOW_RES_LINE7

Low complexity wireframe + no depth clearing.

VIEW_LOW_RES_POINT8

Low complexity point + no depth clearing.

VIEW_SAME_AS_STILL9

Forces the INTERACTIVE draw style to match STILL.

Remarks

Note: Refer to the OIV.Inventor.Win.Viewers.SoWinViewer man pages for a complete description of those draw styles.

See Also