You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent a bit of time confirming the coordinates of a bounding box for a navis.Volume object. I think the documentation could be a bit more verbose, so others don't have to do the same.
A navis.Volume is a subclass of trimesh.Trimesh and most of what you see in those docs is simply carried over from trimesh. I never really looked at it but is a bit confusing - especially with that additional layer of navis.Volume on top of it.
These summary tables only ever show a one-liner but in theory you should be able to click on e.g. bounds to get the full signature. Something's not working correct here and I will need to look into it.
You can always ask for the full docstring in an interactive Python session (terminal or Jupyter):
I spent a bit of time confirming the coordinates of a bounding box for a navis.Volume object. I think the documentation could be a bit more verbose, so others don't have to do the same.
Specifically here: https://navis.readthedocs.io/en/latest/source/tutorials/generated/navis.Volume.html#navis.Volume
All that is mentioned about the bounding box:
Attributes
bbox: Bounding box of this volume.
Something describing the structure would be nice. For example, the bbox array is:
The text was updated successfully, but these errors were encountered: