Skip to content

yMin

Description

Minimum value along the Y-axis.

Property type

Number

Access

Read-Only

Example

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

Deprecated

Using ymin is allowed instead of yMin.

Last update: 14 August 2025, 18:47