Control Face edges from Part/Section

This commit is contained in:
WandererFan
2016-09-13 10:19:41 -04:00
parent 90c3f719ec
commit a080e3bcbc
4 changed files with 11 additions and 0 deletions

View File

@@ -311,6 +311,7 @@ void QGIViewPart::drawViewPart()
newFace->setHatch(fHatch->HatchPattern.getValue());
}
}
newFace->setDrawEdges(false);
newFace->setZValue(ZVALUE::FACE);
newFace->setPrettyNormal();
}