Skip to content

Commit

Permalink
Merge pull request #1199 from compas-dev/fix-doc
Browse files Browse the repository at this point in the history
Fix docstring
  • Loading branch information
gonzalocasas authored Oct 9, 2023
2 parents 59aa013 + f15e014 commit 0d50b15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/compas/geometry/shapes/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d50b15

Please sign in to comment.