For shapes with no faces remove display modes >Flat lines< and >Shaded<
This commit is contained in:
parent
63adaeb9fc
commit
73bcc4234c
|
@ -66,8 +66,6 @@ std::vector<std::string> ViewProviderCircleParametric::getDisplayModes(void) con
|
|||
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");
|
||||
|
||||
|
|
|
@ -66,8 +66,6 @@ std::vector<std::string> ViewProviderEllipseParametric::getDisplayModes(void) co
|
|||
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");
|
||||
|
||||
|
|
|
@ -66,8 +66,6 @@ std::vector<std::string> ViewProviderHelixParametric::getDisplayModes(void) cons
|
|||
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");
|
||||
|
||||
|
|
|
@ -66,8 +66,6 @@ std::vector<std::string> ViewProviderLineParametric::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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user