PartDesign: only warn on refine failure
This commit is contained in:
committed by
Kacper Donat
parent
899c6d8458
commit
001f6ea500
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user