SET SELECTION LIST: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=SET_SELECTION_LIST <list number> | {{Command|syntax=SET_SELECTION_LIST <list number> | ||
|description=:Select the | |description=:Select the geometry features previously saved in a list by the [[GET_SELECTION_LIST]] command. | ||
|param1=<list number>|param1_desc={{list number}} | |param1=<list number>|param1_desc={{list number}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
:SET_SELECTION_LIST 4 | :SET_SELECTION_LIST 4, 1 | ||
:For an example macro see [[Geo_Pattern]] [[Geo_Transform]] | :For an example macro see [[Geo_Pattern]] [[Geo_Transform]] | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 17:48, 7 March 2011
Command
- SET_SELECTION_LIST <list number>
- Select the geometry features previously saved in a list by the GET_SELECTION_LIST command.
Parameters
- <list number>
- 1 - 10, a value for the list number.
Example
- SET_SELECTION_LIST 4, 1
- For an example macro see Geo_Pattern Geo_Transform