Revit Warning Message

Revit Warning Message

Anonymous
Not applicable
405 Views
1 Reply
Message 1 of 2

Revit Warning Message

Anonymous
Not applicable

Hello,

I have tried to generate a join between all the slabs and beams of a model. I have problems since every time they are separate elements (beams and floor) I get a warning message. There is some possibility of eliminating those warning messages or that only the join action is done among the nearby elements. I want to avoid that messages.

 

Join floor and structural framing.PNGmessage.PNG

0 Likes
406 Views
1 Reply
Reply (1)
Message 2 of 2

RPTHOMAS108
Mentor
Mentor

You can hide the error but due to your approach it is probably telling you that you shouldn't be joining the beams of level 1 with the floors of level 2 i.e. you shouldn't be trying to join everything with everything.

 

Would suggest instead you use ElementIntersectsElementFilter or other element comparisons in order to apply some logic to the problem of what should be joined to what. By default concrete beams/floors of same material should automatically join so don't know what is going wrong there. ElementIntersectsElementFilter will not find interference of such automatically joined items.

0 Likes