findPartsAt<T extends Part, S extends Iterable<T> > method
This convenience function finds all Parts that are at a point in document coordinates and that are not in temporary layers.
@param {Point} p A Point in document coordinates. @param {boolean=} selectable Whether to only consider parts that are Part#selectable. The default is true. @param {List.
Implementation
S findPartsAt<T extends _i3.Part, S extends _i3.Iterable<T>>(
_i3.Point p, [
_i2.bool? selectable,
S? coll,
]) =>
_i4.callMethod(
this,
'findPartsAt',
[
p,
selectable ?? _i5.undefined,
coll ?? _i5.undefined,
],
);