Click or drag to resize
SoDecimationTypeElementTypes Enumeration

These are the available decimation types.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum Types
Members
  Member nameValueDescription
AUTOMATIC0

Nodes are allowed to choose themselves.

HIGHEST1

Nodes must use highest level.

LOWEST2

Nodes must use lowest level (non-empty).

PERCENTAGE3

Nodes should try to reach percentage from DecimationPercentageElement.

Remarks