[TD]add separate property for geom hatch

This commit is contained in:
wandererfan
2020-03-17 19:50:20 -04:00
committed by WandererFan
parent 7a9a87fa6c
commit 3c0d9d3d98
3 changed files with 15 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ public:
App::PropertyColor CutSurfaceColor;
App::PropertyBool HatchCutSurface; //obsolete - use CutSurfaceDisplay
App::PropertyColor HatchColor;
App::PropertyColor GeomHatchColor;
App::PropertyFloat WeightPattern;