Cleanup, format

This commit is contained in:
bgbsww
2024-07-21 22:28:59 -04:00
parent 38269241e6
commit 1eda66dfd8
6 changed files with 37 additions and 46 deletions

View File

@@ -684,6 +684,11 @@ public:
Part::TopoShape getEdge(const Part::Geometry* geo, const char* name) const;
std::vector<const char*> getElementTypes(bool all = true) const override;
std::vector<Data::IndexedName> getHigherElements(const char* element,
bool silent = false) const override;
Data::IndexedName checkSubName(const char* subname) const;
bool geoIdFromShapeType(const Data::IndexedName&, int& geoId, PointPos& posId) const;