Add new by query IFC node

This commit is contained in:
Dion Moult
2020-10-09 21:05:00 +11:00
parent b5fa993531
commit cc778778ee
2 changed files with 34 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ def nodes_index():
("ifc.by_id", "SvIfcById"),
("ifc.by_guid", "SvIfcByGuid"),
("ifc.by_type", "SvIfcByType"),
("ifc.by_query", "SvIfcByQuery"),
])]
def make_node_list():