@twinfinity/core
    Preparing search index...

    Interface BimProductAndMesh

    Represents a IfcProduct and one if its IFC meshes.

    interface BimProductAndMesh {
        mesh: BimProductMesh;
        product: BimIfcObject;
    }
    Index

    Properties

    Properties

    Pointer to one instance of BimIfcObject.productMeshes It is also possible to go to the product by calling mesh.ifcProduct. This will yield the same instance as product.-

    product: BimIfcObject

    IFC product.