Author Topic: SelectWindow - Select object even if portion is inside window  (Read 1449 times)

0 Members and 1 Guest are viewing this topic.

autogis

  • Guest
Right now when I use SelectWindow, if I only select a portion of a DBText object, it does not select it.  I want to be able to select an object even if a portion of it is inside the selectwindow area.  Is there a setting for this?


PromptSelectionResult mypsr = doc.Editor.SelectWindow(new Point3d(10, 20, 0), new Point3d(20, 30, 0), filter);


Thanks Before Hand

autogis

  • Guest
Re: SelectWindow - Select object even if portion is inside window
« Reply #1 on: May 21, 2014, 11:01:29 AM »
I think I might have answered my own question:

SelectCrossingWindow

:ugly: