How to get bounds #167
-
I see that bounding box seems to be implemented, but I'm not quite sure how to use it in practice. Edit: Here is the docs that I'm looking at: https://replicad.xyz/docs/api/classes/BoundingBox Lets say that I have something like the vase example and I want to get the height, how would I do something like that?
|
Beta Was this translation helpful? Give feedback.
Answered by
BarbourSmith
Sep 24, 2024
Replies: 1 comment 2 replies
-
The answer is geometry[0].boundingBox.bounds[1][2] 😁 For anyone else who stumbles across this in a google search 😛 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BarbourSmith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The answer is geometry[0].boundingBox.bounds[1][2] 😁
For anyone else who stumbles across this in a google search 😛