Function: clash_p

Syntax

clash_p (<points[]> {,<tol>} )

Type

filter

Returns

The filter of all entities which clash with a polygon in 3-D described as a series of vertices. The polygon is often referred to as a fence. Entities are tested for coincidence with the polygon after being projected onto the polygon surface.

Parameters

Example

Save in an entity file all entities which clash with a polygon.

point p[] = <(1,1),(2,2),(1,3),(0,2)>
save myfile.e,clash_p(p)

See Also

Commands:

filter

Functions:

clash_b (filter), clash_c (filter), clash_e (filter), clash_r (filter), clash_s (filter), clash_w (filter), clump_p (filter)

Identifiers:

ignore_node_size (numeric)