portItems property

Iterable<PortSpatialItem> get portItems

Gets all port spatial items for debug visualization.

Returns port bounds (inflated snap zones) that can be drawn to visualize the snap hit areas.

Implementation

Iterable<PortSpatialItem> get portItems =>
    _grid.objects.whereType<PortSpatialItem>();