Methods
IFC
query
returns a list of object ids that match the specified ifc guids example usage const query = { "attributes globalid" { $in \["ifc guid 1", "ifc guid 2"], }, }; const objectids = viewer3d query(query); parameters query type required object yes return value list of object ids that match the query type array\[string]