[TD]Use PropertyXLinkList for external Sources

This commit is contained in:
wandererfan
2020-04-10 17:32:13 -04:00
committed by WandererFan
parent 49177d0416
commit ed105a6f5b
6 changed files with 112 additions and 47 deletions

View File

@@ -93,6 +93,7 @@ public:
virtual ~DrawViewPart();
App::PropertyLinkList Source;
App::PropertyXLinkList XSource;
App::PropertyVector Direction; //TODO: Rename to YAxisDirection or whatever this actually is (ProjectionDirection)
App::PropertyVector XDirection;
App::PropertyBool Perspective;
@@ -202,6 +203,9 @@ public:
void removeAllReferencesFromGeom();
void resetReferenceVerts();
std::vector<App::DocumentObject*> getAllSources(void) const;
protected:
bool checkXDirection(void) const;