Uses of Class
com.solibri.smc.api.model.ModelOpeningException
-
Packages that use ModelOpeningException Package Description com.solibri.smc.api com.solibri.smc.api.model -
-
Uses of ModelOpeningException in com.solibri.smc.api
Methods in com.solibri.smc.api that throw ModelOpeningException Modifier and Type Method Description static Model
SMC. openModel(String name, InputStream inputStream)
Opens a Solibri model/project. -
Uses of ModelOpeningException in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that throw ModelOpeningException Modifier and Type Method Description MModel
Models. openIFCModel(String name, InputStream inputStream)
Opens an IFC model.MModel
Models. partialUpdateIFCModel(UUID modelUUID, InputStream inputStream)
Partially updates the IFC model specified by the UUID.MModel
Models. updateIFCModel(UUID modelUUID, InputStream inputStream)
Completely updates the IFC model specified by the UUID.
-