The RecipeExecutor can be used to visualize the results of BIM.works model checks in both the Viewer2d and Viewer3d. Anything the RecipeExecutor does, can also be done manually by using the methods provided by the ModelManager and ObjectStateManager.

Deprecated

Do not use for new development, this will be replaced by the new BIM.works Action Language

Constructors

Methods

  • Parameters

    • versionUuid: string
    • results: unknown
    • type: unknown
    • lastResults: unknown

    Returns void | Promise<void>

  • Parameters

    • versionUuid: string
    • result: unknown
    • lastResults: unknown

    Returns void | Promise<void>

  • Parameters

    • versionUuid: string
    • result: unknown
    • output: unknown
    • type: unknown
    • lastResults: unknown

    Returns void | Promise<void>