Revise multiple solids message
This commit is contained in:
committed by
Yorik van Havre
parent
c74ea1d999
commit
7e781bcfd0
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user