How to embed SHX files

How to embed SHX files

Anonymous
Not applicable
4,261 Views
7 Replies
Message 1 of 8

How to embed SHX files

Anonymous
Not applicable

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

0 Likes
4,262 Views
7 Replies
Replies (7)
Message 2 of 8

pendean
Community Legend
Community Legend
Nope.

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.
0 Likes
Message 3 of 8

dmfrazier
Advisor
Advisor

"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.

0 Likes
Message 4 of 8

Anonymous
Not applicable

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.

0 Likes
Message 5 of 8

pendean
Community Legend
Community Legend
Message 6 of 8

Anonymous
Not applicable

Thanks very much.  I'll check that out.

Message 7 of 8

Anonymous
Not applicable

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.

0 Likes
Message 8 of 8

Anonymous
Not applicable

I ended up abandoning the shapes and went with finagling text to make the shapes instead.  Thanks for your help.