Toponaming: Refactor refine to its own FeatureRefine class

This commit is contained in:
bgbsww
2024-07-30 08:34:34 -04:00
parent 4fbc81f10a
commit 2a19d8f6fb
15 changed files with 185 additions and 110 deletions

View File

@@ -88,6 +88,8 @@ PyMOD_INIT_FUNC(_PartDesign)
// clang-format off
PartDesign::Feature ::init();
PartDesign::FeaturePython ::init();
PartDesign::FeatureRefine ::init();
PartDesign::FeatureRefinePython ::init();
PartDesign::Solid ::init();
PartDesign::FeatureAddSub ::init();
PartDesign::FeatureAddSubPython ::init();