Package com.solibri.smc.api.model
Interface MModel
- All Superinterfaces:
Model
public interface MModel extends Model
Modifiable extension of
Model
.- Since:
- 9.10.3
-
Method Summary
Modifier and Type Method Description void
deleteComponents(Collection<Component> components)
Deletes the given components.void
setMetadata(Map<String,String> metaData)
Set the metadata for the model.void
transform(Matrix4d transformationMatrix)
Transform 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
-