fix property names for Part RegularPolygon and Prism

Prism properties: - Polygon, Circumradius and Height
RegularPolygon  : - Polygon and Circumradius

DraftTools updated to reflect the change in property names
This commit is contained in:
jmaustpc
2013-11-17 01:07:56 +11:00
parent 91f61246f1
commit ce5671401e
5 changed files with 39 additions and 44 deletions

View File

@@ -59,8 +59,6 @@ std::vector<std::string> ViewProviderRegularPolygon::getDisplayModes(void) const
std::vector<std::string> StrList;
// add your own modes
// StrList.push_back("Flat Lines");
// StrList.push_back("Shaded");
StrList.push_back("Wireframe");
StrList.push_back("Points");