<title>Retrieve the id of an edge that intersects a Point</title>
<para>The function returns an integer (id-edge) given a topology, a POINT and a tolerance. If tolerance = 0 then the point has to intersect the edge.</para>
- <para>If the point is the location of a node, then an exception is thrown. To avoid this run the GetNodeByPoint function.</para>
<para>If the point doesn't intersect an edge, returns 0 (zero).</para>
<para>If use tolerance > 0 and there is more than one edge near the point then an exception is thrown.</para>
<title>Description</title>
<para>Retrieve the id of a face that intersects a Point.</para>
<para>The function returns an integer (id-face) given a topology, a POINT and a tolerance. If tolerance = 0 then the point has to intersect the face.</para>
- <para>If the point is the location of a node, then an exception is thrown. To avoid this run the GetNodeByPoint function.</para>
<para>If the point doesn't intersect a face, returns 0 (zero).</para>
<para>If use tolerance > 0 and there is more than one face near the point then an exception is thrown.</para>