fabop Posted September 4, 2018 Posted September 4, 2018 Helo folks, I have an iregular polygon and I want to make several parallel lines with 14m between them. I need to have least lines as possible. There's a plugin called Agrocad that can perform it, but it's very expensive. Anyone knows any free solution? Quote
BIGAL Posted September 6, 2018 Posted September 6, 2018 If you overdraw the parallel line so they extend past the shape you can use something like extrim to clip them and its free as its in Express tools. Quote
steven-g Posted September 6, 2018 Posted September 6, 2018 (edited) If you are using meters I would imagine you have a metric template, otherwise you would need to play with the numbers, but using the hatch pattern "lines" with a scale of "4,409.448818" will draw lines every 14m within your area, you can adjust the angle to suit your layout and then explode the hatch. Though it might be better to create a hatch patten that uses a 14m spacing if you do this more often, the standard line hatch spacing is 3.175 (14,000/3.175=4,409.448818) Imperial hatch for lines uses .125 spacing so a scale of 112,000 *LINE-14m,Parallel horizontal lines 0, 0, 0, 0, 14000 Edited September 6, 2018 by steven-g Quote
myselfroberthustly Posted September 30, 2018 Posted September 30, 2018 (edited) Am using the hatch pattern lines of scale of "6,480.559973". Still am unable. Am too facing the same problem please help me too. Thanks and Regards, Robert Hustly. Edited September 30, 2018 by myselfroberthustly Quote
BIGAL Posted October 1, 2018 Posted October 1, 2018 Like steven-g the hatch pattern line has 0.125 as the default spacing so make a new pattern with correct spacing, then add to "acad.pat" this holds the hatch patterns. so if working metric just make as next for a metre scale 14000 for mm. *LINE14, Parallel horizontal lines 0, 0,0, 0,,14.0 Quote
BIGAL Posted October 1, 2018 Posted October 1, 2018 Having problems saving mistake in post above *LINE, Parallel horizontal lines 0, 0, 0, 0, 14.0 Save in say Line14.pat and put in your supported path in my case its where I keep my lisps, listed in Autocads support paths. Do hatch and pick the pattern "Custom" button and pick line14, yes it works just tested. 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.