How to find a bounding box edge length?
If to use Rhino.Geometry.BoundingBox.GetEdges() we get the array of points for each of its edges. So, I can do a mathematical calculation with that points to get the length for each of the edges but I think there should be a more simple way to do it.
3 posts - 2 participants