xCenter¶ Description¶ The center of the X-axis. Property type¶ Number Access¶ Read-Only Example¶ 1 2 3 4let 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. See also xMax xSize xCenter yMin yMax ySize yCenter zMin zMax xMin zCenter Last update: 11 August 2025, 8:45