How to get the red outline from the H column. I tried one way is to get the BoudingBox from the element, but when the column is rotated, the result is not as expected


Hi @vanquyet9494 ,

Perhaps a convex hull might work here, if you don’t know what that is please read into it :slight_smile:

2 Likes

Thanks @Daan this is probably the key word, I’ll look into it

Hi @vanquyet9494 ,

I found a solution which seems a lot easier than creating Convex Hulls:

PS: The Element.GetRotation node is from the Genius Loci package

4 Likes

Thank you so much!