Part: offer all supported STEP schemes by OCC in a combo box

This commit is contained in:
wmayer
2021-02-02 21:51:11 +01:00
parent e947b9bb3b
commit d3e4da9f51
4 changed files with 60 additions and 43 deletions

View File

@@ -41,7 +41,15 @@ namespace Part
*/
PartExport int ImportStepParts(App::Document *pcDoc, const char* Name);
inline std::list<std::string> supportedSTEPSchemes() {
std::list<std::string> schemes;
schemes.emplace_back("AP203");
schemes.emplace_back("AP214CD");
schemes.emplace_back("AP214DIS");
schemes.emplace_back("AP214IS");
schemes.emplace_back("AP242DIS");
return schemes;
}
} //namespace Part