App: use consistent spelling of SubElement

This commit is contained in:
wmayer
2021-10-06 18:09:53 +02:00
parent 766e9cffb1
commit 9eedb17b70
11 changed files with 20 additions and 20 deletions

View File

@@ -85,12 +85,12 @@ public:
/// get subelement by combined name
virtual Segment* getSubElementByName(const char* Name) const;
/** Get lines from segment */
virtual void getLinesFromSubelement(
virtual void getLinesFromSubElement(
const Segment*,
std::vector<Base::Vector3d> &Points,
std::vector<Line> &lines) const;
/** Get faces from segment */
virtual void getFacesFromSubelement(
virtual void getFacesFromSubElement(
const Segment*,
std::vector<Base::Vector3d> &Points,
std::vector<Base::Vector3d> &PointNormals,