Skip to content

Geom.boundingBox()

Description

Returns the bounding box of a shape.

Syntax

JS
Geom.boundingBox(shp: Shape) -> BoundingBox

Parameters

Parameter Type Description
shp Shape The shape.

Return value

Type Description
BoundingBox The bounding box of the shape.

Example

JS
// linenums="1"
let result = Geom.boundingBox(value);
console.info(result);

See Also

Shape

BoundingBox

Last update: 15 August 2025, 14:32