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