Toponaming: Cleanup verified face calls
This commit is contained in:
@@ -1654,7 +1654,7 @@ App::DocumentObjectExecReturn* Hole::execute()
|
||||
{
|
||||
TopoShape profileshape;
|
||||
try {
|
||||
profileshape = getVerifiedFace();
|
||||
profileshape = getTopoShapeVerifiedFace();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
return new App::DocumentObjectExecReturn(e.what());
|
||||
|
||||
Reference in New Issue
Block a user