Consolidate Section logic in DrawViewSection

This commit is contained in:
WandererFan
2016-12-01 12:25:23 -05:00
committed by wmayer
parent 0deed73d39
commit 605728bdea
3 changed files with 54 additions and 40 deletions

View File

@@ -84,6 +84,8 @@ public:
public:
std::vector<TechDrawGeometry::Face*> getFaceGeometry();
static Base::Vector3d getSectionVector (const Base::Vector3d baseViewDir, const std::string sectionName);
static const char* SectionDirEnums[];
protected: