PartDesign: Update error message about multiple solids (#23286)
This commit is contained in:
@@ -402,7 +402,7 @@ App::DocumentObjectExecReturn *Pipe::execute()
|
||||
|
||||
if (!isSingleSolidRuleSatisfied(boolOp.getShape())) {
|
||||
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP("Exception",
|
||||
"Result has multiple solids: that is not currently supported."));
|
||||
"Result has multiple solids: enable 'Allow Compounds' in the active body."));
|
||||
}
|
||||
|
||||
// store shape before refinement
|
||||
@@ -637,3 +637,5 @@ void Pipe::handleChangedPropertyName(Base::XMLReader& reader,
|
||||
ProfileBased::handleChangedPropertyName(reader, TypeName, PropName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user