Options
All
  • Public
  • Public/Protected
  • All
Menu

The data structure representing the selector criteria based on the parameters of the object entities in Trimble Connect 3D Viewer.

Hierarchy

  • EntityParameter

Index

Properties

Properties

class?: string

The object class

properties?: any

The object properties filter expression

deprecated

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.