Constructors
Methods
getObjects
- getObjects(versionUuids, query): Promise<unknown>
Parameters
- versionUuids: string[]
- query: unknown
Returns Promise<unknown>
getObjects2
- getObjects2(versionUuids, query): Promise<unknown>
Parameters
- versionUuids: string[]
- query: unknown
Returns Promise<unknown>
listBuildingStoreys
- listBuildingStoreys(models): Promise<any>
Returns Promise<any>
query
- query(models, query, paths?, useCache?): Promise<unknown>
Parameters
- models: Iterable<string>
- query: unknown
Optional
paths: string[]Optional
useCache: boolean
Returns Promise<unknown>
query2
- query2(models, query, useCache?): Promise<unknown>
Parameters
- models: Iterable<string>
- query: string
Optional
useCache: boolean
Returns Promise<unknown>
queryAsTask
- queryAsTask(models, query, paths?, useCache?): Promise<unknown>
Parameters
- models: string[]
- query: unknown
Optional
paths: string[]Optional
useCache: boolean
Returns Promise<unknown>
setDiscipline
- setDiscipline(versionUuid, discipline): Promise<void>
Returns Promise<void>
API Namespace BIM is used for BIM related API calls.