Added LineWidth property to Part DrawingViews

Views of Part objects, when added to a DrawingPage, now
have an adjustable LineWidth property, set to 0.35 by default.
This commit is contained in:
Yorik van Havre
2012-03-12 22:42:38 -03:00
parent 2a76595863
commit 25c81962f8
3 changed files with 15 additions and 10 deletions

View File

@@ -52,6 +52,7 @@ public:
App::PropertyVector Direction;
App::PropertyBool ShowHiddenLines;
App::PropertyBool ShowSmoothLines;
App::PropertyFloat LineWidth;
/** @name methods overide Feature */