Skip to content

zMax

Description

Maximum value along the Z axis.

Property type

Number

Access

Read-Only

Example

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

Deprecated

zmax is still supported instead of zMax.

Last update: 14 August 2025, 18:47