Function: clump_c

Syntax

clump_c ({<num1[2]>,<num2>})

Type

filter

Returns

The filter of all entities which lie totally within a 2-D screen circle.

Parameters

Examples

Highlight all entities which lie within a circle defined interactively.

highlight clump_c

Remove all entities which lie within a defined circle.

numeric cent[2] = <250,250>, radius = 75
kill clump_c(cent,radius)

See Also

Commands:

filter

Functions:

clash_c (filter), clump_b (filter), clump_e (filter), clump_p (filter), clump_r (filter), clump_s (filter), clump_w (filter)

Identifiers:

ignore_node_size (numeric)