and_sets
and_sets -set1d_setObj-set2d_setObj
Description
Creates a new set that contains objects that are in both set1 and set2. This is also known as a set intersection.
Arguments
Value Returned
Examples
Creates a highlight set, HL4, that contains objects that are common to both the HL1 highlight set and the selected set.
add_highlight -set [and_sets -set1 [get_highlight -name HL1] -set2 [get_selection_set]] -color blue -name HL4
Related Topics
Return to top