GET NUM SELECTED SHAPES

From Macros Wiki
Revision as of 20:28, 19 September 2023 by BruceKing (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.