Click or drag to resize
SoCircularExtrusionspineSimplificationMode Property

Defines the spine simplification behavior of the extrusion.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoCircularExtrusionSpineSimplificationModes> spineSimplificationMode { get; }

Property Value

Type: SoSFEnumSoCircularExtrusionSpineSimplificationModes
Remarks

. Default is DEFAULT. DEFAULT means spine simplification depends only on geometry. This is appropriate in the typical case where a single material is applied to the entire extrusion. RESPECT_MATERIALS means spine simplification preserves multiple materials (if any) applied to the extrusion. This could reduce rendering performance.

See Also