Create outline of 3D shape

This commit is contained in:
WandererFan
2016-11-05 12:05:40 -04:00
parent 06e8c6734d
commit dc66106683
11 changed files with 668 additions and 388 deletions

View File

@@ -118,7 +118,6 @@ void DrawViewCollection::rebuildViewList()
short DrawViewCollection::mustExecute() const
{
// If Tolerance Property is touched
if (Views.isTouched() ||
Source.isTouched()) {
return 1;