GET NUM SELECTED SHAPES: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
Created page with "{{Command|syntax=GET_NUM_SELECTED_SHAPES <type> <num shapes> |description=:Get a list of the selected geometry shapes. |param1=<type>|param1_desc=Shape type, must be OPEN, CL..." |
No edit summary |
||
Line 2: | Line 2: | ||
|description=:Get a list of the selected geometry shapes. | |description=:Get a list of the selected geometry shapes. | ||
|param1=<type>|param1_desc=Shape type, must be OPEN, CLOSED or OPEN+CLOSED | |param1=<type>|param1_desc=Shape type, must be OPEN, CLOSED or OPEN+CLOSED (v24.0.44 and later) | ||
|param2=<num shapes>|param2_desc=Number of shapes | |param2=<num shapes>|param2_desc=Number of shapes | ||
}} | }} |
Latest revision as of 20:28, 19 September 2023
Command
- GET_NUM_SELECTED_SHAPES <type> <num shapes>
- Get a list of the selected geometry shapes.
Parameters
- <type>
- Shape type, must be OPEN, CLOSED or OPEN+CLOSED (v24.0.44 and later)
- <num shapes>
- Number of shapes
Example
- GET_NUM_SELECTED_SHAPES OPEN, num_shapes
This will get a list of the selected open shapes.