[TD]Add Show/Hide invisible lines tool

This commit is contained in:
wandererfan
2019-07-17 18:14:46 -04:00
committed by WandererFan
parent e406b2f3e6
commit 3104854826
7 changed files with 255 additions and 5 deletions

View File

@@ -98,6 +98,8 @@ ViewProviderViewPart::ViewProviderViewPart()
//properties that affect Detail Highlights
ADD_PROPERTY_TYPE(HighlightAdjust,(0.0),hgroup,App::Prop_None,"Adjusts the rotation of the Detail highlight");
ADD_PROPERTY_TYPE(ShowAllEdges ,(false) ,dgroup,App::Prop_None,"Temporarily show invisible lines");
}
ViewProviderViewPart::~ViewProviderViewPart()