PD: Fix typo in function getContiniusEdges->getContinuousEdges
Related to PR #5029
This commit is contained in:
@@ -74,7 +74,7 @@ App::DocumentObjectExecReturn *Fillet::execute(void)
|
||||
return new App::DocumentObjectExecReturn(e.what());
|
||||
}
|
||||
std::vector<std::string> SubNames = std::vector<std::string>(Base.getSubValues());
|
||||
getContiniusEdges(TopShape, SubNames);
|
||||
getContinuousEdges(TopShape, SubNames);
|
||||
|
||||
if (SubNames.size() == 0)
|
||||
return new App::DocumentObjectExecReturn("Fillet not possible on selected shapes");
|
||||
|
||||
Reference in New Issue
Block a user