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