Click or drag to resize

NurbsCurveFitParametersCurvatureBiasIntensity Property

Curvature bias is used to make the fit curve stay close to regions of relatively high curvature. Use CurvatureBiasCoefficient() to convert this enum to the the value passed to the optimizer.

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

Property Value

Type: NurbsCurveFitParametersIntensity
See Also