Skip to main content

Function: bottomMost()

function bottomMost(shape, tolerance?): ShapeExtremumFilter;

Defined in: finders/helpers.ts:93

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

Parameters

shape

AnyShape

tolerance?

number = 1e-6

Returns

ShapeExtremumFilter

Example

finder.when(bottomMost(shape));