mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
black .
This commit is contained in:
@@ -173,7 +173,8 @@ class IteratorForTypes:
|
|||||||
element: Union[ifcopenshell.entity_instance, None] = None
|
element: Union[ifcopenshell.entity_instance, None] = None
|
||||||
shape: Union[ifcopenshell.geom.ShapeType, None] = None
|
shape: Union[ifcopenshell.geom.ShapeType, None] = None
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(
|
||||||
|
self,
|
||||||
ifc_file: ifcopenshell.file,
|
ifc_file: ifcopenshell.file,
|
||||||
settings: ifcopenshell.geom.settings,
|
settings: ifcopenshell.geom.settings,
|
||||||
elements: Iterable[ifcopenshell.entity_instance],
|
elements: Iterable[ifcopenshell.entity_instance],
|
||||||
@@ -573,4 +574,4 @@ class Blender(QtoCalculator):
|
|||||||
calculators: dict[str, type[QtoCalculator]] = {
|
calculators: dict[str, type[QtoCalculator]] = {
|
||||||
"Blender": Blender,
|
"Blender": Blender,
|
||||||
"IfcOpenShell": IfcOpenShell,
|
"IfcOpenShell": IfcOpenShell,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user