Skip to content

[FR] Allow merging MeshModelMetaData for MeshModelPart #17

Description

@cz-dev-ge

A MeshModelPart may only consist of one part. It is still possible to merge two parts into one by e.g. using the meshes of both. In that case it is useful to merge the meta data as well.

Right now there is only MeshModelMetaData::CreateCombined which merges the data but also raises MeshModelMetaData::PartCount. If using it in the constructor of MeshModelPart we get an exception, since a part count > 1 is not allowed in a MeshModelPart.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestDescribes a feature that is missing but would be very helpful.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions