Click or drag to resize

NurbsCurveFitParametersSmoothingIntensity Property

Smoothing penalty used to make triples of consecutive control polygon points colinear. Use SmoothingCoefficient() to convert this enum to the the value passed to the optimizer.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public NurbsCurveFitParametersIntensity SmoothingIntensity { get; set; }

Property Value

Type: NurbsCurveFitParametersIntensity
See Also