mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
typing
This commit is contained in:
@@ -426,6 +426,9 @@ def add_window_representation(
|
||||
|
||||
|
||||
class Usecase:
|
||||
file: ifcopenshell.file
|
||||
settings: dict[str, Any]
|
||||
|
||||
def execute(self):
|
||||
builder = ShapeBuilder(self.file)
|
||||
np_X, np_Y, np_Z = 0, 1, 2
|
||||
|
||||
Reference in New Issue
Block a user