Skip to content

ySize

Description

Y axis size.

Property type

Number

Access

ReadOnly

Example

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

Deprecated

The ysize property is still supported.

Last update: 14 August 2025, 18:47