Uses of Class
com.solibri.smc.api.model.ModelNotFoundException
-
Packages that use ModelNotFoundException Package Description com.solibri.smc.api.model -
-
Uses of ModelNotFoundException in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that throw ModelNotFoundException Modifier and Type Method Description MModelModels. getModel(UUID modelUUID)Returns the model model with the given UUID.MModelModels. partialUpdateIFCModel(UUID modelUUID, InputStream inputStream)Partially updates the IFC model specified by the UUID.MModelModels. updateIFCModel(UUID modelUUID, InputStream inputStream)Completely updates the IFC model specified by the UUID.
-