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)
Syntaxpublic NurbsCurveFitParametersKinkSplit KinkSplitting { get; set; }Public Property KinkSplitting As NurbsCurveFitParametersKinkSplit
Get
Set
Property Value
Type:
NurbsCurveFitParametersKinkSplit
RemarksThis 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