We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ee6d6 commit 733cdbfCopy full SHA for 733cdbf
1 file changed
openmc/mesh.py
@@ -1017,6 +1017,7 @@ def from_bounding_box(
1017
"""
1018
pass
1019
1020
+
1021
class HasBoundingBox(Protocol):
1022
"""Object that has a ``bounding_box`` attribute."""
1023
bounding_box: openmc.BoundingBox
@@ -1809,7 +1810,7 @@ def from_bounding_box(
1809
1810
----------
1811
bbox : openmc.BoundingBox
1812
Bounding box used to set the mesh extents.
- dimension : Iterable of int or int
1813
+ dimension : Iterable of int or int, optional
1814
The number of mesh cells in each direction (x, y, z). If a single
1815
integer is provided, the total number of cells is distributed across
1816
the three directions proportionally to the side lengths.
0 commit comments