Skip to content

xMin

Description

Minimum value on the X-axis.

Property type

Number

Access

Only Reading

Example

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

Outdated

Usage of xmin instead of xMin is allowed.

Last update: 11 August 2025, 8:45