SELECT GEO BY USER COLOR

From Macros Wiki
Jump to navigationJump to search

Up

Command

SELECT_GEO_BY_USER_COLOR <red> <green> <blue> [<add to selection>]


Select geometry of a given user color

Parameters

<geo ref>
The reference number of the geometry feature.
<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 geometry with geometry of this color, 1=add to selected geometry

Example

SELECT_GEO_BY_USER_COLOR 255, 0, 0  ! select all geometry that is red


SELECT_GEO_BY_USER_COLOR 0, 255, 0, 0  ! select all geometry that is green
SELECT_GEO_BY_USER_COLOR 0, 0, 255, 1  ! and all geometry that is blue