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)
Syntaxpublic NurbsCurveFitParametersIntensity SmoothingIntensity { get; set; }Public Property SmoothingIntensity As NurbsCurveFitParametersIntensity
Get
Set
Property Value
Type:
NurbsCurveFitParametersIntensity
See Also