Morrison Posted September 12, 2007 Posted September 12, 2007 How do I create the following hatch... I looked for the hatch in the forums and could only find other hatches but not this particular one... Thanks in advance. Quote
NBC Posted September 12, 2007 Posted September 12, 2007 that is a linetype. It is called Batting. Quote
Morrison Posted September 12, 2007 Author Posted September 12, 2007 i know... i just wondered if it were possible to make it a hatch... and how i could do it... as the linetype irks me... Quote
SLW210 Posted September 12, 2007 Posted September 12, 2007 I believe you can only do lines in hatch patterns, so the arcs would have to be made from many short lines. If you look in the help file (F1) you will find some pretty good instructions on making your own. A search of this site should also bring up some pretty good tips. A google search should bring up some programs to easily make custom hatches. Have you tried "Make Shape" in Express Tools? Quote
Cyberkid Posted March 7, 2009 Posted March 7, 2009 How do I create the following hatch... I looked for the hatch in the forums and could only find other hatches but not this particular one... Thanks in advance. I do think I can help you - with Lisp - do you by the matter have a LISP for zigzag batt insulation? Quote
Noahma Posted March 8, 2009 Posted March 8, 2009 Or you can have a much more flexible Lisp program? I got this lisp program years ago, not sure where. insul.lsp Quote
Cyberkid Posted March 12, 2009 Posted March 12, 2009 Add BATTINSUL.PAT to your custom hatch directory. Great Hugh Adamson - I have done so and it works ok in the hatch - but its not what Im looking for - many thanks anyhow - Jeff Sanders have JUST imagined precisely what I want – and now we are tuning the LISP routine a little. GREAT JOB SANDERS – WHEREVER YOU ARE BEST regards from CYBERKID Quote
hugha Posted March 13, 2009 Posted March 13, 2009 No worries. Is that this Jeff Sanders? http://www.jefferypsanders.com/ I dips me lid. Quote
mugshot Posted June 15, 2021 Posted June 15, 2021 On 3/8/2009 at 10:29 AM, Noahma said: Or you can have a much more flexible Lisp program? I got this lisp program years ago, not sure where. insul.lsp 3.37 kB · 196 downloads hi... is there an option that it could do curve line or a path? thanks... Quote
ammobake Posted June 15, 2021 Posted June 15, 2021 (edited) the batting linetype in autocad will work on curved surfaces (arcs, splines, fillets, etc.) The behavior might differ from the lisp though. On tight rounded corners, it disconnects the outside loops (if that makes sense). super easy though. Only potential issue is linetype scale so the batting fits in your framing space. But super simple to tweak in properties until it fits how you want. -ChrIS Edited June 15, 2021 by ammobake Quote
BIGAL Posted June 15, 2021 Posted June 15, 2021 This is the details about batting ;; These linetype definitions use LTYPESHP.SHX. *BATTING,Batting SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS A,.0001,-.1,[BAT,ltypeshp.shx,x=-.1,s=.1],-.2,[BAT,ltypeshp.shx,r=180,x=.1,s=.1],-.1 This is the shp for BAT using dumpshx.exe *00086,36,BAT 3,100,9,(-50,100),(-50,100),(10,62),(28,56),(44,44),(56,28), (62,10),(62,-10),(56,-28),(44,-44),(28,-56),(10,-62),(-50,-100), (-50,-100),(0,0),4,100,0 The answer may be in express tools use the "Make Linetype" option. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.