YouBIM Integration Framework

YouBIM Integration Framework   v1.43.0

The next generation 3D model visualization for BIM4FM.

<script>
    // Container to append the integration framework to
    const iFrameworkContainer = document.querySelector('#youbim-integration-framework-container');
    // Create the framework instance
    const YouBIMIntegrationFrameworkInstance = YouBIMIntegrationFramework.default(
        iFrameworkContainer,
        {
            horus, aphrodite, dataProvider, layers: []
        }
    );
</script>