Final fix for hierarchical STEP exporter

This commit is contained in:
Jean-Marie Verdun
2017-07-09 22:55:38 +02:00
committed by Yorik van Havre
parent 1b36dc2437
commit 8ab063aaa5
3 changed files with 3 additions and 18 deletions

View File

@@ -79,7 +79,6 @@ class ImportExport ExportOCAF
{
public:
void createNode(App::Part* part, int& root_it, std::vector <TDF_Label>& hierarchical_label,std::vector <TopLoc_Location>& hierarchical_loc);
void ComputeDoc(int labels);
ExportOCAF(Handle(TDocStd_Document) h, bool explicitPlacement);
int saveShape(Part::Feature* part, const std::vector<App::Color>&, std::vector <TDF_Label>& hierarchical_label,std::vector <TopLoc_Location>& hierarchical_loc);
void push_node(int root, int node, std::vector <TDF_Label>& hierarchical_label,std::vector <TopLoc_Location>& hierarchical_loc);