OSArch Community

How to extract Location data from IFC

  1. M

    You can extract the ifcopenshell folder and replace your existing ifcopenshell folder that comes with conda. You can find it in your anaconda site packages folder. If you're not sure where this is, use import sys and print(sys.path) which will tell you.

  2. S

    Hi Qui

    Try giving the module explicitly as below.

    import ifcopenshell

    import ifcopenshell.util.placement

  3. Q

    Thanks a lot Moult. Let me try it out.

  1. Page 1
  2. 2

Login or Register to reply.