File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/compas/geometry/shapes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,25 @@ class Box(Shape):
2424
2525 Parameters
2626 ----------
27- frame : :class:`~compas.geometry.Frame`
28- The frame of the box.
2927 xsize : float
3028 The size of the box in the box frame's x direction.
3129 ysize : float
3230 The size of the box in the box frame's y direction.
3331 zsize : float
3432 The size of the box in the box frame's z direction.
33+ frame : :class:`~compas.geometry.Frame`
34+ The frame of the box.
3535
3636 Attributes
3737 ----------
38- frame : :class:`~compas.geometry.Frame`
39- The box's frame.
4038 xsize : float
4139 The size of the box in the box frame's x direction.
4240 ysize : float
4341 The size of the box in the box frame's y direction.
4442 zsize : float
4543 The size of the box in the box frame's z direction.
44+ frame : :class:`~compas.geometry.Frame`
45+ The box's frame.
4646 xmin : float, read-only
4747 Minimum value along local X axis.
4848 xmax : float, read-only
You can’t perform that action at this time.
0 commit comments