Uses of Interface
com.solibri.smc.api.model.Model
Package
Description
-
Uses of Model in com.solibri.smc.api
-
Uses of Model in com.solibri.smc.api.checking
Modifier and TypeMethodDescriptionComponentSelector.getTargetModel()
Returns the model that is the target of the checking. -
Uses of Model in com.solibri.smc.api.model
Modifier and TypeMethodDescriptionComponent.getModel()
Returns the model to which this component belongs.Modifier and TypeMethodDescriptionModel.getSubModel
(UUID uuid) Gets a sub-model with the given UUID. -
Uses of Model in com.solibri.smc.api.ui
Modifier 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.