Click or drag to resize
SoShapeShapeTypes Enumeration

Basic type for antialiased rendering for this shape (Do not consider the SoDrawStyle property currently in the state).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public enum ShapeTypes
Members
  Member nameValueDescription
POINTS0

The shape is render based on points (Ex: SoPointSet).

LINES1

The shape is render based on lines (Ex: SoLineSet).

POLYGONS2

The shape is render based on polygons (Ex: SoFaceSet).

TEXT3

The shape is a text and follows the special filter for texts.

Remarks

Default shape type is POLYGONS.

See Also