Click or drag to resize
SoGlobalSimplifyActionStrategies Enumeration

Strategy.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Strategies
Members
  Member nameValueDescription
SIMPLIFY_GLOBALLY0

All triangles are stored in a single list and decimated globally.

WARNING: OIV.Inventor.Nodes.SoTexture (and possibly other properties), will be lost during simplification. Please use the SIMPLIFY_BY_SUBGROUP Strategy to keep OIV.Inventor.Nodes.SoTexture.

SIMPLIFY_BY_SUBGROUP1

Triangles are stored in multiple lists based on material, texture and Separator.

Each list is simplified. [Default]

Remarks