clump_p (<points[]> {,<tol>} )
filter
The filter of all entities which lie totally within a polygon in 3-D. The polygon is often referred to as a fence. Entities are tested for coincidence with the polygon after being projected onto the polygon surface.
<points[]>
A point array
containing the polygon vertices.
<tol>
A numeric value
indicating a closeness tolerance for vertex and edge matching. If a vertex
is within this tolerance of a fence edge it is considered to be on the fence edge.
If this switch is omitted, a very small tolerance is computed based on the extents
of the entities.
Save in an entity file all entities which lie within a polygon.
point p[] = <(1,1),(2,2),(1,3),(0,2)> save myfile.e,clump_p(p)
Commands: |
|
Functions: |
clash_p (filter), clump_b (filter), clump_c (filter), clump_e (filter), clump_r (filter), clump_s (filter), clump_w (filter) |
Identifiers: |
ignore_node_size (numeric) |