Toponaming fix #15969 following LS3 code change

This commit is contained in:
bgbsww
2024-08-22 18:52:22 -05:00
committed by Chris Hennes
parent c9a586f34a
commit c59b422f2c
+3
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)