.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Does IntersectW ith work in paperspace ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I am not having any luck getting intersectwith working in paperspace? I'm not trying to intersect with objects in model space, just all objects in paperspace.
Thanks.
Re: Does IntersectW ith work in paperspace ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
IntersectWith is independend of any space, it just compares coordinates. So you can also create a line just in memory - without adding it to any BlockTableRecord/space - and do the IntersectWith-check.
- alfred -
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: Does IntersectW ith work in paperspace ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Well, i sort of assumed that at first, but not getting any results, is there something I need to pass into it to make it work in paperspace? I can have the same object, same line in model space working, copy it to paperspace and it doesn't work. I'm not using the plane overload, wasn't sure how that'd apply to paperspace.
duh... just went back to code to check something and realized i was only scanning modelspace objects... goof...
Thanks anyway Alfred.

