G-code Preview — API Reference
    Preparing search index...

    One declared plate in a multi-plate source (DD-025), paralleling the toolpath-side PlateSummary. Present only when the source explicitly declares plate structure (Bambu/Orca Metadata/model_settings.config); an undeclared/implicit single plate is not summarized here.

    interface ModelPlateSummary {
        bounds: ModelBounds;
        id: number;
        instanceCount: number;
        name?: string;
        objectCount: number;
    }
    Index

    Properties

    bounds: ModelBounds

    Axis-aligned bounds of this plate's placements, in scene units.

    id: number

    The source's plater id (plater_id), stable within the scene.

    instanceCount: number

    Placements assigned to this plate.

    name?: string

    Source-declared plate name when present and non-empty.

    objectCount: number

    Distinct master objects referenced by this plate's placements (a master shared across plates counts in each).