CADability dotNET

Overload List

  NameDescription
Public methodGetObjectsFromRect(Projection..::..PickArea, Set<(Of <<'(Layer>)>>), PickMode, FilterList)
Returns all objects of the model that are touched by the area, whos layers are in the visibleLayers set and which are accepted by the filterList.
Public methodGetObjectsFromRect(BoundingRect, Projection, Set<(Of <<'(Layer>)>>), PickMode, FilterList)
Returns all objects of the model that are touched by the pickrect, whos layers are in the visibleLayers set and which are accepted by the filterList.

See Also