Update exporterbim.js (#359)

The only change (schema version update)
This commit is contained in:
Wojciech Radaczyński 2023-02-08 15:05:18 +01:00 committed by GitHub
parent e8a9e1f447
commit 9e0ee3000c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ export class ExporterBim extends ExporterBase
ExportContent (exporterModel, format, files, onFinish)
{
let bimContent = {
schema_version : '1.0.0',
schema_version : '1.1.0',
meshes : [],
elements : [],
info : {}