@twinfinity/core
    Preparing search index...

    Interface VisibleIfcProductAndMesh

    Represents a visible BimProductAndMesh.

    interface VisibleIfcProductAndMesh {
        ifc: BimProductAndMesh;
        mesh: Mesh;
        type: IfcProductAndMesh;
    }

    Hierarchy

    Index

    Properties

    Properties

    Exact BimIfcObject and corresponding BimProductMesh which is visible Only available if the visible object actually is a IFC object.

    mesh: Mesh

    The Mesh which is visible. (May contain ifc objects nor not)

    Discriminant union selector.