Skip to main content

Function: backMost()

function backMost(shape, tolerance?): ShapeExtremumFilter;

Defined in: finders/helpers.ts:141

Creates a predicate selecting elements touching the shape's minimum Y bound.

"Back" is defined as the negative Y direction.

Parameters

shape

AnyShape

tolerance?

number = 1e-6

Returns

ShapeExtremumFilter

Example

finder.when(backMost(shape));