Skip to content

Commit b7ad884

Browse files
committed
Remove Deprecated Method
1 parent bc784e7 commit b7ad884

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/ts/web-ifc-api.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -391,18 +391,6 @@ export class IfcAPI {
391391
});
392392
}
393393

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-
406394
/**
407395
* Retrieves the geometry of an element
408396
* @param modelID Model handle retrieved by OpenModel

0 commit comments

Comments
 (0)