BBIM Boq Side Formwork | BlenderBim QTO in N menu
using the BlenderBIM N
menu allows some nice quantity take-off of building elements, like the side area of a slab, which is not available from the quantity drop-down menu in the Cost Item Quantities pane
Question:
is there any chance to link the output from the N
menu into a cost item quantity? (Apart from copy-past it)
I understand it is not standard Qto_SlabBaseQuantities, but it would be handy to have it available
as always, thanks for your kind support
PS as second option the chance to use quantity sets in a formula to calculate it as cost item value, in this case Perimeter
* Depth
Comments
I have a small script that adds a custom Formwork Qto to the file. What it calculates:
for IfcBeam / BEAM: (width + height * 2) * length - (width * height) * 2
I assume that every beam is connected to a column or a wall on either end, and every slab is surrounded by beams, columns or walls. So if you have beams and slabs that don't conform to these rules you will have deviations. The code is below, I hope this helps.
Hi @atomkarinca
Amazing stuff!, your code does help me just right, incidentally these days I am trying to learn how to use the util API to improve my workflow (and understand ifcopenshell and IFC a bit more in depth), I just finished with
util.cost
which I found very useful for handling QTO data.many thanks for your help
@atomkarinca great works!
for IfcSlab / FLOOR | LANDING | ROOF: horizontal area - perimeter * height
in the formula above horizontal area is only one face or two (bottom and up?)
usually slabs have only formworks on the bottom side.
Thank you, your script is very useful
Some time ago, following the very interesting job that @steverugi has made with quantity calculations i was thinking about formwork costing.
So I've thought that the net area for concrete element covered by formwork maybe can be extrapolated using clash detection algoritm in order to evaluate the free surface of the objects
hi @emiliotasso
good point, I've yet to go through the script in details
my personal take on formwork quantities:
formork quantity calculation is, in my view a nasty business, currently I prefer to use IfcCovering and go with relevant area, tbh it's faster if you have basic modeling skills
ciao
In my original post I mentioned that I assume that slabs are surrounded by columns, beams or walls. In this scenario I would like to deduct the amount of formwork resulting from this connection, because the connected elements have less formwork resulting from this.