Click or drag to resize
SoNurbsPropertyTessellationTypes Enumeration

Tesselation type.

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

The tessellation step size is constant and the same for both the U and V axes.

The tessellation step size depends on OIV.Inventor.Nodes.SoComplexity.value.

ADAPTIVE1

The tessellation depends on the curvature of the geometry.

Regions with a low curvature will be less tessellated than regions with a high curvature.

Remarks