Landscape Architecture for Landscape Architects › Forums › TECHNOLOGY › Measure the shrub quantity by using Auto Cad ?
- This topic has 1 reply, 7 voices, and was last updated 11 years, 7 months ago by Andrew Garulay, RLA.
-
AuthorPosts
-
December 20, 2012 at 6:02 am #155839AmanyParticipant
Hi everyone , and happy holidays 🙂
I heard that there is a fast way to measure the quantity of a shrub in a planter by inserting the number of plant per meter in CAD ( somewhere ? ) and it will get multiplied by the area of the planter by one click and the result is there .
I thought I could ask here maybe someone knows how ?
Thank you and Kind regards .
December 20, 2012 at 12:20 pm #155849Andrew Garulay, RLAParticipantYou can easily get the square footage of an area by using the “properties” command and clicking on either a closed polygon or a hatched area. I leave the “properties window” docked and open on the side at all times. You can click on several hatches and the cumulative area will be displayed at the bottom of the pane. You’ll have to do the math to get the number of plants, though.
Â
There may be a better way, but that is what I do.
Â
I keep an excel spreadsheet with formulas built in for calculating numbers of plants based on spacing to speed things up. Cut and paste in the SF and the number of plants shows up in another column. Cut and paste it into your plant schedule. You barely have to move if you have a good mouse with programable buttons. I use a Logitech Anywhere MX mouse.
December 20, 2012 at 3:57 pm #155848tobyParticipantFor triangular spacing, here is the formula i use in excelÂ
plant area / (plant spacing * (plant spacing * 0.86)) where the 0.86 is the height of an equilateral triangle to its base – the distance between rows
Your variables are A1 and A2, and A3 is the formula above
A1 =plant spacing variable
A2 =planting area variable
A3Â =A2/(A1*(A1*0.86))
So, plants at 1.5m on center in a 40 sq meter bed = 21.
If drawn in cad, 19 plants would fit, with space left over that still needs to be covered. Â The formula figures out the empty space, and tells you that you need 2 more plants in the bed. Â In the end, it’s up to the contractor to figure out the layout.
If anybody sees an error in the math, let me know.
In cad, hatches are the easiest way to mark up a planting area.  I always put closed polyline hatch boundaries on a separate nonprinting layer from the planting hatches and what ever linework is used to note the edge of the planter.
December 20, 2012 at 4:33 pm #155847Wes Arola, RLAParticipantI’ll buy anyone a beer who writes a lisp that populates a closed polyline (organic shapes) with triangularly spaced plant blocks…
Toby’s approach above is the most automated way I know of to get counts based on area. The key is to setup your excel file as a tool.
December 20, 2012 at 4:40 pm #155846Alan Ray, RLAParticipanttoby, thanks but is there an american translation?
December 20, 2012 at 6:03 pm #155845Andrew Garulay, RLAParticipantOne way is to offset 2 blocksby one row spacing and one column spacing and then array the two together off to the side. Copy your polygon over the array and erase what is outside of the polygon. Use “copy with base point using a corver of the polygon as your base point and then paste the it in on the same point on the origanal polygon.
Â
That is what I do for cobblestone aprons.
December 20, 2012 at 7:24 pm #155844tobyParticipantgo ask for such a lisp at http://www.cadtutor.net/forum/forum.php
there are some seriously talented lisp writers to be found on that site.
The reason I would use something like the formula is when I have to calc out huge planting areas. Â And it’s a cya for me. Â It’s up to the contractor to make it work.
December 20, 2012 at 7:43 pm #155843tobyParticipantThe formula works for what ever measurement system you use.
OC spacing in feet, planting area in sq feet. Â always express feet in decimal form.
OC spacing in meters, planting area in sq meters
Also, since I use this for large areas that are sloped – sometimes upwards 2 to 1 – I have a bunch of formulas below the A3 cell for slopes 1:10 through 1:1. Â The key is to convert the slope to a percentage and then multiply that to the original flat ground total.
10′ oc Acacia redolens ‘Lowboy’, planting area is cad measured at 5756 sf ft, is 67 plants. Â But when the planting area is a 1:4 slope (112%) the contractor should be able to put in 75 plants. Â The reasoning is that nobody measures flat on a slope.
I would post the excel file, except I cannot figure out how to delete the ownership part.
December 20, 2012 at 9:35 pm #155842Sara KirkParticipantThis is just one of the reasons I miss using Vectorworks….you could set it up a lot of ways to calculate plants for you. 🙂
December 23, 2012 at 5:58 am #155841AmanyParticipantWow , thank you everyone for the informations , I will try all what is been suggested .
Kind Regards .
April 11, 2013 at 11:10 pm #155840Jeremiah FarmerParticipantThat formula is going to leave you with quantities about 10% higher than reality.
The issue is, it’s a true triangular spacing. Â So every other row of plants is offset, right?
Well imagine a perfect square planter — along the left and right edge, you are counting half-plants on every other row.
What we did to tweak our formula, was to create a bunch of various shaped beds, and then fill with a shrub at exact spacing. Â We then compared that count to the count from our formula.
And we ended up finding that the 0.8666 divisor, although correct in a purely mathematical sense, was making the quantities too high. Â Yet leaving it out, at Square spacing, was still too low, on average by about 5%.
So we ended up splitting the difference, at roughly 5% higher than Square, and about 10% less than Triangular. Â And of course don’t forget rounding up to the nearest whole number!
–J
-
AuthorPosts
- You must be logged in to reply to this topic.