FIT CURVE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=FIT_CURVE <tolerance>, <curve type>
{{Command|syntax=FIT_CURVE <tolerance>, <curve type>
|description=*DESCRPTION*
|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={{curve tolerance}}
|param2=<curve type>|param2_desc={{curve type}}
|param2=<curve type>|param2_desc={{curve type}}
}}
}}


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


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

Latest revision as of 23:14, 3 August 2010

Up

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 maximum distance between the mathematical curve definition and the actual shape created.
<curve type>
Chord Length
Uniform
Foley's
Centripetal

Example

FIT_CURVE 0.02, centripetal