BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface FaceColorIndicesId

    Represents the ID of face color indices.

    interface FaceColorIndicesId {
        elementId: SimpleInt64;
        indices: number[];
    }
    Index

    Properties

    Properties

    elementId: SimpleInt64
    indices: number[]