Click or drag to resize
SoNurbsPropertynumSamplePoints Property

OIV.Inventor.Nodes.SoNurbsProperty.numSamplePoints is used during trim curve tessellation.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFInt32 numSamplePoints { get; }

Property Value

Type: SoSFInt32
Remarks

It specifies the exact number of points to generate between two trim curve control points. If set to -1 (the default), the number of points generated is computed from the OIV.Inventor.Nodes.SoComplexity node. Setting this field to a small value (less than 3) can reduce the number of triangles generated by the tessellation and thus increase the drawing performance of trimmed NURBS surfaces.

See Also