CADability dotNET

Overload List

  NameDescription
Public methodGetObjectsFromRect(Projection..::..PickArea, Boolean)
Returns an array of all objects that interfere with the provided [!:PickArea]. If onlyInside is true only objects inside the frustum or box of the area are returned, otherwise there may also be objects that are aoutside this area.
Public methodGetObjectsFromRect(Projection, BoundingRect, Boolean)
Returns an array of all objects that interfere with the provided rectangle in repect to the provided Projection. It may also contain some objects which don't interfere but are close to the rectangle, if onlyInside is false.

See Also