[TD]Fix section of section

This commit is contained in:
wandererfan
2023-08-20 09:25:33 -04:00
committed by WandererFan
parent 2f8a8beca8
commit ba721cb0e4
3 changed files with 8 additions and 4 deletions

View File

@@ -579,7 +579,7 @@ TopoDS_Shape DrawUtil::shapeVectorToCompound(std::vector<TopoDS_Shape> vecIn, bo
}
}
if (invert) {
return TechDraw::mirrorShape(compOut);
return ShapeUtils::mirrorShape(compOut);
}
return compOut;
}