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: 2024.1.1.0 (2024.1.1)
Syntax
[FlagsAttribute]
public enum Filters
Members
  Member nameValueDescription
POINTS1

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

LINES2

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

POLYGONS4

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

TEXT8

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

ALL15

No specific filter for antialiasing (Default).

Remarks