TreeMixin
- class compas_ifc.tree.TreeMixin
Bases:
objectMixin that adds IFC import/export capabilities to a Model subclass.
Expects the host class to provide: -
self._file—IFCFile-self._elements_by_global_id— dict of IFC GlobalId → GenericElement -self.add_element(element, parent=...)— from compas_model.Model -self._load_relationships_into_graph()— from InteractionMixinMethods
Export selected elements to a new IFC file.
Extract elements into a new standalone BuildingInformationModel.
Print the spatial hierarchy of the model.
Inherited Methods