Toponaming fix #15969 following LS3 code change

This commit is contained in:
bgbsww
2024-08-20 09:50:51 -04:00
committed by Chris Hennes
parent c9a586f34a
commit c59b422f2c

View File

@@ -71,6 +71,9 @@ void ShapeMapper::populate(MappingStatus status,
expand(it.Value(), dstShapes);
}
insert(status, src.getShape(), dstShapes);
if (shapeSet.insert(src.getShape()).second) {
shapes.push_back(src);
}
}
void ShapeMapper::insert(MappingStatus status, const TopoDS_Shape& s, const TopoDS_Shape& d)