Can anyone help me understand the difference in these 2 commands? Thanks.
Chad
Can anyone help me understand the difference in these 2 commands? Thanks.
Chad
Hi, Chad
Fit command makes a perfect fit of the original curve (even if the same Degree is applied) with the price of much more CVs (and spans in the curve â the flow of the curvature is not smooth)
¡ to see Curvature graph, select the curves and go to Analyze â Curve â Curvature graph
You will know when you see the graphs. (for comparision select all the curves and hit F10 to see the CVs also)
FitCrv tries to reduce the number of control points on a curve while staying within the given user tolerance. It doesnât always succeed in reducing the number of points, there are some types of curves it works better on than others.
Rebuild (normal) will rebuild a curve with control points more or less uniformly distributed along the curve, but it does not guarantee the rebuilt curve will be within any given tolerance of the original (you have to try and check).
RebuildNonUniform is mostly designed for attempting to rebuild sets of curves (although it also works on just one); it has 2 or 4 additional control âpointsâ that you can drag around while in the command to see if you get a better result⌠You can ârequestâ a tolerance but it wonât necessarily achieve it, depending on the max number of points specified, if it can get to that tolerance, it tries to do so with the minimum number of points.
Unfortunately, rebuilding in Rhino is still somewhat limited, you can often get closer with fewer points using hand editing, but of course thatâs time consuming.
âMitch