Implement ShowCutSurface

This commit is contained in:
WandererFan
2016-07-09 11:37:55 -04:00
committed by wmayer
parent d183759e64
commit 6cb130b559
5 changed files with 417 additions and 379 deletions

View File

@@ -53,7 +53,8 @@ public:
App::PropertyVector SectionNormal;
App::PropertyVector SectionOrigin;
App::PropertyBool ShowCutSurface;
App::PropertyBool ShowCutSurface;
App::PropertyColor CutSurfaceColor;
short mustExecute() const;
bool isReallyInBox (const Base::Vector3d v, const Base::BoundBox3d bb) const;