Merge pull request #12484 from bgbsww/bgbsww-toponamingPartFeatures

Toponaming/Part  part features transfer
This commit is contained in:
Chris Hennes
2024-02-18 21:56:34 -06:00
committed by GitHub
5 changed files with 536 additions and 132 deletions

View File

@@ -2155,7 +2155,11 @@ TopoShape& TopoShape::makeElementWires(const std::vector<TopoShape>& shapes,
if (shapes.size() == 1) {
return makeElementWires(shapes[0], op, tol, policy, output);
}
return makeElementWires(TopoShape(Tag).makeElementCompound(shapes), op, tol, policy, output);
return makeElementWires(TopoShape(Tag).makeElementCompound(shapes),
op,
tol,
policy,
output);
}