Create Compound per STEP file definition within FreeCAD interface

STEP hierarchy is in that case respected
This commit is contained in:
Jean-Marie Verdun
2017-01-08 21:50:25 +01:00
parent c2aad57a43
commit f736f6577b
2 changed files with 14 additions and 5 deletions

View File

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