Connecting two elements via a certain face

Hello there,
I’m trying to place a custom generic element that I’ve created in the model using Dynamo. This model is always placed at the intersection between a wall and a column. Now I’ve already found a way to do this but there is a problem. The orientation of this element is important and it has to be placed similar to the picture I’ve attached here. Since there might be multiple walls connected to a column on different sides, is there a way to modify the orientation of this element according to the column face it’s being connected to? or maybe somehow setting a default face for the element so that it always connects to other elements via that?
Capture

1 Like

@moghaddam.hamed20 ,

is your Element facebased? or workplane? what does it cover? walls?
Do you have any try in Dynamo? Which revit version,…

KR

Andreas

the element is wall-based (which I guess can also be created as a generic model but still has to be placed at the intersection). It covers wall yes. and I’ve tried using dynamo for Revit 2019 but I just don’t know how to approach this issue exactly.
Thanks