Thank you very much! Now It works! However, I'm using IfcOpenshell-python for python2.7 64bit Linux - v0.50-preview2
Thank you very much! Now It works! However, I'm using [IfcOpenshell-python for python2.7 64bit Linux - v0.50-preview2] (https://github.com/IfcOpenShell/IfcOpenShell/releases/download/v0.5.0-preview2/ifcopenshell-python27-master-9ad68db-linux64.zip)
Hi. 1) I encountered a problem when trying to instantiate an entity having derived attributes. I am a newbie, but It looks like they aren't accurately managed ... (?) This is my example fragment code: context = ifcfile.createIfcGeometricRepresentationContext("AAA","BBB",3 ,0.0001, extrusion_placement, None) ifcfile.createIfcGeometricRepresentationSubContext("A","B",context,None,IfcGeometricProjectionEnum.MODEL_VIEW,None) and this is the error: Traceback (most recent call last): File "/home/mary/PycharmProjects/Ifc/examples/wall_window_door/onlyOneWall.py",...