help help help

help help help

pullstackautocad
Enthusiast Enthusiast
353 Views
4 Replies
Message 1 of 5

help help help

pullstackautocad
Enthusiast
Enthusiast

my client send me architectural drawing,

so my job is to clean all the floor and design stormwater..

we have blocks ...

my client gives me 2 hours job but i finish same job and take me 3 hours.. i use layoff quick select everthing ..

how to work efficently....

 

some times they send us , updated arch so , we need to compare and updated... how to do it faster

 

0 Likes
354 Views
4 Replies
Replies (4)
Message 2 of 5

cadffm
Consultant
Consultant

Hi,

to compare the old with the new one, use command COMPARE [F1]

 

Sebastian

Message 3 of 5

Kent1Cooper
Consultant
Consultant

If I understand correctly:

If the drawings you receive are drawn well, you should be able to XREF them into your drawings, and simply Freeze a bunch of Layers to "remove" [only visually] what you don't want to see.  Then when they send you updated drawings, replace the Xref'd source drawings with the updated ones, and all will be updated in your drawings without your needing to compare anything other than to look for effects on your work, and all the same things will be invisible without your needing to select anything.

[But if you get drawings that are drawn badly, for example with things that should not be shown on the same Layers as things that should be shown, that approach will not work for you.]

Kent Cooper, AIA
Message 4 of 5

scot-65
Advisor
Advisor

@pullstackautocad 

 

To supplement Kent's advise, add the following to your acaddoc.lsp or acadltdoc.lsp:

 

(defun c:FF () (command "LayFrz" "Settings" "Block" "None" pause "")(princ))
(defun c:FFE () (command "LayFrz" "Settings" "Block" "Entity" pause "")(princ))
(defun c:FFV () (command "LayFrz" "Settings" "Viewports" "Vpfreeze" pause "")(princ))

 

FFE is what you will be using for an XREF object.


Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

Message 5 of 5

pullstackautocad
Enthusiast
Enthusiast

Thankyou i am quiet not familar with the xrefs.. i will see some tutorials...

all i do is while cleaning my drawing is manaully delte all items 

thankyou

0 Likes