TheSwamp

Code Red => .NET => Topic started by: autogis on May 21, 2014, 10:48:40 AM

Title: SelectWindow - Select object even if portion is inside window
Post by: autogis on May 21, 2014, 10:48:40 AM
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
Title: Re: SelectWindow - Select object even if portion is inside window
Post by: autogis on May 21, 2014, 11:01:29 AM
I think I might have answered my own question:

SelectCrossingWindow

:ugly: