API Namespace BIM is used for BIM related API calls.

Constructors

Methods

  • Parameters

    • versionUuids: string[]
    • query: unknown

    Returns Promise<unknown>

    Deprecated

  • Parameters

    • versionUuids: string[]
    • query: unknown

    Returns Promise<unknown>

    Deprecated

  • Using "any" on purpose here, otherwise crazy casting required

    Parameters

    • models: string[]

    Returns Promise<any>

  • Query BIM.works.

    Parameters

    • models: Iterable<string>

      Which models to query

    • query: unknown

      The query to use

    • Optional paths: string[]
    • Optional useCache: boolean

    Returns Promise<unknown>

  • Parameters

    • models: Iterable<string>
    • query: string
    • Optional useCache: boolean

    Returns Promise<unknown>

  • Parameters

    • models: string[]
    • query: unknown
    • Optional paths: string[]
    • Optional useCache: boolean

    Returns Promise<unknown>

  • Set the discipline of the given Version

    Parameters

    • versionUuid: string

      the Vid of the Version

    • discipline: Discipline

      The new discipline

    Returns Promise<void>