SELECT FACE BY USER COLOR

From Macros Wiki
Revision as of 00:21, 19 February 2016 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=SELECT_FACE_BY_USER_COLOR <solid> <red> <green> <blue> [<add to selection>] |description=Select an faces of a given user ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

SELECT_FACE_BY_USER_COLOR <solid> <red> <green> <blue> [<add to selection>]


Select an faces 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 faces with the faces of this color, 1=add to selected faces

Example

SELECT_FACE_BY_USER_COLOR 7, 255, 0, 0  ! select all faces on solid 7 that are red


SELECT_FACE_BY_USER_COLOR 3, 0, 255, 0, 0  ! select all faces on solid 3 that are green
SELECT_FACE_BY_USER_COLOR 3, 0, 0, 255, 1  ! and all faces on solid 3 that are blue