List all available Discipline
Query one or models
One ore more Vid
The query (BQL) to execute
Optional
useCache: booleanWhether the results should internally be cached so that future calls to the same query+models are faster. Defaults to false. Use this judiciously as the results are cached in memory until the BimWorksClient is closed
A Promise that resolved to the query results, currently untyped.
Specialized (and optimized) call to query directly to a QidSet.
The Vids of the models that you want to query
The query to execute, make sure it will only return Qids (e.a. omit the GET part)
Optional
useCache: booleanWhether the results should internally be cached so that future calls to the same query+models are faster. Defaults to false. Use this judiciously as the results are cached in memory until the BimWorksClient is closed
A Promise that resolves to a QidSet
Set the discipline of the given Version
the Vid of the Version
The new discipline
API Namespace BIM is used for BIM related API calls.