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.

Hierarchy

  • RecipeExecutor

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>

Generated using TypeDoc