PD: support of wires in ReferenceHighlighter

This commit is contained in:
wmayer
2021-12-15 16:25:06 +01:00
parent b428fb2afa
commit 8a2ea97276
2 changed files with 24 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ public:
private:
void getEdgeColor(const std::string& element, std::vector<App::Color>& colors) const;
void getEdgeColorsOfWire(const std::string& element, std::vector<App::Color>& colors) const;
void getEdgeColorsOfFace(const std::string& element, std::vector<App::Color>& colors) const;
void getFaceColor(const std::string& element, std::vector<App::Color>& colors) const;
@@ -80,6 +81,7 @@ private:
App::Color elementColor;
App::Color objectColor;
TopTools_IndexedMapOfShape eMap;
TopTools_IndexedMapOfShape wMap;
TopTools_IndexedMapOfShape fMap;
};