Uses of Interface
com.solibri.smc.api.model.Model
Packages that use Model
- 
Uses of Model in com.solibri.smc.apiMethods in com.solibri.smc.api that return Model
- 
Uses of Model in com.solibri.smc.api.modelSubinterfaces 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.uiMethods in com.solibri.smc.api.ui with parameters of type ModelModifier and TypeMethodDescriptiondefault voidView.onModelLoaded(Model model)Action to take when a model is loaded to the software.default voidView.onModelModified(Model model)Action to take when a model is changed in some way.default voidView.onSubModelAdded(Model model)Action to take when a submodel is added from an IFC source.default voidView.onSubModelUpdated(Model model)Action to take when a submodel is updated from an IFC source.