Skip to content

createPatch does not check for repatching same face twice

Functionality to add/problem to solve

createPatch can create patches from selections of boundary faces (either from faceSets or existing patches). However it does not check that faces are present in more than one selection. Currently the 'last one wins' but it would be nice to have proper checks.

Proposal

Error if selections overlap.