We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc784e7 commit b7ad884Copy full SHA for b7ad884
src/ts/web-ifc-api.ts
@@ -391,18 +391,6 @@ export class IfcAPI {
391
});
392
}
393
394
- /**
395
- * Export a model to IFC
396
- * @param modelID model ID
397
- * @returns blob with mimetype application/x-step containing the model data
398
- *
399
- * @deprecated Use SaveModel instead - will be removed in next version
400
- */
401
- ExportFileAsIFC(modelID: number) {
402
- Log.warn("ExportFileAsIFC is deprecated, use SaveModel instead");
403
- return this.SaveModel(modelID);
404
- }
405
-
406
/**
407
* Retrieves the geometry of an element
408
* @param modelID Model handle retrieved by OpenModel
0 commit comments