• lookUpSheetId(targetBox: Box2, thickness: number, sheetMaterialId: string, sheetFilter: SheetFilter, table?: readonly Readonly<Sheet>[]): string | undefined
  • Lookup sheet in sheets table

    Returns

    identifier of sheet in sheets table or undefined, if table missing

    Parameters

    • targetBox: Box2
    • thickness: number
    • sheetMaterialId: string
    • sheetFilter: SheetFilter
    • Optional table: readonly Readonly<Sheet>[]

    Returns string | undefined

Generated using TypeDoc