Bitbybit Docs
    Preparing search index...

    Class RoofPanelPart<T> (Things.Architecture)

    The panels of a roof - one named component of an assembled model, carrying its own shapes and any sub- parts beneath it. Models return their parts rather than a single fused solid, so a configurator can produce a cutting list, price components individually, or show and hide them one at a time.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    id?: string
    name?: string
    innerPanels?: SandwitchPart<T>[]
    innerFillPanels?: SandwitchPart<T>[]
    outerPanels?: SandwitchPart<T>[]
    outerFillPanels?: SandwitchPart<T>[]
    shapes?: {
        compoundInnerExteriorPanels?: T;
        compoundInnerInteriorPanels?: T;
        compoundInnerFillExteriorPanels?: T;
        compoundInnerFillInteriorPanels?: T;
        compoundOuterExteriorPanels?: T;
        compoundOuterInteriorPanels?: T;
        compoundOuterFillExteriorPanels?: T;
        compoundOuterFillInteriorPanels?: T;
        compoundEndsInteriorPanels?: T;
        compoundEndsExteriorPanels?: T;
        compound?: T;
    }