Why my Extrusion's BoundingBox is Changed?

Hi~
I want to create a Extrusion. So I create a BoundingBox at first. I define the Maxpoint as [0,0,0] and the Min as [1000,1000,1000]. I think I will get a cube with a side length of 1000.
I think the Box.Max= [1000,1000,1000], Box.Min = [0,0,0,]. But in the end, I get the Extrusion BBox.Max=[1,1,1000]. I am not sure about where is the problem.
This is my code:


This is the result:
1706602958512
This is what I get in Rhino:

Which version of rhino3dm.py are you using?

rhino3dm-0.13.0-cp37-cp37m-win_amd64.whl @fraguada

Thanks for your reminding. The new version 8.0.1 makes everything normal. The problem is solved. I get the cube I want.

1 Like

I was just recalling I had the same issue and I had fixed it in 8 :slight_smile: