Add options for face detection and cut face edge display

This commit is contained in:
WandererFan
2016-10-04 10:03:07 -04:00
committed by Yorik van Havre
parent 7e14ca361c
commit 5175771590
4 changed files with 28 additions and 30 deletions

View File

@@ -156,8 +156,8 @@ protected:
void getRunControl(void);
long int m_interAlgo;
long int m_sectionEdges;
long int m_handleFaces;
bool m_sectionEdges;
bool m_handleFaces;
private:
static App::PropertyFloatConstraint::Constraints floatRange;