Questions tagged [ifc-open-shell]
19 questions
0
votes
1 answer
IfcOpenShell(Parse)_IFC PropertySet, printing issue
Hy, I am new to programming and I have problems with printing my property sets and values.
I have more elements in my IFC and want to Parse all Property Sets and values.
My current result is elements ID(for every element), but it takes the…

Jaka Senekovič
- 21
- 1
0
votes
2 answers
Install "Ifcopenshell" in google-colaboratory
I've tried with: import ifcopenshell
after that I tried: !pip install -q ifcopenshell
and later with : !apt-get -qq install -y ifcopenshell
I had an error in all three cases: Could not find a version that satisfies the requirement ifcopenshell…

Gregorio
- 1
0
votes
1 answer
Absolute wall positions in IFC
Because I want to associate windows with walls, I am trying to find the endpoints of a wall using IFCOpenShell.
#include
#include
using namespace Ifc2x3;
using namespace IfcSchema;
using namespace…

Janus Troelsen
- 20,267
- 14
- 135
- 196
-1
votes
1 answer
Problem in python script using ifcopenshell module
Currently i try to run a code but I keepr receiving errors, tried everything to fix error but unfortunatly no results. hoping someone can help me.
# Importeer de functies uit ifc_functions.py
import IFCOPENSHELL
from ifc_fucntions import *
#…

lebor
- 1