Initial Bitmap fills for Faces

- also texture from svg (not used yet)
This commit is contained in:
WandererFan
2016-12-31 12:51:25 -05:00
parent 0abb92c932
commit 1bae86f3b1
8 changed files with 164 additions and 36 deletions

View File

@@ -67,6 +67,7 @@ public:
App::PropertyBool HatchCutSurface;
App::PropertyFile HatchPattern;
App::PropertyColor HatchColor;
App::PropertyFloat HatchScale;
App::PropertyString SectionSymbol;
virtual short mustExecute() const;