Interface MModel

  • All Superinterfaces:
    Model

    public interface MModel
    extends Model
    Modifiable extension of Model.
    Since:
    9.10.3
    • Method Detail

      • setMetadata

        void setMetadata​(Map<String,​String> metaData)
        Set the metadata for the model.
        Parameters:
        metaData - the metadata as key value map
        Since:
        9.10.3
      • deleteComponents

        void deleteComponents​(Collection<Component> components)
        Deletes the given components.
        Parameters:
        components - the components are deleted
        Since:
        9.10.3
      • transform

        void transform​(Matrix4d transformationMatrix)
        Transform the model with the given transformation matrix.
        Parameters:
        transformationMatrix - the transformation matrix
        Since:
        9.12.1