viewer_get_properties
Fetch element properties (name, model, property sets) from the package's properties.json by providing pnt IDs, or get a lightweight index of all available elements when called without arguments.
Instructions
Reads element properties (name, model, psets) from the loaded package's properties.json.
Pass one or more pnt_ids to get their properties. Called with no pnt_ids, returns a lightweight index (pnt_id → name, model) so you can discover what's available. The data source is the .pnt's properties.json, NOT the viewer or IFC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pnt_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |