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

    Class BimWorksClient

    The main entry point to the BIM.works API. This is usually a short-lived object, but there is no reason to not use it for longer. For better organization, the BIM.works API is namespaced in about a dozen different namespaces. These namespaces are also used in the JS SDK. Each namespaced API is available as a readonly attribute on the BimWorksClient.

    Index

    Constructors

    Properties

    bim: Bim
    checks: Checks
    client: Client
    fs: Fs
    geometry2d: Geometry2d
    geometry3d: Geometry3d
    gis: Gis
    ifc: Ifc
    registerExpiredTokenHandler: (
        handler: (oldAuth: AuthToken) => Promise<AuthToken>,
    ) => void
    render: Render
    tokens: Tokens
    upload: Upload

    Methods