PartDesign: only warn on refine failure

This commit is contained in:
Florian Foinant-Willig
2025-10-26 22:16:04 +01:00
committed by Kacper Donat
parent b433350aff
commit 501c6273a3
+1 -1
View File
@@ -61,7 +61,7 @@ protected:
* computation is necessary.
*/
bool onlyHaveRefined();
TopoShape refineShapeIfActive(const TopoShape& oldShape, const RefineErrorPolicy onError = RefineErrorPolicy::Raise) const;
TopoShape refineShapeIfActive(const TopoShape& oldShape, const RefineErrorPolicy onError = RefineErrorPolicy::Warn) const;
};
using FeatureRefinePython = App::FeaturePythonT<FeatureRefine>;