IntersectWith Points

IntersectWith Points

Anonymous
Not applicable
339 Views
2 Replies
Message 1 of 3

IntersectWith Points

Anonymous
Not applicable
I was wondering if the points returned (more than 1 point) come back in any particular order?

For example:
A line passing thru a block does the point's come back in relation to the line's start and end point or in relation to the block bounding area.

I can build logic to handle the checking of, it is more a point of interest and understanding the intersectwith method

thanks


patrick
0 Likes
340 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
No, the points do not come back in any particular
order. If the intersecting object is a Curve, you
can sort them by their distance from either end
of the curve, using the Curve methods.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

wrote in message news:5510453@discussion.autodesk.com...
I was wondering if the points returned (more than 1 point) come back in any particular order?

For example:
A line passing thru a block does the point's come back in relation to the line's start and end point or in relation to the block bounding area.

I can build logic to handle the checking of, it is more a point of interest and understanding the intersectwith method

thanks


patrick
0 Likes
Message 3 of 3

Anonymous
Not applicable
that's what I was thinking

thanks

pat
0 Likes