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

@@ -115,6 +115,7 @@ DrawViewSection::DrawViewSection()
ADD_PROPERTY_TYPE(HatchCutSurface ,(false),fgroup,App::Prop_None,"Hatch the cut surface");
ADD_PROPERTY_TYPE(HatchPattern ,(""),fgroup,App::Prop_None,"The hatch pattern file for the cut surface");
ADD_PROPERTY_TYPE(HatchColor,(0.0,0.0,0.0),fgroup,App::Prop_None,"The color of the hatch pattern");
ADD_PROPERTY_TYPE(HatchScale,(1.0),fgroup,App::Prop_None,"Hatch pattern size adjustment");
getParameters();