Click or drag to resize
SoFullSceneAntialiasingFilters Enumeration

Defines the types of rendering shapes.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[FlagsAttribute]
public enum Filters
Members
  Member nameValueDescription
POINTS1

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

LINES2

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

POLYGONS4

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

TEXT8

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

ALL15

No specific filter for antialiasing (Default).

Remarks