[TD]fix rotation of cut face hatch

This commit is contained in:
wandererfan
2022-11-08 17:18:49 -05:00
committed by WandererFan
parent cd0cd182c9
commit 5cedb9ea4e

View File

@@ -625,7 +625,7 @@ TopoDS_Compound DrawViewSection::alignSectionFaces(TopoDS_Shape faceIntersection
getScale());
if (!DrawUtil::fpCompare(Rotation.getValue(), 0.0)) {
scaledSection = TechDraw::rotateShape(scaledSection,
getSectionCS(),
getProjectionCS(),
Rotation.getValue());
}