TheSwamp

CAD Forums => CAD General => Topic started by: MSTG007 on August 17, 2016, 07:43:27 AM

Title: How do you compare the same drawings that have been updated?
Post by: MSTG007 on August 17, 2016, 07:43:27 AM
This might be a strange question. I would not say this happens to us a lot, but we deal with surveyors who like to go out and give us progress drawings. Usually with our deadlines, we have to use the preliminary survey before we get the final.

Question is, if we do a lot of layer control within the preliminary survey. What is the easiest way to compare the differences? (Without asking the surveyor exactly what changed, etc.)

Is there a way a routine can highlight the differences in location of XY entity objects?

Like I said, just curious what you guys do... Thanks for the feedback either way...
Title: Re: How do you compare the same drawings that have been updated?
Post by: Rob... on August 17, 2016, 08:25:13 AM
Autodesk used to have a drawing comparison tool that worked quite well. I'm sure that has advanced some.

BlueBeam has one that is pretty good.
Title: Re: How do you compare the same drawings that have been updated?
Post by: Matt__W on August 17, 2016, 08:34:16 AM
Xref one into the other. Set one's color to red, the other to grey. This will make it obvious what has changed.
Title: Re: How do you compare the same drawings that have been updated?
Post by: MSTG007 on August 17, 2016, 08:34:20 AM
We do have BlueBeam Revu, Not really an expert on it yet, just use it as a PDF Reader. Can you elaborate possibly on how to do this? Looks interesting...
Title: Re: How do you compare the same drawings that have been updated?
Post by: MSTG007 on August 17, 2016, 08:35:49 AM
Oh yea... I have already done that. about xrefing and changing colors. Just panning around its hard to tell. I like Magenta in the for the updated and send it to the back of the original drawing objects.
Title: Re: How do you compare the same drawings that have been updated?
Post by: Matt__W on August 17, 2016, 08:39:06 AM
We do have BlueBeam Revu, Not really an expert on it yet, just use it as a PDF Reader. Can you elaborate possibly on how to do this? Looks interesting...
https://www.bluebeam.com/us/bluebeam-university/pdf-tutorials/revu-11/compare-documents.pdf
Title: Re: How do you compare the same drawings that have been updated?
Post by: mjfarrell on August 17, 2016, 08:48:02 AM
This might be a strange question. I would not say this happens to us a lot, but we deal with surveyors who like to go out and give us progress drawings. Usually with our deadlines, we have to use the preliminary survey before we get the final.

Question is, if we do a lot of layer control within the preliminary survey. What is the easiest way to compare the differences? (Without asking the surveyor exactly what changed, etc.)

Is there a way a routine can highlight the differences in location of XY entity objects?

Like I said, just curious what you guys do... Thanks for the feedback either way...


Part of the challenge is all tis 'layer control' INSIDE the original drawing,  one might want to do that layer control to the XREF of that drawing,
then it doesn't matter what changed, because the XREF will always be current (given you replace/rename the old xref with whatever new one
they provide you with.

Although the question might still remain "What is new and what do we need to avoid, remove, relocate, or otherwise impacts the design?"

But the first thing I would do is stop messing around inside the surveyors file.  (Unless of course they are providing you with a civil 3d file and you MUST
make changes to object styles, etc.  If that is the issue then they should have a template provided by you to do their work in.  Then it arrives ready for you to use.

Also I think with a little file naming creativity DWGCOMPARE could work for you.
Title: Re: How do you compare the same drawings that have been updated?
Post by: MSTG007 on August 17, 2016, 09:00:05 AM
Interesting  . . . Yup this stuff still has Civil3D Objects in it. Let me try to play around with this ideas.
Title: Re: How do you compare the same drawings that have been updated?
Post by: Jeff H on August 17, 2016, 11:58:03 AM
Xrefing works pretty well.

I create a compare drawing for some projects and have code that will copy everything into new drawing and sets all on Layer 0 and ByBlock.
Then overlay it over two instances of previous version with draw order different so one set shows what was removed and the other shows what was added.

For anyone not familiar with xrefing to compare here is an example and can go ahead and have yourself ready for next update.
Title: Re: How do you compare the same drawings that have been updated?
Post by: ronjonp on August 17, 2016, 12:55:41 PM
I overlay the old file into the new & use this simple code to change layer colors:
Code - Auto/Visual Lisp: [Select]
  1. (defun c:checkchanges (/)
  2.     (if (wcmatch (vla-get-name x) "*|*")
  3.       (vla-put-color x 1)
  4.       (vla-put-color x 5)
  5.     )
  6.   )
  7.   (princ)
  8. )
Title: Re: How do you compare the same drawings that have been updated?
Post by: danallen on August 17, 2016, 02:51:56 PM
I do both xref & bluebeam compare. I usually ask consultants for PDFs for coordination as record because CAD is too volatile with xrefs after several months have changed. The bluebeam compare is a life-saver for me when I have to write narratives for drawing changes to contractor, that's how I usually catch sneaky civil engineers changing things on me and not clouding (or clouding whole damn drawing).
Title: Re: How do you compare the same drawings that have been updated?
Post by: Jeff H on August 17, 2016, 04:04:12 PM
Isn't all the blue beam thing do is just overlay old to and new to see what it covers up or not
Title: Re: How do you compare the same drawings that have been updated?
Post by: Jeff H on August 17, 2016, 04:05:20 PM
Also this would be a great time for Revit Snob remark.
Title: Re: How do you compare the same drawings that have been updated?
Post by: ChrisCarlson on August 17, 2016, 04:15:20 PM
Isn't all the blue beam thing do is just overlay old to and new to see what it covers up or not

In a roundabout way, yes.
Title: Re: How do you compare the same drawings that have been updated?
Post by: danallen on August 17, 2016, 07:16:04 PM
Isn't all the blue beam thing do is just overlay old to and new to see what it covers up or not

yes, but it does old in green, new in red. The stuff same in both goes black, highlighting the changes in color easy to see. I review plans, make notes on the overlay and then copy/paste in place into the new drawings to send comments back as required.
Title: Re: How do you compare the same drawings that have been updated?
Post by: dgorsman on August 18, 2016, 10:14:54 AM
Isn't all the blue beam thing do is just overlay old to and new to see what it covers up or not

yes, but it does old in green, new in red. The stuff same in both goes black, highlighting the changes in color easy to see. I review plans, make notes on the overlay and then copy/paste in place into the new drawings to send comments back as required.

I've done similar with DWF files and Design Review.