Click or drag to resize
SoCircularExtrusionSpineSimplificationModes Enumeration

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

The spine simplification is done based only on geometric data.

This is sufficient if there is a single material applied to the entire extrusion, but may produce incorrect results if multiple materials are applied.

RESPECT_MATERIALS1

The spine simplification is done preserving the materials applied to the spine.

Remarks