This commit is contained in:
Andrej730
2024-04-25 11:24:42 +05:00
parent cce2fee1fa
commit 721466c429
10 changed files with 66 additions and 34 deletions
@@ -18,8 +18,12 @@
import numpy as np
import collections
import collections.abc
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.util.element
import ifcopenshell.util.representation
import ifcopenshell.util.unit
from math import cos, sin, pi, tan, radians, degrees, atan, sqrt, ceil
from typing import List, Tuple, Type, Union
from itertools import chain