From 5cedb9ea4e0bdd7079b667c3b765f743198469cd Mon Sep 17 00:00:00 2001 From: wandererfan Date: Tue, 8 Nov 2022 17:18:49 -0500 Subject: [PATCH] [TD]fix rotation of cut face hatch --- src/Mod/TechDraw/App/DrawViewSection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/App/DrawViewSection.cpp b/src/Mod/TechDraw/App/DrawViewSection.cpp index 4dd0f76152..d5b046e04c 100644 --- a/src/Mod/TechDraw/App/DrawViewSection.cpp +++ b/src/Mod/TechDraw/App/DrawViewSection.cpp @@ -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()); }