Click or drag to resize
SoDrawStyleStyles Enumeration

Draw styles.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Styles
Members
  Member nameValueDescription
FILLED0

Draw filled regions.

LINES1

Draw only outlines (wireframe)

POINTS2

Draw points at vertices.

INVISIBLE3

Do not draw anything at all.

MARKERS4

Draw markers.

Remarks