Skip to content

xMax

Description

Maximum value on the X axis.

Property type

Number

Access

Read-Only

Example

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

Outdated

The xmax property is still accepted instead of xMax.

!!!

See Also

[xMin](./xMin.md)

[xSize](./xSize.md)

[xCenter](./xCenter.md)

[yMin](./yMin.md)

[yMax](./yMax.md)

[ySize](./ySize.md)

[yCenter](./yCenter.md)

[zMin](./zMin.md)

[zMax](./zMax.md)

[zSize](./zSize.md)

[zCenter](./zCenter.md)
Last update: 11 August 2025, 8:45