fixes 0003729: REGRESSION: FreeCAD 0.17 does not export color information with STEP files

This commit is contained in:
wmayer
2018-12-24 17:27:56 +01:00
parent 49c6a679af
commit 58fed273ab
2 changed files with 8 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ private:
void loadShapes(const TDF_Label& label, const TopLoc_Location&, const std::string& partname, const std::string& assembly, bool isRef, std::vector<App::DocumentObject*> &);
void createShape(const TDF_Label& label, const TopLoc_Location&, const std::string&, std::vector<App::DocumentObject*> &, bool);
void createShape(const TopoDS_Shape& label, const TopLoc_Location&, const std::string&, std::vector<App::DocumentObject*> &);
void loadColors(Part::Feature* part, const TopoDS_Shape& aShape);
virtual void applyColors(Part::Feature*, const std::vector<App::Color>&){}
private: