mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +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):
|
class shape_tuple(NamedTuple):
|
||||||
"""A tuple containing IfcOpenShell serialized element/shape and pythonOCC shape."""
|
"""A tuple containing IfcOpenShell serialized element/shape and pythonOCC shape."""
|
||||||
|
|
||||||
data: Union[ifcopenshell_wrapper.SerializedElement, ifcopenshell_wrapper.Serialization]
|
data: Union[ifcopenshell_wrapper.SerializedElement, ifcopenshell_wrapper.Serialization]
|
||||||
geometry: TopoDS.TopoDS_Shape
|
geometry: TopoDS.TopoDS_Shape
|
||||||
styles: tuple[tuple[float, float, float, float], ...]
|
styles: tuple[tuple[float, float, float, float], ...]
|
||||||
|
|||||||
Reference in New Issue
Block a user