Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Model
    • CheckerFlowModel

Implements

Index

Constructors

constructor

Properties

_id

_id: ObjectId

appId

appId: ObjectId

description

description: string = ''

modules

modules: CheckerModuleBaseModel[] = []

modulesIds

modulesIds: ObjectId[] = []

name

name: string = ''

outputs

outputs: { name: string; outputs: CheckerJsonOutput[] }[] = []

scene

scene: Scene

siteId

siteId: ObjectId

Methods

compareObject

compareValue

fetchInput

fetchProp

  • fetchProp(object: Object3D, propPath: string): any

getOutputs

  • getOutputs(convertObjectToIfcId?: boolean): { name: string; outputs: CheckerJsonOutput[] }[]

Private makeNumberIfPossible

  • makeNumberIfPossible(input: any): any

Private prepareScene

  • prepareScene(siteId: string | ObjectId): Promise<Scene>

process

  • process(scene?: Scene): Promise<Scene>

Generated using TypeDoc