mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
style: Run black on geom/occ_utils.py
This commit is contained in:
committed by
Dion Moult
parent
653b9288c0
commit
5572991a7c
@@ -41,6 +41,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], ...]
|
||||
|
||||
Reference in New Issue
Block a user