Draft: First version of Draft Label object

This commit is contained in:
Yorik van Havre
2017-05-29 16:57:25 -03:00
parent 86e328a248
commit 28f315f4f6
7 changed files with 655 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ class ArchWorkbench(Workbench):
self.drafttools = ["Draft_Line","Draft_Wire","Draft_Circle","Draft_Arc","Draft_Ellipse",
"Draft_Polygon","Draft_Rectangle", "Draft_Text",
"Draft_Dimension", "Draft_BSpline","Draft_Point",
"Draft_Facebinder","Draft_BezCurve"]
"Draft_Facebinder","Draft_BezCurve","Draft_Label"]
self.draftmodtools = ["Draft_Move","Draft_Rotate","Draft_Offset",
"Draft_Trimex", "Draft_Upgrade", "Draft_Downgrade", "Draft_Scale",
"Draft_Shape2DView","Draft_Draft2Sketch","Draft_Array",