mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 22:12:32 +00:00
typing
This commit is contained in:
@@ -42,7 +42,7 @@ class SvIfcByQuery(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIf
|
||||
self.sv_input_names = ["query"]
|
||||
super().process()
|
||||
|
||||
def process_ifc(self, query):
|
||||
def process_ifc(self, query: str) -> None:
|
||||
selector = ifcopenshell.util.selector.Selector()
|
||||
self.outputs["Entity"].sv_set([selector.parse(self.file, query)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user