Package com.solibri.smc.api.model
Interface MModel
- All Superinterfaces:
- Model
Modifiable extension of 
Model.- Since:
- 9.10.3
- 
Method SummaryModifier 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.ModelgetClassification, getClassifications, getComponentByBatId, getComponentByGuid, getComponents, getComponents, getIfcMetaData, getMetadata, getName, getRulesets, getSourceApplication, getSubModel, getTransformationMatrix, getUUID
- 
Method Details- 
setMetadataSet the metadata for the model.- Parameters:
- metaData- the metadata as key value map
- Since:
- 9.10.3
 
- 
deleteComponentsDeletes the given components.- Parameters:
- components- the components are deleted
- Since:
- 9.10.3
 
- 
transformTransform the model with the given transformation matrix.- Parameters:
- transformationMatrix- the transformation matrix
- Since:
- 9.12.1
 
 
-