Bitbybit Docs
    Preparing search index...

    Class ElegantTableTopPart<T> (Things.Furniture.Tables.ElegantTable)

    The top of the Elegant Table - 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

    Hierarchy

    • any
      • ElegantTableTopPart
    Index

    Constructors

    Properties

    topCenter?: Point3
    bottomCenter?: Point3
    shapes?: {
        topPanel?: T;
        topWire?: T;
        bottomWire?: T;
        bottomPanel?: T;
        compound?: T;
    }