Skip to content

xCenter

Description

The center of 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 cx = bbox.xCenter
console.info(cx) // output:

Deprecated

Using xcenter is allowed instead of xCenter.

Last update: 11 August 2025, 8:45