API Namespace Ifc is used for IFC related API calls.

Constructors

Methods

  • Parameters

    • versionUuid: string

    Returns Promise<string>

  • Export an IFC file from one or multiple models. Optionally a query can be applied.

    Parameters

    • versionUuids: Iterable<string, any, any>

      The Version UUIDs of the models you want to export

    • Optionalquery: string

      An optional query to be applied

    Returns Promise<string>

    A Promise that resolved to a URL, from which the export can be downloaded (limited lifetime)

  • Parameters

    • versionUuids: Iterable<string, any, any>

    Returns Promise<unknown>