Uses of Interface
com.solibri.smc.api.model.MModel
-
Packages that use MModel Package Description com.solibri.smc.api.model -
-
Uses of MModel in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return MModel Modifier and Type Method Description MModel
Models. getModel(UUID modelUUID)
Returns the model model with the given UUID.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.Methods in com.solibri.smc.api.model that return types with arguments of type MModel Modifier and Type Method Description List<MModel>
Models. getModels()
Returns the information of the all models that are currently open.
-