Bitbybit Docs
    Preparing search index...

    Class RoofPart<T> (Things.Architecture)

    A roof, gathering its beams, panels and covers - 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
    panels?: RoofPanelPart<T>
    covers?: RoofCoverPart<T>[]
    shapes?: { compound?: T }