PD: Add onlyHaveRefined() to FeatureRefine

This commit is contained in:
Chris Hennes
2025-02-07 21:44:43 -06:00
parent 9e70cac0be
commit 6edce0cafa
12 changed files with 67 additions and 91 deletions

View File

@@ -65,11 +65,8 @@ short Fillet::mustExecute() const
App::DocumentObjectExecReturn *Fillet::execute()
{
if (onlyHasToRefine()){
TopoShape result = refineShapeIfActive(rawShape);
Shape.setValue(result);
return App::DocumentObject::StdReturn;
}
if (onlyHaveRefined()) { return App::DocumentObject::StdReturn; }
Part::TopoShape baseShape;
try {