- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Starting yesterday I noticed a few of my linetypes were wrong. I have a stockade fence linetype with a line and box. And a chain link fence with a line and circle. And the zigzag.
I went to try to reload the linetype and I received the error: "Bad definition of FENCE METAL at line 120 of file..." and other errors for other lines. It has been working the entire year of 2018 until now.
Here is a snippet from that "ACAD.LIN" file:
*FENCE METAL,Fenceline circle ---o---o---o---
A,0.075,-.03,[CIRC1,ltypeshp.shx,x=0.0,s=.02],-.08,.25 <----- this is line 120
*FENCE STOCKADE,Fenceline square ---[]---[]---[]---
A,0.075,-.03,[BOX,ltypeshp.shx,x=0.0,s=.02],-.08,.25 <----- this is line 123 (also an error)
*FENCE CHAINLINK, Fence Crosses ---X---X---X---
A,0.075,-.03,["x",STANDARD,S=.05,R=0.0,X=0.01,Y=-0.0175],-.08,.25 <----- no error for this line
So I am wondering if it's something with "CIRC1" and "BOX"???
I included my acad.lin file.
Solved! Go to Solution.