Can somebody help me to add an area tag for rooms in the plan. I am working on blender4.1 with blenderbim-240602-py311-win.
I cannot use Qto_SpaceBaseQuantities to calculate the the netfloor area and other vectors. Does anything change in the new version?
Comments
Also, I try to directly calculate the room area by using this function "round({{BaseQuantities.GrossFloorArea}},1)". But still got nothing.

Here is my trial.
hi @flukin
try
Qto_SpaceBaseQuantities
, not just BaseQuantities, and have it calculated by pressing Shift+Qhope it helps
what do you mean by shift Q
Shift Q ifcspce?
I select the ifcspace and then shift Q, nothing happen
make sure you select "Blender" in the quantity take-off engine (recent update)

thx a lot, it works, really helpful
I'd like to round the NetVolume of an element displayed in plan view... Am I doing something wrong?

``round({{Qto_BuildingElementProxyQuantities.NetVolume}},.1)``
Took a stab at updating docs: https://github.com/IfcOpenShell/IfcOpenShell/commit/ba7b0d5c4fb3dcfd9ceac553a92103bda334137b
Perfect, thank you!
