SoCircularExtrusionspineSimplificationMode Property |
Defines the spine simplification behavior of the extrusion.
Namespace: OIV.Inventor.Nodes
public SoSFEnum<SoCircularExtrusionSpineSimplificationModes> spineSimplificationMode { get; }
. 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.