Click or drag to resize

NurbsCurveFitParametersUniformityIntensity Property

Uniformity penalty used to make the distance between control points more equal. Use UniformityCoefficient() to convert this enum to the the value passed to the optimizer.

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

Property Value

Type: NurbsCurveFitParametersIntensity
See Also