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

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