Update src/Mod/PartDesign/App/FeatureRefine.h

Co-authored-by: Florian Foinant-Willig <FlachyJoe@users.noreply.github.com>
This commit is contained in:
Chris Hennes
2025-02-16 13:56:54 -06:00
committed by GitHub
parent a2cef23dbd
commit c50cb07974

View File

@@ -50,14 +50,6 @@ protected:
//store the shape before refinement
TopoShape rawShape;
/**
* Check to see if this feature can just execute the refine operation, or if a more complete
* calculation is necessary (e.g. if some other property has changed). See also
* `onlyHaveRefined()`, which actually *does* the refinement if this is true.
*
* @return true if only the refinement needs to be done, false if a recompute is necessary
*/
bool onlyHasToRefine() const;
/**
* Check if the feature *only* requires the refinement operation, and do that refinement if so.