PartDesign: support transformed pattern in FeatureDressUp

Fixes #1650
This commit is contained in:
Zheng, Lei
2020-02-14 13:34:03 +01:00
committed by wwmayer
parent 88a60f91e9
commit 469614eb17
3 changed files with 39 additions and 4 deletions
+1 -1
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();