PD: Fix typo in function getContiniusEdges->getContinuousEdges
Related to PR #5029
This commit is contained in:
@@ -97,7 +97,7 @@ Part::Feature *DressUp::getBaseObject(bool silent) const
|
||||
return rv;
|
||||
}
|
||||
|
||||
void DressUp::getContiniusEdges(Part::TopoShape TopShape, std::vector< std::string >& SubNames) {
|
||||
void DressUp::getContinuousEdges(Part::TopoShape TopShape, std::vector< std::string >& SubNames) {
|
||||
|
||||
TopTools_IndexedMapOfShape mapOfEdges;
|
||||
TopTools_IndexedDataMapOfShapeListOfShape mapEdgeFace;
|
||||
|
||||
Reference in New Issue
Block a user