Click or drag to resize

NurbsCurveFitParametersKinkSplitting Property

Gets or sets the kink splitting behavior used when fitting a NURBS curve. See also

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

Property Value

Type: NurbsCurveFitParametersKinkSplit
Remarks
This property determines how the curve fitting algorithm handles kinks or sharp changes in direction. Adjusting this value can influence the smoothness and accuracy of the resulting curve. Choose an appropriate value based on whether preserving or smoothing out kinks is desired for your application.
See Also