[TD] remove hatch property DirProjection

as discussed in https://forum.freecadweb.org/viewtopic.php?f=35&t=47536&p=408075#p407904
the property DirProjection can go.
This commit is contained in:
donovaly
2020-06-13 19:29:25 +02:00
committed by WandererFan
parent 0313f485db
commit fc6a449fba
2 changed files with 1 additions and 5 deletions

View File

@@ -41,8 +41,7 @@ public:
DrawHatch();
virtual ~DrawHatch();
App::PropertyVector DirProjection; //Source is only valid for original projection?
App::PropertyLinkSub Source; //the dvp & face this hatch belongs to
App::PropertyLinkSub Source; // the dvp & face this hatch belongs to
App::PropertyFile HatchPattern;
App::PropertyFileIncluded SvgIncluded;