[TD]fix inverted detail of body

This commit is contained in:
wandererfan
2023-09-15 11:49:05 -04:00
committed by WandererFan
parent 974a75be04
commit 272df02684

View File

@@ -341,7 +341,7 @@ TopoDS_Shape ShapeExtractor::getShapesFused(const std::vector<App::DocumentObjec
std::vector<TopoDS_Shape> shapes2d = getShapes2d(links, true);
if (!shapes2d.empty()) {
shapes2d.push_back(baseShape);
return DrawUtil::shapeVectorToCompound(shapes2d);
return DrawUtil::shapeVectorToCompound(shapes2d, false);
}
return baseShape;