Skip to content

[FR] Allow merging MeshModelMetaData for MeshModelPart #17

@cz-dev-ge

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions