Package com.solibri.smc.api.model
Interface MModel
- All Superinterfaces:
Model
Modifiable extension of
Model.- Since:
- 9.10.3
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteComponents(Collection<Component> components)Deletes the given components.voidsetMetadata(Map<String,String> metaData)Set the metadata for the model.voidTransform the model with the given transformation matrix.Methods inherited from interface com.solibri.smc.api.model.Model
getClassification, getClassifications, getComponentByBatId, getComponentByGuid, getComponents, getComponents, getMetadata, getName, getRulesets, getSourceApplication, getSubModel, getTransformationMatrix, getUUID
-
Method Details
-
setMetadata
Set the metadata for the model.- Parameters:
metaData- the metadata as key value map- Since:
- 9.10.3
-
deleteComponents
Deletes the given components.- Parameters:
components- the components are deleted- Since:
- 9.10.3
-
transform
Transform the model with the given transformation matrix.- Parameters:
transformationMatrix- the transformation matrix- Since:
- 9.12.1
-