Uses of Interface
com.solibri.smc.api.model.Model
-
Packages that use Model Package Description com.solibri.smc.api com.solibri.smc.api.model com.solibri.smc.api.ui -
-
Uses of Model in com.solibri.smc.api
Methods in com.solibri.smc.api that return Model Modifier and Type Method Description static Model
SMC. getModel()
Returns an interface to the SMC data model.static Model
SMC. openModel(String name, InputStream inputStream)
Opens a Solibri model/project. -
Uses of Model in com.solibri.smc.api.model
Subinterfaces of Model in com.solibri.smc.api.model Modifier and Type Interface Description interface
MModel
Modifiable extension ofModel
.Methods in com.solibri.smc.api.model that return Model Modifier and Type Method Description Model
Component. getModel()
Returns the model to which this component belongs.Methods in com.solibri.smc.api.model that return types with arguments of type Model Modifier and Type Method Description Optional<Model>
Model. getSubModel(UUID uuid)
Gets a sub-model with the given UUID. -
Uses of Model in com.solibri.smc.api.ui
Methods in com.solibri.smc.api.ui with parameters of type Model Modifier and Type Method Description default void
View. onModelLoaded(Model model)
Action to take when a model is loaded to the software.default void
View. onModelModified(Model model)
Action to take when a model is changed in some way.default void
View. onSubModelAdded(Model model)
Action to take when a submodel is added from an IFC source.default void
View. onSubModelUpdated(Model model)
Action to take when a submodel is updated from an IFC source.
-