Click or drag to resize
SoShapeShapeTypes Enumeration

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

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

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

LINES1

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

POLYGONS2

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

TEXT3

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

Remarks

Default shape type is POLYGONS.

See Also