Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

IMPORTING LINE TYPES

esd1953
Participant

IMPORTING LINE TYPES

esd1953
Participant
Participant

I have a dwg file linetype i am trying to bring into another dwg file and it wont do it. i have purged the dwg to bring it into and done everything i can think of and nothing helps. the line has a linetype called gas2 and when i bring a line with that type it changes the line to linetype gas. what up with this crap?

0 Me gusta
Responder
387 Vistas
2 Respuestas
Respuestas (2)

pendean
Community Legend
Community Legend

@esd1953 wrote:

...the line has a linetype called gas2 and when i bring a line with that type it changes the line to linetype gas. what up with this crap?


AutoCAD 101: when content is named the exact same thing in two files, that name (and definition) governs in the file that is open, and that content bein brought it is ignored.

 

Easy enough to confirm: make your destination file the copy, the copy file the destination. Gas2 all the way now I bet.

 

RENAME command has a LINETYPES option, find out the two names inside the two files and ensure one of them is now differently named. QSAVE both files after the rename then try again.

0 Me gusta

ThreadRed
Explorer
Explorer

How does the line look like?

It might be an easy fix by defining the line and adding it to the acad.lin file under user defined line types section. That will store this line type in the line type main library where you can always load it when you need to.

0 Me gusta