Skip to content

Commit

Permalink
Remove Deprecated Method
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Feb 1, 2024
1 parent bc784e7 commit b7ad884
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/ts/web-ifc-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,18 +391,6 @@ export class IfcAPI {
});
}

/**
* Export a model to IFC
* @param modelID model ID
* @returns blob with mimetype application/x-step containing the model data
*
* @deprecated Use SaveModel instead - will be removed in next version
*/
ExportFileAsIFC(modelID: number) {
Log.warn("ExportFileAsIFC is deprecated, use SaveModel instead");
return this.SaveModel(modelID);
}

/**
* Retrieves the geometry of an element
* @param modelID Model handle retrieved by OpenModel
Expand Down

0 comments on commit b7ad884

Please sign in to comment.