#include <ExportOCAF.h>
|
| ExportOCAFCmd (Handle(TDocStd_Document) h, bool explicitPlacement) |
|
void | setPartColorsMap (const std::map< Part::Feature *, std::vector< App::Color > > &colors) |
|
void | createNode (App::Part *part, int &root_it, std::vector< TDF_Label > &hierarchical_label, std::vector< TopLoc_Location > &hierarchical_loc, std::vector< App::DocumentObject * > &hierarchical_part) |
|
int | exportObject (App::DocumentObject *obj, std::vector< TDF_Label > &hierarchical_label, std::vector< TopLoc_Location > &hierarchical_loc, std::vector< App::DocumentObject * > &hierarchical_part) |
|
| ExportOCAF (Handle(TDocStd_Document) h, bool explicitPlacement) |
|
void | getFreeLabels (std::vector< TDF_Label > &hierarchical_label, std::vector< TDF_Label > &labels, std::vector< int > &label_part_id) |
|
void | getPartColors (std::vector< App::DocumentObject * > hierarchical_part, std::vector< TDF_Label > FreeLabels, std::vector< int > part_id, std::vector< std::vector< App::Color > > &Colors) const |
|
void | pushNode (int root, int node, std::vector< TDF_Label > &hierarchical_label, std::vector< TopLoc_Location > &hierarchical_loc) |
|
void | reallocateFreeShape (std::vector< App::DocumentObject * > hierarchical_part, std::vector< TDF_Label > FreeLabels, std::vector< int > part_id, std::vector< std::vector< App::Color > > &Colors) |
|
int | saveShape (Part::Feature *part, const std::vector< App::Color > &, std::vector< TDF_Label > &hierarchical_label, std::vector< TopLoc_Location > &hierarchical_loc, std::vector< App::DocumentObject * > &hierarchical_part) |
|
virtual | ~ExportOCAF () |
|
◆ ExportOCAFCmd()
ExportOCAFCmd::ExportOCAFCmd |
( |
Handle(TDocStd_Document) |
h, |
|
|
bool |
explicitPlacement |
|
) |
| |
◆ setPartColorsMap()
void Import::ExportOCAFCmd::setPartColorsMap |
( |
const std::map< Part::Feature *, std::vector< App::Color > > & |
colors | ) |
|
The documentation for this class was generated from the following files:
- FreeCAD/src/Mod/Import/App/ExportOCAF.h
- FreeCAD/src/Mod/Import/App/ExportOCAF.cpp