BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface DynamicElementsState

    Represents the state of dynamic elements.

    interface DynamicElementsState {
        elementIds: SimpleInt64[];
        state: DynamicElementState[];
    }
    Index

    Properties

    Properties

    elementIds: SimpleInt64[]
    state: DynamicElementState[]