inverse attributes

This forum section is only for IFC-related issues
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: inverse attributes

Post by bernd »

found some good informations ... https://stackoverflow.com/a/50516528
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: inverse attributes

Post by bernd »

more important informations ...

Code: Select all

import ifcopenshell
myfile = '/home/hugo/Desktop/gruen_new.ifc'
ifcfile = ifcopenshell.open(myfile)
ifcfile.schema

Code: Select all

>>> 
>>> import ifcopenshell
>>> myfile = '/home/hugo/Desktop/gruen_new.ifc'
>>> ifcfile = ifcopenshell.open(myfile)
>>> ifcfile.schema
'IFC2X3'
>>> 
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: inverse attributes

Post by bernd »

gave it a try for properties ... https://github.com/FreeCAD/FreeCAD/pull/2388
Post Reply