PartDesign: only warn on refine failure

This commit is contained in:
Florian Foinant-Willig
2025-08-30 18:31:53 +02:00
committed by Kacper Donat
parent 899c6d8458
commit 001f6ea500

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>;