SELECT EDGE BY USER COLOR
From Macros Wiki
Command
- SELECT_EDGE_BY_USER_COLOR <solid> <red> <green> <blue> [<add to selection>]
Select an edges of a given user color
Parameters
- <solid>
- Solid number (0=all solids)
- <red>
- Red component of color (0 to 255)
- <green>
- Green component of color (0 to 255)
- <blue>
- Blue component of color (0 to 255)
- <add to selection>
- 0=replace selected edges with the edges of this color, 1=add to selected edges
Example
- SELECT_EDGE_BY_USER_COLOR 7, 255, 0, 0 ! select all edges on solid 7 that are red
- SELECT_EDGE_BY_USER_COLOR 3, 0, 255, 0, 0 ! select all edges on solid 3 that are green
- SELECT_EDGE_BY_USER_COLOR 3, 0, 0, 255, 1 ! and all edges on solid 3 that are blue