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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user