Previous Up Next

14.13.1  Checking if an object in space is on another object: is_element

See Section 13.16.1 for checking elements in two-dimensional geometry.

The is_element command determines whether or not a geometric object is contained in another.

  • is_element(G,H) returns 1 if G is contained in H and returns 0 otherwise.

  • Examples.


    Previous Up Next