Skip to content

Circuit.GetSelectableItemsIn(RectangleI, bool, bool) Method

Return the elements contained in the rectangle

1
System.Collections.Generic.List<Simba.Data.IMovable> GetSelectableItemsIn(rectangle, entirelyInside, same_footprint=false)

Parameters

rectangle RectangleI

entirelyInside System.Boolean

if true return only the elements that are entirely contained in the rectangle. If false, return all the elements, even if they are partially contained in the rectangle

same_footprint System.Boolean

Returns

List[IMovable]
The list of items in the rectangle