Different Drawing file Merge to one file.

Different Drawing file Merge to one file.

Pihu_2024
Enthusiast Enthusiast
372 Views
6 Replies
Message 1 of 7

Different Drawing file Merge to one file.

Pihu_2024
Enthusiast
Enthusiast

Dear Sir,

 

I want to separate Drawing file Merge to one drawing file.

X - 10 Nos. drawing 

Y- unlimited drawing 

0 Likes
373 Views
6 Replies
Replies (6)
Message 2 of 7

Sea-Haven
Mentor
Mentor

Perhaps a language problem, take 10 dwgs and insert into one dwg ? yes can select dwg's or even complete directory.

0 Likes
Message 3 of 7

Pihu_2024
Enthusiast
Enthusiast

 

Dear Sir,

 

Please see the example drawing.

 

separate drawing merge to one drawing 

 

 

0 Likes
Message 4 of 7

paullimapa
Mentor
Mentor

Sounds like you want a custom INSERT command that lets you select multiple drawings and then insert them all at once using the same Insertion point / Scale / Rotation ?


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 5 of 7

Moshe-A
Mentor
Mentor

@Pihu_2024  hi,

 

Well, i do not recommend doing that and here's the reasons:

 

1. to process such amount of files in one shot would take a lot of time you could think the computer is stuck.

2. the merged dwg could get very heavy you hardly could zoom not say to edit.

2. each dwg has it own insertion base point so how it could be laid in this nice array? 😀

 

if you still insist, use xrefs instead and xclip where needed. in this approach you can still edit each dwg separately.

 

Moshe

 

0 Likes
Message 6 of 7

Kent1Cooper
Consultant
Consultant

If you are talking about all drawings in a folder, a starting point could be BlockChart-Rows.lsp, >here<.

It starts at the bottom and works upward, and the number of drawings Inserted in a row is based on their individual widths and the width of the drawing limits, but it could be adjusted to work downward, and to always do 10 across, and to space them equally instead of checking each one's width.

 

Are they always of the same width, so that equally spacing them horizontally would work, without overlaps and over-large gaps?  What should the spacing be?

 

If you do not want to add all drawings in a given folder, how would you choose the drawings?

Kent Cooper, AIA
0 Likes
Message 7 of 7

baksconstructor
Advocate
Advocate

No problem.

Use this - AutoImportCAD 

You can insert as many files as you like.

0 Likes