diff --git a/src/compas/geometry/shapes/box.py b/src/compas/geometry/shapes/box.py index 1a0f675f1a4..d4d13360c70 100644 --- a/src/compas/geometry/shapes/box.py +++ b/src/compas/geometry/shapes/box.py @@ -24,25 +24,25 @@ class Box(Shape): Parameters ---------- - frame : :class:`~compas.geometry.Frame` - The frame of the box. xsize : float The size of the box in the box frame's x direction. ysize : float The size of the box in the box frame's y direction. zsize : float The size of the box in the box frame's z direction. + frame : :class:`~compas.geometry.Frame` + The frame of the box. Attributes ---------- - frame : :class:`~compas.geometry.Frame` - The box's frame. xsize : float The size of the box in the box frame's x direction. ysize : float The size of the box in the box frame's y direction. zsize : float The size of the box in the box frame's z direction. + frame : :class:`~compas.geometry.Frame` + The box's frame. xmin : float, read-only Minimum value along local X axis. xmax : float, read-only