BIM.works SDKs - v1.5.0-b164
    Preparing search index...

    API Namespace Ifc is used for IFC related API calls.

    Index

    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>

        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>

      Returns Promise<unknown>