@twinfinity/core
    Preparing search index...

    Interface BimApiSetContainerLoadOptions

    interface BimApiSetContainerLoadOptions {
        loadGeometry: boolean;
        loadPropertySets: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loadGeometry: boolean

    If true then geometry is loaded automatically.

    loadPropertySets: boolean

    If true then property sets are loaded automatically. No call to () is needed.