- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
IMPORTING LINE TYPES
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?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
@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.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
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.