fixes 0003729: REGRESSION: FreeCAD 0.17 does not export color information with STEP files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user