Category:List

From Macros Wiki
Revision as of 18:49, 13 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

The list commands are used to get a list of data. After you have used a list command, a set of variables will be set to data related to the list.

These will usually include the number of items in the list and the value of the first item in the list.
There will also usually be a "next" variable that is incremented each time you use it, to provide a method for finding each value in the list.

GET_TOOL_LIST
GET_PROC_LIST [<selected>]
GET_OP_LIST [<selected>]
GET_OLD_OP_LIST (save a copy of the current op list)
GET_NEW_OP_LIST (compare the op list with the saved copy)
GET_WG_LIST
GET_CS_LIST
GET_SOLID_LIST [<selected>]
GET_SOLID_EDGE_LIST <solid num>
GET_SOLID_SELECTED_EDGE_LIST <solid num>
GET_SOLID_FACE_LIST <solid num>
GET_SOLID_SELECTED_FACE_LIST <solid num>