Readonly_Readonly_ReadonlyandReadonlyatFilter vertices at a given distance from a point.
ReadonlyatFilter vertices at an exact position (within tolerance).
ReadonlyeitherCombine filters with OR. Returns new finder.
ReadonlyfindFind all matching elements from a shape.
ReadonlyfindFind exactly one matching element. Returns error if 0 or more than 1 match.
ReadonlyinFilter to elements in a list. Returns new finder.
ReadonlynearestFilter vertices nearest to a reference point. Returns a new finder that keeps only the closest vertex.
ReadonlynegateNegate: invert all filters on this finder.
ReadonlynotInvert a filter. Returns new finder.
ReadonlyorUnion: element must match this finder OR other.
ReadonlyshouldCheck if an element passes all filters.
ReadonlywhenAdd a custom predicate filter. Returns new finder.
ReadonlywithinFilter vertices within an axis-aligned bounding box.
Intersect: element must match both this finder AND other.