Skip to content

zMin

Description

Minimum value along the Z-axis.

Property type

Number

Access

Only Reading

Example

JS
1
2
3
4
let cyl = Geom.cylinder(100, 50)
let bbox = cyl.boundBox()
let mz = bbox.zMin
console.info(mz) // output:

Deprecated

The zmin property is still accepted.

Last update: 14 August 2025, 18:47