Displaying / Matching ends of curves

 From:  bemfarmer
8468.6 In reply to 8468.1 
For a preliminary investigation of the possibilities, the following scripts and posts may be relevant.
_MarkCurveStart
_MarkOpenCurveStart
_MarkCurveEnd
_MarkOpenCurveEnd
So the endpoints can be obtained.

_PointCoordinates3, currently displays point coordinates for one point. Perhaps could be modified to compare two points, within a tolerance distance,
to see if they are identical to n decimal places, another tolerance.

http://moi3d.com/forum/index.php?webtag=MOI&msg=7457.11
http://moi3d.com/forum/index.php?webtag=MOI&msg=7056.2
http://moi3d.com/forum/index.php?webtag=MOI&msg=7323.4

I guess zooming way in runs into pixel display issues?
Does a closed curve have identical start and end points, or is there a tolerance?
Do two curves intersect, or just pass very close together?

- Brian