Geometry Transform

I need your help and thank you in advance!

I have an inclined solid. When I generate its bounding box, I don’t get the correct dimensions (length, width, etc.), so I tried transforming it into the global coordinate system so far so good. But once I get the new solid from the bounding box, I generate my curve and try to transform it back to get the correct position, but Dynamo refuses to apply the coordinate change and I’m stuck.

Any suggestions?

Thank you :blush:

Hello! have you try BoundingBox by minimum volume?

Hi in addition to @francois.picard 's anwser you can check this post


Thank you for your response but in my case it’s not working because my solid is a mesh :confused:

not sure but how about get vertex points

Thank you, it works