Skip to content

zSize

Description

Height along the Z-axis.

Property type

Number

Access

Read-Only

Example

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

Outdated

zsize can be used instead of zSize.

Last update: 14 August 2025, 18:47