Uses of Class
com.solibri.smc.api.model.ModelOpeningException
Packages that use ModelOpeningException
- 
Uses of ModelOpeningException in com.solibri.smc.apiMethods in com.solibri.smc.api that throw ModelOpeningExceptionModifier and TypeMethodDescriptionstatic ModelSMC.openModel(String name, InputStream inputStream) Opens a Solibri model/project.
- 
Uses of ModelOpeningException in com.solibri.smc.api.modelMethods in com.solibri.smc.api.model that throw ModelOpeningExceptionModifier and TypeMethodDescriptionModels.openIFCModel(String name, InputStream inputStream) Opens an IFC model.Models.partialUpdateIFCModel(UUID modelUUID, InputStream inputStream) Partially updates the IFC model specified by the UUID.Models.updateIFCModel(UUID modelUUID, InputStream inputStream) Completely updates the IFC model specified by the UUID.