xSize¶ Description¶ X-axis size. Property type¶ Number Access¶ ReadOnly Example¶ JS1 2 3 4let cyl = Geom.cylinder(100, 50) let bbox = cyl.boundBox() let sx = bbox.xSize console.info(sx) // output: Outdated xsize is still allowed instead of xSize. See also xMax xSize xCenter yMin yMax ySize yCenter zMin zMax xMin zCenter Last update: 14 August 2025, 18:47