OSArch Community

Editing on quantitysets doesn't seem to be working in BlenderBim

  1. C

    I noticed that I'm not able to edit quantities values through the blenderBIM UI, there seems to be an error when establishing the types when applying "Copy Property to Selection":

    The error appears to be in the pset.py file in ...\blenderbim\core, in the '_copy_property_toselection' function which makes no difference between property and quantities:

  2. M
  3. C

    thank you @Moult !

  4. P

    Dear all,

    I am a beginner in using python, IFC and BlenderBim add on. I am trying to do the following;

    1. extract the quantities, material type of walls and floors and place them into a dictionary

    2. extract the quantities of external walls and group them based on their cardinal orientation (south, north, west, etc) of each wall. I do not know if it's workable.

    For the quantities I tried the sample code on https://thinkmoult.com/using-ifcopenshell-parse-ifc-files-python.html but I get an attribute error (as shown below). I just hope I am doing the right thing.

  5. P

    Thank you all for your contributions. I got more insight and I am working on it.

Login or Register to reply.