Boundingbox rotation

Hi all,

Am I the only one having problems with Element.BoundingBox not working as expected?

The BoundingBox doesn’t fit the Element geometry if rotated for eksampel by 45 degrees.

Dynamo version 0.9.0.3067

Revit 2016 R2

Thanks in advance

/Jesper

 

Boundingbox rotation

1 Like

It’s what is called an axis aligned bounding box. To my knowledge this is on purpose.

Hi John

Thank for your answer. I missed the axis aligned for that node.

Do you know of any workarounds or nodes out there for getting min. and max. point from a geometry instead of using boundingbox?

/Jesper

Found a workaround in Vertex

vertex

I think im having the same issue as you, im trying to put a bounding box around a door, however i cant seem to get the bounding box to be square to the element.

 

if any one has any ideas please let me know. …

 

Thanks in advance,

Tom

BoundingBox.ByGeometryCoordinateSystem should have helped, but that node hasn’t been working as expected for a long time now.

 

I know this is old topic but i ran into a similar problem.

I have a Project with Generic Models [GM] representing the position of the Shafts.

I want create Shafts from those GMs, buts some of those shafts are rotated.

Can you explain (or show) how you managed to ‘rotate’ the Bounding Box.
I guess you used the coordinates from the Bounding Box to create the rotated Curves(?).

NB I am a beginner with Dynamo

After some research i came up with a different approach which worked for me.