• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Valued Contributor
    Posts: 60
    Registered: ‎06-18-2009

    Does IntersectWith work in paperspace?

    73 Views, 2 Replies
    04-17-2012 11:47 AM

    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.

    Please use plain text.
    *Expert Elite*
    Posts: 6,460
    Registered: ‎06-29-2007

    Re: Does IntersectWith work in paperspace?

    04-17-2012 12:25 PM in reply to: ViktorCAD

    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
    -------------------------------------------------------------------------
    Please use plain text.
    Valued Contributor
    Posts: 60
    Registered: ‎06-18-2009

    Re: Does IntersectWith work in paperspace?

    04-17-2012 12:28 PM in reply to: alfred.neswadba

    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.

    Please use plain text.