The data structure representing the selector criteria based on the parameters of the object entities in Trimble Connect 3D Viewer.
The object class
The object properties filter expression
Shouldn't be used In order to query objects with certain properties, the query should contain the pair of property name and property value criteria. The property name is in the format of .. For instance:
Query objects with certain string value or array:
properties: {'IfcRectangleProfile.ProfileName': '400*400'},properties: {'IfcRectangleProfile.ProfileName': ['300*300', '400*400']},
Use the original property names from the model - the property names in the Trimble Connect UI are formatted differently for better readability.
The data structure representing the selector criteria based on the parameters of the object entities in Trimble Connect 3D Viewer.