- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
How to embed SHX files
Hi,
I have a drawing that I made that has some custom linetypes that I used custom shx files to create. I was under the impression that once I got these linetypes into the drawing, that they were part of the drawing. People could then copy and past them into other drawings from our legend drawing and we'd be fine. I'm having issues where other people are getting prompted for shx files and I don't want to have all these other references they have to worry about. How do I embed these into the dwg file so other people don't need to have these shx files on their machines?
Thanks!
Ian
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
If you used external SHX files to create them, you have to share those external files with others too. Think of it in the same way you think of Xrefs.
Use eTRANSMIT command to correctly bundle all that your DWG file(s) needs before you send it/them to anyone.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
"How do I embed these into the dwg file so other people don't need to have these shx files on their machines?"
There is no way to do this as far as I know. Font files are always stored external to the DWG file (perhaps for legal reasons, but I don't really know). If you want to make sure someone receiving a copy of your DWG sees the font(s) you have used (and it is reasonable to think they would not have access to them normally), then you must transmit the font files with the DWG. eTransmit is AutoCAD's utility for automating this.
I assume by "other people" you are referring to people outside of your organization or who otherwise don't have access to a shared network folder which could be used for "communal" font file storage.
If you are referring to others within your "network", then it's just a matter of including the network storage location in their Support Files Search path.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Is there a better way to create the linetypes? I get xrefs but I don't want to reference anything. Xrefs can be bound. It seems ridiculous in design that to accomplish a custom linetype that all this extra stuff has to go with the file.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to...
https://youtu.be/BNU_IUISN08
https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2017/ENU/AutoC...
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
I believe the MKLTYPE command was the one I used but I ran into issues with the command not recognizing arcs or splines unless I used an actual defined shape.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
I ended up abandoning the shapes and went with finagling text to make the shapes instead. Thanks for your help.