This commit is contained in:
Andrej730
2024-07-27 12:27:23 +05:00
parent e0790601df
commit a0bda1afd3
8 changed files with 177 additions and 39 deletions
@@ -40,6 +40,7 @@ except ImportError:
class shape_tuple(NamedTuple):
"""A tuple containing IfcOpenShell serialized element/shape and pythonOCC shape."""
data: Union[ifcopenshell_wrapper.SerializedElement, ifcopenshell_wrapper.Serialization]
geometry: TopoDS.TopoDS_Shape
styles: tuple[tuple[float, float, float, float], ...]