Arch: fixed rotation of space labels in techdraw

This commit is contained in:
Yorik van Havre
2016-11-01 18:53:48 -02:00
parent 7338398540
commit 195ea429e6
3 changed files with 15 additions and 7 deletions

View File

@@ -109,7 +109,8 @@ App::DocumentObjectExecReturn *DrawViewArch::execute(void)
<< ",scale=" << Scale.getValue()
<< ",linewidth=" << LineWidth.getValue()
<< ",fontsize=" << FontSize.getValue()
<< ",techdraw=True";
<< ",techdraw=True"
<< ",rotation=" << Rotation.getValue();
Base::Interpreter().runString("import ArchSectionPlane");
Base::Interpreter().runStringArg("svgBody = ArchSectionPlane.getSVG(App.activeDocument().%s %s)",