ansys-fluent-core 0.33.0__py3-none-any.whl → 0.34.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-fluent-core might be problematic. Click here for more details.

Files changed (24) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  3. ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
  4. ansys/fluent/core/generated/datamodel_231/meshing.py +211 -211
  5. ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
  6. ansys/fluent/core/generated/datamodel_232/meshing.py +180 -180
  7. ansys/fluent/core/generated/datamodel_241/flicing.py +50 -50
  8. ansys/fluent/core/generated/datamodel_241/meshing.py +269 -269
  9. ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
  10. ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
  11. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  12. ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
  13. ansys/fluent/core/generated/datamodel_251/meshing.py +355 -355
  14. ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
  15. ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
  16. ansys/fluent/core/generated/datamodel_252/meshing.py +353 -353
  17. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  18. ansys/fluent/core/generated/datamodel_261/flicing.py +20 -20
  19. ansys/fluent/core/generated/datamodel_261/meshing.py +416 -416
  20. ansys/fluent/core/generated/datamodel_261/part_management.py +15 -15
  21. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/METADATA +1 -1
  22. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/RECORD +24 -24
  23. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/WHEEL +0 -0
  24. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/licenses/LICENSE +0 -0
@@ -745,20 +745,20 @@ class Root(PyMenu):
745
745
 
746
746
  def __init__(self, parent, attr, service, rules, path):
747
747
  super().__init__(parent, attr, service, rules, path)
748
- self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
748
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
749
749
  self.AdditionalIgnoredLayers = self._AdditionalIgnoredLayers(self, "AdditionalIgnoredLayers", service, rules, path)
750
750
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
751
- self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
752
- self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
753
751
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
752
+ self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
753
+ self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
754
754
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
755
755
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
756
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
756
+ self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
757
757
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
758
758
 
759
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
759
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
760
760
  """
761
- Argument ModifyAtInvalidNormals.
761
+ Argument SplitPrism.
762
762
  """
763
763
 
764
764
  class _AdditionalIgnoredLayers(PyNumericalCommandArgumentsSubItem):
@@ -771,9 +771,9 @@ class Root(PyMenu):
771
771
  Argument SphereRadiusFactorAtInvalidNormals.
772
772
  """
773
773
 
774
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
774
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
775
775
  """
776
- Argument NumberOfSplitLayers.
776
+ Argument ShowLocalPrismPreferences.
777
777
  """
778
778
 
779
779
  class _Continuous(PyTextualCommandArgumentsSubItem):
@@ -781,9 +781,9 @@ class Root(PyMenu):
781
781
  Argument Continuous.
782
782
  """
783
783
 
784
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
784
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
785
785
  """
786
- Argument ShowLocalPrismPreferences.
786
+ Argument NumberOfSplitLayers.
787
787
  """
788
788
 
789
789
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -796,9 +796,9 @@ class Root(PyMenu):
796
796
  Argument RemeshAtInvalidNormals.
797
797
  """
798
798
 
799
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
799
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
800
800
  """
801
- Argument SplitPrism.
801
+ Argument ModifyAtInvalidNormals.
802
802
  """
803
803
 
804
804
  class _IgnoreBoundaryLayers(PyTextualCommandArgumentsSubItem):
@@ -1028,7 +1028,7 @@ class Root(PyMenu):
1028
1028
 
1029
1029
  def __init__(self, parent, attr, service, rules, path):
1030
1030
  super().__init__(parent, attr, service, rules, path)
1031
- self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1031
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1032
1032
  self.AdditionalIgnoredLayers = self._AdditionalIgnoredLayers(self, "AdditionalIgnoredLayers", service, rules, path)
1033
1033
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
1034
1034
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
@@ -1036,12 +1036,12 @@ class Root(PyMenu):
1036
1036
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1037
1037
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1038
1038
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
1039
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1039
+ self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1040
1040
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
1041
1041
 
1042
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1042
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
1043
1043
  """
1044
- Argument ModifyAtInvalidNormals.
1044
+ Argument SplitPrism.
1045
1045
  """
1046
1046
 
1047
1047
  class _AdditionalIgnoredLayers(PyNumericalCommandArgumentsSubItem):
@@ -1079,9 +1079,9 @@ class Root(PyMenu):
1079
1079
  Argument RemeshAtInvalidNormals.
1080
1080
  """
1081
1081
 
1082
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
1082
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1083
1083
  """
1084
- Argument SplitPrism.
1084
+ Argument ModifyAtInvalidNormals.
1085
1085
  """
1086
1086
 
1087
1087
  class _IgnoreBoundaryLayers(PyTextualCommandArgumentsSubItem):
@@ -1302,11 +1302,11 @@ class Root(PyMenu):
1302
1302
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
1303
1303
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
1304
1304
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
1305
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
1305
1306
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
1306
1307
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
1307
- self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
1308
- self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
1309
1308
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
1309
+ self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
1310
1310
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
1311
1311
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
1312
1312
 
@@ -1355,6 +1355,11 @@ class Root(PyMenu):
1355
1355
  Argument AdvancedOptions.
1356
1356
  """
1357
1357
 
1358
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
1359
+ """
1360
+ Argument InitialSizeControl.
1361
+ """
1362
+
1358
1363
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1359
1364
  """
1360
1365
  Argument WrapGrowthRate.
@@ -1365,9 +1370,9 @@ class Root(PyMenu):
1365
1370
  Argument SizingType.
1366
1371
  """
1367
1372
 
1368
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
1373
+ class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1369
1374
  """
1370
- Argument InitialSizeControl.
1375
+ Argument WrapCurvatureNormalAngle.
1371
1376
  """
1372
1377
 
1373
1378
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
@@ -1375,11 +1380,6 @@ class Root(PyMenu):
1375
1380
  Argument CellsPerGap.
1376
1381
  """
1377
1382
 
1378
- class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1379
- """
1380
- Argument WrapCurvatureNormalAngle.
1381
- """
1382
-
1383
1383
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
1384
1384
  """
1385
1385
  Argument TargetSizeControl.
@@ -2079,16 +2079,16 @@ class Root(PyMenu):
2079
2079
 
2080
2080
  def __init__(self, parent, attr, service, rules, path):
2081
2081
  super().__init__(parent, attr, service, rules, path)
2082
- self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
2082
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
2083
2083
  self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
2084
2084
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
2085
2085
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
2086
2086
  self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
2087
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
2087
+ self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
2088
2088
 
2089
- class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
2089
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
2090
2090
  """
2091
- Argument AdjacentAttachAngle.
2091
+ Argument MinAspectRatio.
2092
2092
  """
2093
2093
 
2094
2094
  class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
@@ -2111,9 +2111,9 @@ class Root(PyMenu):
2111
2111
  Argument ExposeSide.
2112
2112
  """
2113
2113
 
2114
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
2114
+ class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
2115
2115
  """
2116
- Argument MinAspectRatio.
2116
+ Argument AdjacentAttachAngle.
2117
2117
  """
2118
2118
 
2119
2119
  def create_instance(self) -> _AddShellBoundaryLayerControlsCommandArguments:
@@ -2989,7 +2989,7 @@ class Root(PyMenu):
2989
2989
  def __init__(self, parent, attr, service, rules, path):
2990
2990
  super().__init__(parent, attr, service, rules, path)
2991
2991
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
2992
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
2992
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
2993
2993
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
2994
2994
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
2995
2995
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -3000,16 +3000,16 @@ class Root(PyMenu):
3000
3000
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
3001
3001
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
3002
3002
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
3003
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3003
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3004
3004
 
3005
3005
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
3006
3006
  """
3007
3007
  Argument SizeRelativeLength.
3008
3008
  """
3009
3009
 
3010
- class _Xmax(PyNumericalCommandArgumentsSubItem):
3010
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3011
3011
  """
3012
- Argument Xmax.
3012
+ Argument XmaxRatio.
3013
3013
  """
3014
3014
 
3015
3015
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -3062,9 +3062,9 @@ class Root(PyMenu):
3062
3062
  Argument ZmaxRatio.
3063
3063
  """
3064
3064
 
3065
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3065
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
3066
3066
  """
3067
- Argument XmaxRatio.
3067
+ Argument Xmax.
3068
3068
  """
3069
3069
 
3070
3070
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -3467,16 +3467,16 @@ class Root(PyMenu):
3467
3467
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
3468
3468
  self.Y = self._Y(self, "Y", service, rules, path)
3469
3469
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
3470
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3470
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3471
3471
  self.Rate = self._Rate(self, "Rate", service, rules, path)
3472
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3472
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3473
3473
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3474
3474
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3475
3475
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3476
3476
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3477
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3478
- self.X = self._X(self, "X", service, rules, path)
3477
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3479
3478
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3479
+ self.X = self._X(self, "X", service, rules, path)
3480
3480
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3481
3481
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3482
3482
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -3508,9 +3508,9 @@ class Root(PyMenu):
3508
3508
  Argument DefeaturingSize.
3509
3509
  """
3510
3510
 
3511
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3511
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3512
3512
  """
3513
- Argument BoundaryLayerLevels.
3513
+ Argument AspectRatio.
3514
3514
  """
3515
3515
 
3516
3516
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -3518,9 +3518,9 @@ class Root(PyMenu):
3518
3518
  Argument Rate.
3519
3519
  """
3520
3520
 
3521
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3521
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3522
3522
  """
3523
- Argument NumberOfLayers.
3523
+ Argument BoundaryLayerLevels.
3524
3524
  """
3525
3525
 
3526
3526
  class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
@@ -3543,19 +3543,19 @@ class Root(PyMenu):
3543
3543
  Argument EdgeSelectionList.
3544
3544
  """
3545
3545
 
3546
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3546
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3547
3547
  """
3548
- Argument AspectRatio.
3548
+ Argument NumberOfLayers.
3549
3549
  """
3550
3550
 
3551
- class _X(PyNumericalCommandArgumentsSubItem):
3551
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3552
3552
  """
3553
- Argument X.
3553
+ Argument LastRatioPercentage.
3554
3554
  """
3555
3555
 
3556
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3556
+ class _X(PyNumericalCommandArgumentsSubItem):
3557
3557
  """
3558
- Argument LastRatioPercentage.
3558
+ Argument X.
3559
3559
  """
3560
3560
 
3561
3561
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -3597,8 +3597,8 @@ class Root(PyMenu):
3597
3597
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
3598
3598
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
3599
3599
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
3600
- self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3601
3600
  self.Node1 = self._Node1(self, "Node1", service, rules, path)
3601
+ self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3602
3602
 
3603
3603
  class _HeightNode(PyTextualCommandArgumentsSubItem):
3604
3604
  """
@@ -3635,14 +3635,14 @@ class Root(PyMenu):
3635
3635
  Argument HeightFrontInc.
3636
3636
  """
3637
3637
 
3638
- class _Radius1(PyNumericalCommandArgumentsSubItem):
3638
+ class _Node1(PyTextualCommandArgumentsSubItem):
3639
3639
  """
3640
- Argument Radius1.
3640
+ Argument Node1.
3641
3641
  """
3642
3642
 
3643
- class _Node1(PyTextualCommandArgumentsSubItem):
3643
+ class _Radius1(PyNumericalCommandArgumentsSubItem):
3644
3644
  """
3645
- Argument Node1.
3645
+ Argument Radius1.
3646
3646
  """
3647
3647
 
3648
3648
  class _VolumeFill(PyTextualCommandArgumentsSubItem):
@@ -3770,7 +3770,7 @@ class Root(PyMenu):
3770
3770
  def __init__(self, parent, attr, service, rules, path):
3771
3771
  super().__init__(parent, attr, service, rules, path)
3772
3772
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
3773
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3773
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3774
3774
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
3775
3775
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
3776
3776
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -3781,16 +3781,16 @@ class Root(PyMenu):
3781
3781
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
3782
3782
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
3783
3783
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
3784
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3784
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3785
3785
 
3786
3786
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
3787
3787
  """
3788
3788
  Argument SizeRelativeLength.
3789
3789
  """
3790
3790
 
3791
- class _Xmax(PyNumericalCommandArgumentsSubItem):
3791
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3792
3792
  """
3793
- Argument Xmax.
3793
+ Argument XmaxRatio.
3794
3794
  """
3795
3795
 
3796
3796
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -3843,9 +3843,9 @@ class Root(PyMenu):
3843
3843
  Argument ZmaxRatio.
3844
3844
  """
3845
3845
 
3846
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3846
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
3847
3847
  """
3848
- Argument XmaxRatio.
3848
+ Argument Xmax.
3849
3849
  """
3850
3850
 
3851
3851
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -3861,9 +3861,9 @@ class Root(PyMenu):
3861
3861
  self.Y = self._Y(self, "Y", service, rules, path)
3862
3862
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
3863
3863
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3864
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3864
3865
  self.Rate = self._Rate(self, "Rate", service, rules, path)
3865
3866
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3866
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3867
3867
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3868
3868
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3869
3869
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
@@ -3906,6 +3906,11 @@ class Root(PyMenu):
3906
3906
  Argument BoundaryLayerLevels.
3907
3907
  """
3908
3908
 
3909
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3910
+ """
3911
+ Argument NumberOfLayers.
3912
+ """
3913
+
3909
3914
  class _Rate(PyNumericalCommandArgumentsSubItem):
3910
3915
  """
3911
3916
  Argument Rate.
@@ -3916,11 +3921,6 @@ class Root(PyMenu):
3916
3921
  Argument WakeGrowthFactor.
3917
3922
  """
3918
3923
 
3919
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3920
- """
3921
- Argument NumberOfLayers.
3922
- """
3923
-
3924
3924
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
3925
3925
  """
3926
3926
  Argument FlowDirection.
@@ -4682,15 +4682,15 @@ class Root(PyMenu):
4682
4682
  self.Y = self._Y(self, "Y", service, rules, path)
4683
4683
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4684
4684
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4685
- self.Rate = self._Rate(self, "Rate", service, rules, path)
4686
4685
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4687
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4686
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4687
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
4688
4688
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4689
4689
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4690
4690
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4691
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4692
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4691
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4693
4692
  self.X = self._X(self, "X", service, rules, path)
4693
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4694
4694
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4695
4695
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4696
4696
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -4727,19 +4727,19 @@ class Root(PyMenu):
4727
4727
  Argument AspectRatio.
4728
4728
  """
4729
4729
 
4730
- class _Rate(PyNumericalCommandArgumentsSubItem):
4730
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4731
4731
  """
4732
- Argument Rate.
4732
+ Argument NumberOfLayers.
4733
4733
  """
4734
4734
 
4735
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4735
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4736
4736
  """
4737
- Argument NumberOfLayers.
4737
+ Argument WakeGrowthFactor.
4738
4738
  """
4739
4739
 
4740
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4740
+ class _Rate(PyNumericalCommandArgumentsSubItem):
4741
4741
  """
4742
- Argument BoundaryLayerLevels.
4742
+ Argument Rate.
4743
4743
  """
4744
4744
 
4745
4745
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4757,19 +4757,19 @@ class Root(PyMenu):
4757
4757
  Argument EdgeSelectionList.
4758
4758
  """
4759
4759
 
4760
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4760
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4761
4761
  """
4762
- Argument WakeGrowthFactor.
4762
+ Argument BoundaryLayerLevels.
4763
4763
  """
4764
4764
 
4765
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4765
+ class _X(PyNumericalCommandArgumentsSubItem):
4766
4766
  """
4767
- Argument LastRatioPercentage.
4767
+ Argument X.
4768
4768
  """
4769
4769
 
4770
- class _X(PyNumericalCommandArgumentsSubItem):
4770
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4771
4771
  """
4772
- Argument X.
4772
+ Argument LastRatioPercentage.
4773
4773
  """
4774
4774
 
4775
4775
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -5048,8 +5048,8 @@ class Root(PyMenu):
5048
5048
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5049
5049
  self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
5050
5050
  self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5051
- self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
5052
5051
  self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
5052
+ self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
5053
5053
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
5054
5054
  self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
5055
5055
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
@@ -5072,14 +5072,14 @@ class Root(PyMenu):
5072
5072
  Argument SelectionType.
5073
5073
  """
5074
5074
 
5075
- class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
5075
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
5076
5076
  """
5077
- Argument ZoneSelectionList.
5077
+ Argument Thickness.
5078
5078
  """
5079
5079
 
5080
- class _Thickness(PyNumericalCommandArgumentsSubItem):
5080
+ class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
5081
5081
  """
5082
- Argument Thickness.
5082
+ Argument ZoneSelectionList.
5083
5083
  """
5084
5084
 
5085
5085
  class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
@@ -5399,8 +5399,8 @@ class Root(PyMenu):
5399
5399
  super().__init__(parent, attr, service, rules, path)
5400
5400
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
5401
5401
  self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
5402
- self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
5403
5402
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
5403
+ self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
5404
5404
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
5405
5405
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
5406
5406
  self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
@@ -5417,14 +5417,14 @@ class Root(PyMenu):
5417
5417
  Argument ZeroThickness.
5418
5418
  """
5419
5419
 
5420
- class _CloseLeakges(PyTextualCommandArgumentsSubItem):
5420
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
5421
5421
  """
5422
- Argument CloseLeakges.
5422
+ Argument AdvancedOptions.
5423
5423
  """
5424
5424
 
5425
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
5425
+ class _CloseLeakges(PyTextualCommandArgumentsSubItem):
5426
5426
  """
5427
- Argument AdvancedOptions.
5427
+ Argument CloseLeakges.
5428
5428
  """
5429
5429
 
5430
5430
  class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
@@ -5817,12 +5817,12 @@ class Root(PyMenu):
5817
5817
  self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
5818
5818
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
5819
5819
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
5820
- self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
5821
5820
  self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
5821
+ self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
5822
+ self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
5823
+ self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
5822
5824
  self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
5823
5825
  self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
5824
- self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
5825
- self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
5826
5826
  self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
5827
5827
 
5828
5828
  class _SplitQuads(PyTextualCommandArgumentsSubItem):
@@ -5840,24 +5840,19 @@ class Root(PyMenu):
5840
5840
  Argument MinAspectRatio.
5841
5841
  """
5842
5842
 
5843
- class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
5844
- """
5845
- Argument RemeshGrowthRate.
5846
- """
5847
-
5848
5843
  class _LocalRemesh(PyTextualCommandArgumentsSubItem):
5849
5844
  """
5850
5845
  Argument LocalRemesh.
5851
5846
  """
5852
5847
 
5853
- class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
5848
+ class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
5854
5849
  """
5855
- Argument MaxFaceSkew.
5850
+ Argument RemeshGrowthRate.
5856
5851
  """
5857
5852
 
5858
- class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
5853
+ class _GapFactor(PyNumericalCommandArgumentsSubItem):
5859
5854
  """
5860
- Argument RefineStretchedQuads.
5855
+ Argument GapFactor.
5861
5856
  """
5862
5857
 
5863
5858
  class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
@@ -5865,9 +5860,14 @@ class Root(PyMenu):
5865
5860
  Argument ShowPrism2DPreferences.
5866
5861
  """
5867
5862
 
5868
- class _GapFactor(PyNumericalCommandArgumentsSubItem):
5863
+ class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
5869
5864
  """
5870
- Argument GapFactor.
5865
+ Argument MaxFaceSkew.
5866
+ """
5867
+
5868
+ class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
5869
+ """
5870
+ Argument RefineStretchedQuads.
5871
5871
  """
5872
5872
 
5873
5873
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
@@ -6493,8 +6493,8 @@ class Root(PyMenu):
6493
6493
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
6494
6494
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
6495
6495
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
6496
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6497
6496
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
6497
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6498
6498
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
6499
6499
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
6500
6500
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -6523,14 +6523,14 @@ class Root(PyMenu):
6523
6523
  Argument ScopeProximityTo.
6524
6524
  """
6525
6525
 
6526
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6526
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6527
6527
  """
6528
- Argument PreviewSizefield.
6528
+ Argument CurvatureNormalAngle.
6529
6529
  """
6530
6530
 
6531
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6531
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6532
6532
  """
6533
- Argument CurvatureNormalAngle.
6533
+ Argument PreviewSizefield.
6534
6534
  """
6535
6535
 
6536
6536
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -6629,14 +6629,14 @@ class Root(PyMenu):
6629
6629
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
6630
6630
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
6631
6631
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
6632
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
6633
6632
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
6634
6633
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
6634
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
6635
6635
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
6636
6636
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
6637
- self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
6638
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
6639
6637
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
6638
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
6639
+ self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
6640
6640
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
6641
6641
  self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
6642
6642
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
@@ -6662,11 +6662,6 @@ class Root(PyMenu):
6662
6662
  Argument SMSeparationAngle.
6663
6663
  """
6664
6664
 
6665
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
6666
- """
6667
- Argument ShowSurfaceMeshPreferences.
6668
- """
6669
-
6670
6665
  class _AutoMerge(PyParameterCommandArgumentsSubItem):
6671
6666
  """
6672
6667
  Argument AutoMerge.
@@ -6677,6 +6672,11 @@ class Root(PyMenu):
6677
6672
  Argument SMQualityImprove.
6678
6673
  """
6679
6674
 
6675
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
6676
+ """
6677
+ Argument ShowSurfaceMeshPreferences.
6678
+ """
6679
+
6680
6680
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
6681
6681
  """
6682
6682
  Argument SMRemoveStep.
@@ -6687,9 +6687,9 @@ class Root(PyMenu):
6687
6687
  Argument SMStepWidth.
6688
6688
  """
6689
6689
 
6690
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
6690
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
6691
6691
  """
6692
- Argument VolumeMeshMaxSize.
6692
+ Argument SMQualityMaxAngle.
6693
6693
  """
6694
6694
 
6695
6695
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -6697,9 +6697,9 @@ class Root(PyMenu):
6697
6697
  Argument AutoAssignZoneTypes.
6698
6698
  """
6699
6699
 
6700
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
6700
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
6701
6701
  """
6702
- Argument SMQualityMaxAngle.
6702
+ Argument VolumeMeshMaxSize.
6703
6703
  """
6704
6704
 
6705
6705
  class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
@@ -6774,18 +6774,18 @@ class Root(PyMenu):
6774
6774
 
6775
6775
  def __init__(self, parent, attr, service, rules, path):
6776
6776
  super().__init__(parent, attr, service, rules, path)
6777
- self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
6778
6777
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
6778
+ self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
6779
6779
  self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
6780
6780
 
6781
- class _RefineFaceting(PyParameterCommandArgumentsSubItem):
6781
+ class _MaxSize(PyNumericalCommandArgumentsSubItem):
6782
6782
  """
6783
- Argument RefineFaceting.
6783
+ Argument MaxSize.
6784
6784
  """
6785
6785
 
6786
- class _MaxSize(PyNumericalCommandArgumentsSubItem):
6786
+ class _RefineFaceting(PyParameterCommandArgumentsSubItem):
6787
6787
  """
6788
- Argument MaxSize.
6788
+ Argument RefineFaceting.
6789
6789
  """
6790
6790
 
6791
6791
  class _Tolerance(PyNumericalCommandArgumentsSubItem):
@@ -6808,9 +6808,9 @@ class Root(PyMenu):
6808
6808
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
6809
6809
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
6810
6810
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
6811
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
6812
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
6813
6811
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
6812
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
6813
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
6814
6814
 
6815
6815
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
6816
6816
  """
@@ -6852,9 +6852,9 @@ class Root(PyMenu):
6852
6852
  Argument ImportNamedSelections.
6853
6853
  """
6854
6854
 
6855
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
6855
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
6856
6856
  """
6857
- Argument ImportCurvatureDataFromCAD.
6857
+ Argument ExtractFeatures.
6858
6858
  """
6859
6859
 
6860
6860
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -6862,9 +6862,9 @@ class Root(PyMenu):
6862
6862
  Argument ImportPartNames.
6863
6863
  """
6864
6864
 
6865
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
6865
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
6866
6866
  """
6867
- Argument ExtractFeatures.
6867
+ Argument ImportCurvatureDataFromCAD.
6868
6868
  """
6869
6869
 
6870
6870
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -6879,14 +6879,14 @@ class Root(PyMenu):
6879
6879
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
6880
6880
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
6881
6881
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
6882
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
6882
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
6883
6883
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
6884
6884
  self.Operation = self._Operation(self, "Operation", service, rules, path)
6885
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
6885
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
6886
6886
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
6887
- self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
6888
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
6889
6887
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
6888
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
6889
+ self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
6890
6890
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
6891
6891
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
6892
6892
 
@@ -6915,9 +6915,9 @@ class Root(PyMenu):
6915
6915
  Argument RelativeShareTopologyTolerance.
6916
6916
  """
6917
6917
 
6918
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
6918
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
6919
6919
  """
6920
- Argument ShareTopologyAngle.
6920
+ Argument FluidLabelWildcard.
6921
6921
  """
6922
6922
 
6923
6923
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -6930,9 +6930,9 @@ class Root(PyMenu):
6930
6930
  Argument Operation.
6931
6931
  """
6932
6932
 
6933
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
6933
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
6934
6934
  """
6935
- Argument FluidLabelWildcard.
6935
+ Argument ShareTopologyAngle.
6936
6936
  """
6937
6937
 
6938
6938
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -6940,9 +6940,9 @@ class Root(PyMenu):
6940
6940
  Argument STToleranceIncrement.
6941
6941
  """
6942
6942
 
6943
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
6943
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
6944
6944
  """
6945
- Argument IntfLabelList.
6945
+ Argument ShowShareTopologyPreferences.
6946
6946
  """
6947
6947
 
6948
6948
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -6950,9 +6950,9 @@ class Root(PyMenu):
6950
6950
  Argument PerLabelList.
6951
6951
  """
6952
6952
 
6953
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
6953
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
6954
6954
  """
6955
- Argument ShowShareTopologyPreferences.
6955
+ Argument IntfLabelList.
6956
6956
  """
6957
6957
 
6958
6958
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -7385,11 +7385,11 @@ class Root(PyMenu):
7385
7385
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
7386
7386
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
7387
7387
  self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
7388
- self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
7388
+ self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
7389
7389
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
7390
- self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
7390
+ self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
7391
7391
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
7392
- self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
7392
+ self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
7393
7393
  self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
7394
7394
 
7395
7395
  class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -7422,9 +7422,9 @@ class Root(PyMenu):
7422
7422
  Argument MergeBodyLabels.
7423
7423
  """
7424
7424
 
7425
- class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
7425
+ class _QualityMethod(PyTextualCommandArgumentsSubItem):
7426
7426
  """
7427
- Argument PolyFeatureAngle.
7427
+ Argument QualityMethod.
7428
7428
  """
7429
7429
 
7430
7430
  class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -7432,9 +7432,9 @@ class Root(PyMenu):
7432
7432
  Argument SolidGrowthRate.
7433
7433
  """
7434
7434
 
7435
- class _UseSizeField(PyTextualCommandArgumentsSubItem):
7435
+ class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
7436
7436
  """
7437
- Argument UseSizeField.
7437
+ Argument PolyFeatureAngle.
7438
7438
  """
7439
7439
 
7440
7440
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -7442,9 +7442,9 @@ class Root(PyMenu):
7442
7442
  Argument QualityWarningLimit.
7443
7443
  """
7444
7444
 
7445
- class _QualityMethod(PyTextualCommandArgumentsSubItem):
7445
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
7446
7446
  """
7447
- Argument QualityMethod.
7447
+ Argument UseSizeField.
7448
7448
  """
7449
7449
 
7450
7450
  class _PolyInSolids(PyTextualCommandArgumentsSubItem):
@@ -7673,8 +7673,8 @@ class Root(PyMenu):
7673
7673
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
7674
7674
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
7675
7675
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
7676
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
7677
7676
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
7677
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
7678
7678
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
7679
7679
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
7680
7680
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -7703,14 +7703,14 @@ class Root(PyMenu):
7703
7703
  Argument ScopeProximityTo.
7704
7704
  """
7705
7705
 
7706
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
7706
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
7707
7707
  """
7708
- Argument PreviewSizefield.
7708
+ Argument CurvatureNormalAngle.
7709
7709
  """
7710
7710
 
7711
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
7711
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
7712
7712
  """
7713
- Argument CurvatureNormalAngle.
7713
+ Argument PreviewSizefield.
7714
7714
  """
7715
7715
 
7716
7716
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -8209,7 +8209,7 @@ class Root(PyMenu):
8209
8209
  def __init__(self, parent, attr, service, rules, path):
8210
8210
  super().__init__(parent, attr, service, rules, path)
8211
8211
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
8212
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
8212
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
8213
8213
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
8214
8214
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
8215
8215
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -8220,16 +8220,16 @@ class Root(PyMenu):
8220
8220
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
8221
8221
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
8222
8222
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
8223
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
8223
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
8224
8224
 
8225
8225
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
8226
8226
  """
8227
8227
  Argument SizeRelativeLength.
8228
8228
  """
8229
8229
 
8230
- class _Xmax(PyNumericalCommandArgumentsSubItem):
8230
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
8231
8231
  """
8232
- Argument Xmax.
8232
+ Argument XmaxRatio.
8233
8233
  """
8234
8234
 
8235
8235
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -8282,9 +8282,9 @@ class Root(PyMenu):
8282
8282
  Argument ZmaxRatio.
8283
8283
  """
8284
8284
 
8285
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
8285
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
8286
8286
  """
8287
- Argument XmaxRatio.
8287
+ Argument Xmax.
8288
8288
  """
8289
8289
 
8290
8290
  def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
@@ -8683,11 +8683,11 @@ class Root(PyMenu):
8683
8683
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
8684
8684
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
8685
8685
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
8686
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8687
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8686
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8688
8687
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8688
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8689
8689
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8690
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8690
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8691
8691
 
8692
8692
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
8693
8693
  """
@@ -8719,19 +8719,19 @@ class Root(PyMenu):
8719
8719
  Argument OneZonePer.
8720
8720
  """
8721
8721
 
8722
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8722
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8723
8723
  """
8724
- Argument ImportCurvatureDataFromCAD.
8724
+ Argument UsePartOrBodyAsSuffix.
8725
8725
  """
8726
8726
 
8727
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8727
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8728
8728
  """
8729
- Argument ExtractFeatures.
8729
+ Argument ImportNamedSelections.
8730
8730
  """
8731
8731
 
8732
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8732
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8733
8733
  """
8734
- Argument ImportNamedSelections.
8734
+ Argument ImportCurvatureDataFromCAD.
8735
8735
  """
8736
8736
 
8737
8737
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -8739,9 +8739,9 @@ class Root(PyMenu):
8739
8739
  Argument ImportPartNames.
8740
8740
  """
8741
8741
 
8742
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8742
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8743
8743
  """
8744
- Argument UsePartOrBodyAsSuffix.
8744
+ Argument ExtractFeatures.
8745
8745
  """
8746
8746
 
8747
8747
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -8814,7 +8814,7 @@ class Root(PyMenu):
8814
8814
 
8815
8815
  def __init__(self, parent, attr, service, rules, path):
8816
8816
  super().__init__(parent, attr, service, rules, path)
8817
- self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
8817
+ self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
8818
8818
  self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
8819
8819
  self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
8820
8820
  self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
@@ -8822,11 +8822,11 @@ class Root(PyMenu):
8822
8822
  self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
8823
8823
  self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
8824
8824
  self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
8825
- self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
8825
+ self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
8826
8826
 
8827
- class _EdgeLabel(PyTextualCommandArgumentsSubItem):
8827
+ class _CITolerence(PyNumericalCommandArgumentsSubItem):
8828
8828
  """
8829
- Argument EdgeLabel.
8829
+ Argument CITolerence.
8830
8830
  """
8831
8831
 
8832
8832
  class _FacetedBodies(PyTextualCommandArgumentsSubItem):
@@ -8864,9 +8864,9 @@ class Root(PyMenu):
8864
8864
  Argument CISeparationAngle.
8865
8865
  """
8866
8866
 
8867
- class _CITolerence(PyNumericalCommandArgumentsSubItem):
8867
+ class _EdgeLabel(PyTextualCommandArgumentsSubItem):
8868
8868
  """
8869
- Argument CITolerence.
8869
+ Argument EdgeLabel.
8870
8870
  """
8871
8871
 
8872
8872
  class _FileName(PyTextualCommandArgumentsSubItem):
@@ -8928,8 +8928,8 @@ class Root(PyMenu):
8928
8928
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
8929
8929
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
8930
8930
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8931
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8932
8931
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8932
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8933
8933
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8934
8934
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8935
8935
 
@@ -8968,14 +8968,14 @@ class Root(PyMenu):
8968
8968
  Argument UsePartOrBodyAsSuffix.
8969
8969
  """
8970
8970
 
8971
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8971
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8972
8972
  """
8973
- Argument ExtractFeatures.
8973
+ Argument ImportNamedSelections.
8974
8974
  """
8975
8975
 
8976
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8976
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8977
8977
  """
8978
- Argument ImportNamedSelections.
8978
+ Argument ExtractFeatures.
8979
8979
  """
8980
8980
 
8981
8981
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -9043,10 +9043,10 @@ class Root(PyMenu):
9043
9043
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
9044
9044
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
9045
9045
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
9046
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
9046
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
9047
9047
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
9048
9048
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
9049
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
9049
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
9050
9050
 
9051
9051
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
9052
9052
  """
@@ -9073,9 +9073,9 @@ class Root(PyMenu):
9073
9073
  Argument AllowDefeaturing.
9074
9074
  """
9075
9075
 
9076
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
9076
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
9077
9077
  """
9078
- Argument ShowSMImprovePreferences.
9078
+ Argument SIRemoveStep.
9079
9079
  """
9080
9080
 
9081
9081
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -9088,9 +9088,9 @@ class Root(PyMenu):
9088
9088
  Argument SIStepWidth.
9089
9089
  """
9090
9090
 
9091
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
9091
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
9092
9092
  """
9093
- Argument SIRemoveStep.
9093
+ Argument ShowSMImprovePreferences.
9094
9094
  """
9095
9095
 
9096
9096
  def create_instance(self) -> _ImproveSurfaceMeshCommandArguments:
@@ -9261,8 +9261,8 @@ class Root(PyMenu):
9261
9261
  def __init__(self, parent, attr, service, rules, path):
9262
9262
  super().__init__(parent, attr, service, rules, path)
9263
9263
  self.FirstNumber = self._FirstNumber(self, "FirstNumber", service, rules, path)
9264
- self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
9265
9264
  self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", service, rules, path)
9265
+ self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
9266
9266
  self.InvokeBatteryModelingOptions = self._InvokeBatteryModelingOptions(self, "InvokeBatteryModelingOptions", service, rules, path)
9267
9267
  self.UseCustomPattern = self._UseCustomPattern(self, "UseCustomPattern", service, rules, path)
9268
9268
 
@@ -9271,14 +9271,14 @@ class Root(PyMenu):
9271
9271
  Argument FirstNumber.
9272
9272
  """
9273
9273
 
9274
- class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
9274
+ class _CustomPatternString(PyTextualCommandArgumentsSubItem):
9275
9275
  """
9276
- Argument NbCellsPerUnit.
9276
+ Argument CustomPatternString.
9277
9277
  """
9278
9278
 
9279
- class _CustomPatternString(PyTextualCommandArgumentsSubItem):
9279
+ class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
9280
9280
  """
9281
- Argument CustomPatternString.
9281
+ Argument NbCellsPerUnit.
9282
9282
  """
9283
9283
 
9284
9284
  class _InvokeBatteryModelingOptions(PyTextualCommandArgumentsSubItem):
@@ -9371,9 +9371,9 @@ class Root(PyMenu):
9371
9371
  super().__init__(parent, attr, service, rules, path)
9372
9372
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
9373
9373
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
9374
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
9375
9374
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
9376
9375
  self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
9376
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
9377
9377
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
9378
9378
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
9379
9379
  self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
@@ -9389,11 +9389,6 @@ class Root(PyMenu):
9389
9389
  Argument FacetResolution.
9390
9390
  """
9391
9391
 
9392
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
9393
- """
9394
- Argument NormalAngle.
9395
- """
9396
-
9397
9392
  class _Deviation(PyNumericalCommandArgumentsSubItem):
9398
9393
  """
9399
9394
  Argument Deviation.
@@ -9404,6 +9399,11 @@ class Root(PyMenu):
9404
9399
  Argument MaxEdgeLengthFactor.
9405
9400
  """
9406
9401
 
9402
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
9403
+ """
9404
+ Argument NormalAngle.
9405
+ """
9406
+
9407
9407
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
9408
9408
  """
9409
9409
  Argument MaxEdgeLength.
@@ -9522,10 +9522,10 @@ class Root(PyMenu):
9522
9522
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
9523
9523
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
9524
9524
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
9525
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
9526
9525
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
9527
- self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
9526
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
9528
9527
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
9528
+ self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
9529
9529
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
9530
9530
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
9531
9531
 
@@ -9579,19 +9579,14 @@ class Root(PyMenu):
9579
9579
  Argument SizingType.
9580
9580
  """
9581
9581
 
9582
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
9583
- """
9584
- Argument WrapGrowthRate.
9585
- """
9586
-
9587
9582
  class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
9588
9583
  """
9589
9584
  Argument InitialSizeControl.
9590
9585
  """
9591
9586
 
9592
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
9587
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
9593
9588
  """
9594
- Argument CellsPerGap.
9589
+ Argument WrapGrowthRate.
9595
9590
  """
9596
9591
 
9597
9592
  class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -9599,6 +9594,11 @@ class Root(PyMenu):
9599
9594
  Argument WrapCurvatureNormalAngle.
9600
9595
  """
9601
9596
 
9597
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
9598
+ """
9599
+ Argument CellsPerGap.
9600
+ """
9601
+
9602
9602
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
9603
9603
  """
9604
9604
  Argument TargetSizeControl.
@@ -10864,14 +10864,14 @@ class Root(PyMenu):
10864
10864
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
10865
10865
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
10866
10866
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
10867
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
10867
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
10868
10868
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
10869
10869
  self.Operation = self._Operation(self, "Operation", service, rules, path)
10870
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
10870
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
10871
10871
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
10872
- self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
10873
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
10874
10872
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
10873
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
10874
+ self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
10875
10875
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
10876
10876
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
10877
10877
 
@@ -10900,9 +10900,9 @@ class Root(PyMenu):
10900
10900
  Argument RelativeShareTopologyTolerance.
10901
10901
  """
10902
10902
 
10903
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
10903
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
10904
10904
  """
10905
- Argument FluidLabelWildcard.
10905
+ Argument ShareTopologyAngle.
10906
10906
  """
10907
10907
 
10908
10908
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -10915,9 +10915,9 @@ class Root(PyMenu):
10915
10915
  Argument Operation.
10916
10916
  """
10917
10917
 
10918
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
10918
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
10919
10919
  """
10920
- Argument ShareTopologyAngle.
10920
+ Argument FluidLabelWildcard.
10921
10921
  """
10922
10922
 
10923
10923
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -10925,9 +10925,9 @@ class Root(PyMenu):
10925
10925
  Argument STToleranceIncrement.
10926
10926
  """
10927
10927
 
10928
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
10928
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
10929
10929
  """
10930
- Argument IntfLabelList.
10930
+ Argument ShowShareTopologyPreferences.
10931
10931
  """
10932
10932
 
10933
10933
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -10935,9 +10935,9 @@ class Root(PyMenu):
10935
10935
  Argument PerLabelList.
10936
10936
  """
10937
10937
 
10938
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
10938
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
10939
10939
  """
10940
- Argument ShowShareTopologyPreferences.
10940
+ Argument IntfLabelList.
10941
10941
  """
10942
10942
 
10943
10943
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10962,10 +10962,10 @@ class Root(PyMenu):
10962
10962
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
10963
10963
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
10964
10964
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
10965
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10965
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10966
10966
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
10967
10967
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
10968
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10968
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10969
10969
 
10970
10970
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
10971
10971
  """
@@ -10992,9 +10992,9 @@ class Root(PyMenu):
10992
10992
  Argument AllowDefeaturing.
10993
10993
  """
10994
10994
 
10995
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10995
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10996
10996
  """
10997
- Argument ShowSMImprovePreferences.
10997
+ Argument SIRemoveStep.
10998
10998
  """
10999
10999
 
11000
11000
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -11007,9 +11007,9 @@ class Root(PyMenu):
11007
11007
  Argument SIStepWidth.
11008
11008
  """
11009
11009
 
11010
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
11010
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
11011
11011
  """
11012
- Argument SIRemoveStep.
11012
+ Argument ShowSMImprovePreferences.
11013
11013
  """
11014
11014
 
11015
11015
  class _SurfaceMeshPreferences(PySingletonCommandArgumentsSubItem):
@@ -11020,20 +11020,20 @@ class Root(PyMenu):
11020
11020
  def __init__(self, parent, attr, service, rules, path):
11021
11021
  super().__init__(parent, attr, service, rules, path)
11022
11022
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
11023
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
11024
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
11025
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
11023
11026
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
11024
11027
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
11025
11028
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
11026
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
11027
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
11028
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
11029
11029
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
11030
11030
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
11031
- self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
11032
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
11033
11031
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
11034
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
11035
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
11032
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
11033
+ self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
11036
11034
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
11035
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
11036
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
11037
11037
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
11038
11038
 
11039
11039
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -11041,34 +11041,34 @@ class Root(PyMenu):
11041
11041
  Argument SMQualityCollapseLimit.
11042
11042
  """
11043
11043
 
11044
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
11044
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
11045
11045
  """
11046
- Argument FoldFaceLimit.
11046
+ Argument AutoMerge.
11047
11047
  """
11048
11048
 
11049
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
11049
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
11050
11050
  """
11051
- Argument SMQualityImprove.
11051
+ Argument SMSeparation.
11052
11052
  """
11053
11053
 
11054
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
11054
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
11055
11055
  """
11056
- Argument SMSeparationAngle.
11056
+ Argument ShowSurfaceMeshPreferences.
11057
11057
  """
11058
11058
 
11059
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
11059
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
11060
11060
  """
11061
- Argument ShowSurfaceMeshPreferences.
11061
+ Argument FoldFaceLimit.
11062
11062
  """
11063
11063
 
11064
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
11064
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
11065
11065
  """
11066
- Argument AutoMerge.
11066
+ Argument SMQualityImprove.
11067
11067
  """
11068
11068
 
11069
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
11069
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
11070
11070
  """
11071
- Argument SMSeparation.
11071
+ Argument SMSeparationAngle.
11072
11072
  """
11073
11073
 
11074
11074
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -11081,9 +11081,9 @@ class Root(PyMenu):
11081
11081
  Argument SMStepWidth.
11082
11082
  """
11083
11083
 
11084
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
11084
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
11085
11085
  """
11086
- Argument SMQualityMaxAngle.
11086
+ Argument VolumeMeshMaxSize.
11087
11087
  """
11088
11088
 
11089
11089
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -11091,14 +11091,14 @@ class Root(PyMenu):
11091
11091
  Argument AutoAssignZoneTypes.
11092
11092
  """
11093
11093
 
11094
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
11094
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
11095
11095
  """
11096
- Argument VolumeMeshMaxSize.
11096
+ Argument SMQualityMaxAngle.
11097
11097
  """
11098
11098
 
11099
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
11099
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
11100
11100
  """
11101
- Argument SelfIntersectCheck.
11101
+ Argument SMQualityImproveLimit.
11102
11102
  """
11103
11103
 
11104
11104
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -11106,9 +11106,9 @@ class Root(PyMenu):
11106
11106
  Argument AutoSurfaceRemesh.
11107
11107
  """
11108
11108
 
11109
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
11109
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
11110
11110
  """
11111
- Argument SMQualityImproveLimit.
11111
+ Argument SelfIntersectCheck.
11112
11112
  """
11113
11113
 
11114
11114
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -11195,9 +11195,9 @@ class Root(PyMenu):
11195
11195
  def __init__(self, parent, attr, service, rules, path):
11196
11196
  super().__init__(parent, attr, service, rules, path)
11197
11197
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
11198
- self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
11199
- self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
11200
11198
  self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
11199
+ self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
11200
+ self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
11201
11201
  self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
11202
11202
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
11203
11203
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
@@ -11209,9 +11209,9 @@ class Root(PyMenu):
11209
11209
  Argument NewLabelObjects.
11210
11210
  """
11211
11211
 
11212
- class _NewLabelCells(PyTextualCommandArgumentsSubItem):
11212
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
11213
11213
  """
11214
- Argument NewLabelCells.
11214
+ Argument NewLabels.
11215
11215
  """
11216
11216
 
11217
11217
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -11219,9 +11219,9 @@ class Root(PyMenu):
11219
11219
  Argument NewLabelType.
11220
11220
  """
11221
11221
 
11222
- class _NewLabels(PyTextualCommandArgumentsSubItem):
11222
+ class _NewLabelCells(PyTextualCommandArgumentsSubItem):
11223
11223
  """
11224
- Argument NewLabels.
11224
+ Argument NewLabelCells.
11225
11225
  """
11226
11226
 
11227
11227
  class _NewLabelResolution(PyTextualCommandArgumentsSubItem):