Toponaming/Part: Add tests and clean

This commit is contained in:
bgbsww
2024-02-17 12:32:29 -05:00
parent 08dc14c97b
commit 10095d2625
2 changed files with 50 additions and 16 deletions

View File

@@ -2155,11 +2155,7 @@ 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);
}