Uses of Interface
com.solibri.smc.api.model.Model
Packages that use Model
-
Uses of Model in com.solibri.smc.api
Methods in com.solibri.smc.api that return Model -
Uses of Model in com.solibri.smc.api.model
Subinterfaces of Model in com.solibri.smc.api.modelMethods in com.solibri.smc.api.model that return ModelModifier and TypeMethodDescriptionComponent.getModel()
Returns the model to which this component belongs.Methods in com.solibri.smc.api.model that return types with arguments of type ModelModifier and TypeMethodDescriptionModel.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 ModelModifier and TypeMethodDescriptiondefault 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.