FIT CURVE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=FIT_CURVE <tolerance>, <curve type>
{{Command|syntax=FIT_CURVE <tolerance>, <curve type>
|description=:Create a curve to fit around a set of points, the curve follows the direction of the order in which th epoints where selected.
|description=:Create a fitted curve using all currently selected points. The curve direction will follow the the order in which the points where selected.


|param1=<tolerance>|param1_desc={{tolerance}}
|param1=<tolerance>|param1_desc={{tolerance}}
Line 7: Line 7:


===Example===
===Example===
:FIT_CURVE 0.3, 3
:FIT_CURVE 0.02, 3


[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 22:23, 29 July 2010

Command

FIT_CURVE <tolerance>, <curve type>


Create a fitted curve using all currently selected points. The curve direction will follow the the order in which the points where selected.

Parameters

<tolerance>
The allowable distance from the curve to the points
<curve type>
Chord Length
Uniform
Foley's
Centripetal

Example

FIT_CURVE 0.02, 3