replace api.run with static methods

This commit is contained in:
Andrej
2025-06-09 10:59:22 +05:00
parent 02d359d0e6
commit 8b4683aef1
122 changed files with 1334 additions and 1370 deletions
@@ -1,10 +1,11 @@
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.geom
import multiprocessing
class BlenderImporter:
file: ifcopenshell.file
def __init__(self):
self.file = ifcopenshell.open("/home/dion/untitled.ifc")
self.cache_path = "cache.h5"