Revise multiple solids message

This commit is contained in:
wandererfan
2018-07-04 19:17:50 -04:00
committed by Yorik van Havre
parent c74ea1d999
commit 7e781bcfd0
12 changed files with 17 additions and 17 deletions

View File

@@ -127,7 +127,7 @@ App::DocumentObjectExecReturn *Chamfer::execute(void)
}
int solidCount = countSolids(shape);
if (solidCount > 1) {
return new App::DocumentObjectExecReturn("Chamfer: Result has multiple solids. Check parameters.");
return new App::DocumentObjectExecReturn("Chamfer: Result has multiple solids. This is not supported at this time.");
}
this->Shape.setValue(getSolid(shape));