Hatch View Faces

This commit is contained in:
WandererFan
2016-06-11 20:12:59 -04:00
committed by wmayer
parent d26fa56838
commit bca002ff09
9 changed files with 142 additions and 75 deletions

View File

@@ -42,9 +42,8 @@ public:
DrawHatch();
virtual ~DrawHatch();
App::PropertyLink PartView;
App::PropertyVector DirProjection; //edge list is only valid for original projection?
App::PropertyLinkSubList Edges;
App::PropertyVector DirProjection; //Source is only valid for original projection?
App::PropertyLinkSub Source; //the dvp & face this hatch belongs to
App::PropertyFile HatchPattern;
App::PropertyColor HatchColor;
@@ -57,6 +56,9 @@ public:
}
//return PyObject as DrawHatchPy
virtual PyObject *getPyObject(void);
DrawViewPart* getSourceView(void) const;
protected:
void onChanged(const App::Property* prop);