SORT GEO: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
Created page with "{{Command|syntax=SORT_GEO <sort type> <main axis x> <scan height> <max gap> <plus X> <plus Y> |description=:Sort the currentsly selected geometry. Check the documentation for ..." |
No edit summary |
||
Line 13: | Line 13: | ||
:SORT_GEO 1, 1, 0.1, 0.25, 0, 1 | :SORT_GEO 1, 1, 0.1, 0.25, 0, 1 | ||
[[Category: | [[Category:Geometry]] |
Latest revision as of 15:30, 31 May 2012
Command
- SORT_GEO <sort type> <main axis x> <scan height> <max gap> <plus X> <plus Y>
- Sort the currentsly selected geometry. Check the documentation for the Modify->Sort dialog for more details on the parameters.
Parameters
- <sort type>
- 1=S Pattern, 2=Closest Point, 3=ReverseDirection
- <main axis x>
- 1=Main axis X, 0=Main Axis Y
- <scan height>
- Scan Height
- <max gap>
- Maximum Gap
- <plus X>
- 1=Start Corner X+, 0=Start Corner X-
- <plus Y>
- 1=Start Corner Y+, 0=Start Corner Y-
Example
- SORT_GEO 1, 1, 0.1, 0.25, 0, 1