Comparing design changes between two Revit models

Comparing design changes between two Revit models

Anonymous
Not applicable
2,107 Views
8 Replies
Message 1 of 9

Comparing design changes between two Revit models

Anonymous
Not applicable

Hello Everyone,

 

I searched the forum and found only one related post three years ago. I was curious if anybody has new ideas about how to tackle my issue.

 

My team needs to produce drawings that highlight changes between two design phases of a large scale housing project. We did not use phasing in the project, so the previous version of our design is in a separate, archived model.

 

Our deliverable must consist of a set of plans that shows the following:

 

-Unchanged elements in grey

-Adjusted elements in yellow

-New elements in red

 

Can anyone think of a way to do this? I have researched the Navisworks comparison tool, but it does not seem intended to produce such documents. Is anyone aware of any Revit extensions or maybe Dynamo scripts that could solve the issue?

 

We are in Revit 2020 and do not have BIM360 access.

 

Thanks everyone for your input! Take care.

 

 

0 Likes
2,108 Views
8 Replies
Replies (8)
Message 2 of 9

XXalessio.amodioXX
Collaborator
Collaborator

I do not think is possible. This is BIM 360 Design work.

You can try to use this valuable plug in to meet your requirements 

https://apps.autodesk.com/RVT/en/Detail/Index?id=5056644120649615847&appLang=en&os=Win64

0 Likes
Message 3 of 9

barthbradley
Consultant
Consultant

So these two projects/models are separate and complete?  

0 Likes
Message 4 of 9

Anonymous
Not applicable

I think that your options are:

  • Override the elements manually. 
  • Create phases in your new project and place all the elemtns into the correct phase.  The use the phasing tools.  
0 Likes
Message 5 of 9

Anonymous
Not applicable

It is two models of the same project.

 

Model 1 (from archive) > Project at the end of DD

Model 2 (active model)> Project during CDs

0 Likes
Message 6 of 9

RobDraw
Mentor
Mentor

Have you searched the internet?

 

Have you looked at Bluebeam?


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 7 of 9

L.Maas
Mentor
Mentor

Depends on size and shape of your project and what you mean by unchanged, adjusted, new elements. Are you talking about location, or also about parameters values? 

If you are bound to Revit alone, where other software is no option  

As this seems to be a one time process I would consider to reintroduce phasing to your project. You could do this by

using the phasing tools or just by adding a shared/project parameter that you can use for filtering.

Set everything to the unchanged setting/phase. Link the older file and everywhere you see changes you can set it to one of the other phase (adjusted or new).

Depending on the size of the project you could do (partial) automation by using Dynamo. For example items with an Revit ID not present in the older files is new.  Items that do not have same location are adjusted.

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

0 Likes
Message 8 of 9

chughes
Collaborator
Collaborator
0 Likes
Message 9 of 9

justin.joshua9SCKS
Participant
Participant

I would export them both to IFC, then do an IFC Compare (this is only for comparing model elements and properties, not Revit sheets or views). There should be free software available to do IFC Compare  (maybe - "https://support.briefbuilder.com/knowledge-base/ifc-comparison-table/" ).That would then give you an overview of what is new or changed. Then export the ids of the new or changed elements. Then select all those elements using their ids (comma separated), with the select by id function, and isolate them to be set to the phase you want. (I have not tested this yet)

0 Likes