@twinfinity/core
    Preparing search index...

    Interface MergedIfcProductMeshesRenderInfoStateInternal

    State of render properties for a collection of merged IFC product meshes. NOTE: Internal APIs. Subject to change. Use of these APIs in production applications is not supported.

    interface MergedIfcProductMeshesRenderInfoState {
        count: number;
        ghostOutlineCount: number;
        ignoreClipPlanesCount: number;
        outlinedCount: number;
        visibleCount: number;
    }
    Index

    Properties

    count: number

    Total number of meshes.

    ghostOutlineCount: number

    Number of meshes with ghost outline enabled.

    ignoreClipPlanesCount: number

    Number of meshes that ignore clip planes.

    outlinedCount: number

    Number of meshes with outline enabled.

    visibleCount: number

    Number of meshes that are visible.