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

@@ -3845,7 +3845,7 @@ void TopoShape::getPoints(std::vector<Base::Vector3d> &Points,
Normals.clear();
}
void TopoShape::getLinesFromSubelement(const Data::Segment* element,
void TopoShape::getLinesFromSubElement(const Data::Segment* element,
std::vector<Base::Vector3d> &vertices,
std::vector<Line> &lines) const
{
@@ -3940,7 +3940,7 @@ void TopoShape::getLinesFromSubelement(const Data::Segment* element,
}
}
void TopoShape::getFacesFromSubelement(const Data::Segment* element,
void TopoShape::getFacesFromSubElement(const Data::Segment* element,
std::vector<Base::Vector3d> &points,
std::vector<Base::Vector3d> &pointNormals,
std::vector<Facet> &faces) const