PartDesign: support transformed pattern in FeatureDressUp

Fixes #1650
This commit is contained in:
Zheng, Lei
2020-02-13 10:48:37 +08:00
committed by wwmayer
parent 60d9607112
commit 379e07ef30
3 changed files with 39 additions and 4 deletions

View File

@@ -88,11 +88,11 @@ PyMOD_INIT_FUNC(_PartDesign)
PartDesign::Feature ::init();
PartDesign::FeaturePython ::init();
PartDesign::Solid ::init();
PartDesign::DressUp ::init();
PartDesign::FeatureAddSub ::init();
PartDesign::FeatureAddSubPython ::init();
PartDesign::FeatureAdditivePython ::init();
PartDesign::FeatureSubtractivePython ::init();
PartDesign::DressUp ::init();
PartDesign::ProfileBased ::init();
PartDesign::Transformed ::init();
PartDesign::Mirrored ::init();