ansys-fluent-core 0.34.0__py3-none-any.whl → 0.34.1__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 (31) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/file_session.py +28 -2
  3. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  4. ansys/fluent/core/generated/datamodel_231/flicing.py +35 -35
  5. ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
  6. ansys/fluent/core/generated/datamodel_232/flicing.py +35 -35
  7. ansys/fluent/core/generated/datamodel_232/meshing.py +201 -201
  8. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  9. ansys/fluent/core/generated/datamodel_241/meshing.py +298 -298
  10. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  11. ansys/fluent/core/generated/datamodel_242/meshing.py +334 -334
  12. ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
  13. ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
  14. ansys/fluent/core/generated/datamodel_251/meshing.py +340 -340
  15. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  16. ansys/fluent/core/generated/datamodel_252/flicing.py +35 -35
  17. ansys/fluent/core/generated/datamodel_252/meshing.py +402 -402
  18. ansys/fluent/core/generated/datamodel_252/part_management.py +10 -10
  19. ansys/fluent/core/generated/datamodel_261/flicing.py +45 -45
  20. ansys/fluent/core/generated/datamodel_261/meshing.py +377 -377
  21. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  22. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  23. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  24. ansys/fluent/core/generated/solver/settings_261.py +3023 -2378
  25. ansys/fluent/core/generated/solver/settings_261.pyi +1456 -1537
  26. ansys/fluent/core/generated/solver/tui_261.py +1436 -599
  27. ansys/fluent/core/services/field_data.py +27 -8
  28. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/METADATA +1 -1
  29. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/RECORD +31 -31
  30. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/LICENSE +0 -0
  31. {ansys_fluent_core-0.34.0.dist-info → ansys_fluent_core-0.34.1.dist-info}/WHEEL +0 -0
@@ -529,16 +529,16 @@ class Root(PyMenu):
529
529
 
530
530
  def __init__(self, parent, attr, service, rules, path):
531
531
  super().__init__(parent, attr, service, rules, path)
532
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
532
+ self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
533
533
  self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
534
534
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
535
535
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
536
536
  self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
537
- self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
537
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
538
538
 
539
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
539
+ class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
540
540
  """
541
- Argument MinAspectRatio.
541
+ Argument AdjacentAttachAngle.
542
542
  """
543
543
 
544
544
  class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
@@ -561,9 +561,9 @@ class Root(PyMenu):
561
561
  Argument ExposeSide.
562
562
  """
563
563
 
564
- class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
564
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
565
565
  """
566
- Argument AdjacentAttachAngle.
566
+ Argument MinAspectRatio.
567
567
  """
568
568
 
569
569
  def create_instance(self) -> _Add2DBoundaryLayersCommandArguments:
@@ -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.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
752
- self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
753
751
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
752
+ self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
753
+ self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", 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 _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
774
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
775
775
  """
776
- Argument ShowLocalPrismPreferences.
776
+ Argument NumberOfSplitLayers.
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 _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
784
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
785
785
  """
786
- Argument NumberOfSplitLayers.
786
+ Argument ShowLocalPrismPreferences.
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):
@@ -1302,9 +1302,9 @@ 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.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
1305
1306
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
1306
1307
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
1307
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
1308
1308
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
1309
1309
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
1310
1310
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -1355,6 +1355,11 @@ class Root(PyMenu):
1355
1355
  Argument AdvancedOptions.
1356
1356
  """
1357
1357
 
1358
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1359
+ """
1360
+ Argument WrapGrowthRate.
1361
+ """
1362
+
1358
1363
  class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
1359
1364
  """
1360
1365
  Argument InitialSizeControl.
@@ -1365,11 +1370,6 @@ class Root(PyMenu):
1365
1370
  Argument SizingType.
1366
1371
  """
1367
1372
 
1368
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1369
- """
1370
- Argument WrapGrowthRate.
1371
- """
1372
-
1373
1373
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
1374
1374
  """
1375
1375
  Argument CellsPerGap.
@@ -1835,8 +1835,8 @@ class Root(PyMenu):
1835
1835
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
1836
1836
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
1837
1837
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
1838
- self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
1839
1838
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
1839
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
1840
1840
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
1841
1841
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
1842
1842
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -1865,14 +1865,14 @@ class Root(PyMenu):
1865
1865
  Argument ScopeProximityTo.
1866
1866
  """
1867
1867
 
1868
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1868
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
1869
1869
  """
1870
- Argument CurvatureNormalAngle.
1870
+ Argument PreviewSizefield.
1871
1871
  """
1872
1872
 
1873
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
1873
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1874
1874
  """
1875
- Argument PreviewSizefield.
1875
+ Argument CurvatureNormalAngle.
1876
1876
  """
1877
1877
 
1878
1878
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -2675,11 +2675,11 @@ class Root(PyMenu):
2675
2675
  def __init__(self, parent, attr, service, rules, path):
2676
2676
  super().__init__(parent, attr, service, rules, path)
2677
2677
  self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
2678
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2678
+ self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
2679
2679
  self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
2680
2680
  self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
2681
2681
  self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
2682
- self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
2682
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2683
2683
  self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
2684
2684
  self.WrapSizeFieldFileName = self._WrapSizeFieldFileName(self, "WrapSizeFieldFileName", service, rules, path)
2685
2685
  self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
@@ -2690,9 +2690,9 @@ class Root(PyMenu):
2690
2690
  Argument WrapTargetSizeFieldRatio.
2691
2691
  """
2692
2692
 
2693
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
2693
+ class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
2694
2694
  """
2695
- Argument AdvancedOptions.
2695
+ Argument WrapTargetBothOptions.
2696
2696
  """
2697
2697
 
2698
2698
  class _SolidFluidRaio(PyNumericalCommandArgumentsSubItem):
@@ -2710,9 +2710,9 @@ class Root(PyMenu):
2710
2710
  Argument EdgeProximityComputation.
2711
2711
  """
2712
2712
 
2713
- class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
2713
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
2714
2714
  """
2715
- Argument WrapTargetBothOptions.
2715
+ Argument AdvancedOptions.
2716
2716
  """
2717
2717
 
2718
2718
  class _ExistingSizeField(PyTextualCommandArgumentsSubItem):
@@ -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.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
2992
+ self.Xmax = self._Xmax(self, "Xmax", 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.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3003
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3004
3004
 
3005
3005
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
3006
3006
  """
3007
3007
  Argument SizeRelativeLength.
3008
3008
  """
3009
3009
 
3010
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3010
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
3011
3011
  """
3012
- Argument XmaxRatio.
3012
+ Argument Xmax.
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 _Xmax(PyNumericalCommandArgumentsSubItem):
3065
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3066
3066
  """
3067
- Argument Xmax.
3067
+ Argument XmaxRatio.
3068
3068
  """
3069
3069
 
3070
3070
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -3080,15 +3080,15 @@ class Root(PyMenu):
3080
3080
  self.Y = self._Y(self, "Y", service, rules, path)
3081
3081
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
3082
3082
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3083
- self.Rate = self._Rate(self, "Rate", service, rules, path)
3084
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3085
3083
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3084
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3085
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3086
3086
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3087
3087
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3088
3088
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3089
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3090
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3089
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
3091
3090
  self.X = self._X(self, "X", service, rules, path)
3091
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3092
3092
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3093
3093
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3094
3094
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -3125,9 +3125,9 @@ class Root(PyMenu):
3125
3125
  Argument BoundaryLayerLevels.
3126
3126
  """
3127
3127
 
3128
- class _Rate(PyNumericalCommandArgumentsSubItem):
3128
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3129
3129
  """
3130
- Argument Rate.
3130
+ Argument NumberOfLayers.
3131
3131
  """
3132
3132
 
3133
3133
  class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
@@ -3135,9 +3135,9 @@ class Root(PyMenu):
3135
3135
  Argument WakeGrowthFactor.
3136
3136
  """
3137
3137
 
3138
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3138
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3139
3139
  """
3140
- Argument NumberOfLayers.
3140
+ Argument AspectRatio.
3141
3141
  """
3142
3142
 
3143
3143
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -3155,19 +3155,19 @@ class Root(PyMenu):
3155
3155
  Argument EdgeSelectionList.
3156
3156
  """
3157
3157
 
3158
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3158
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3159
3159
  """
3160
- Argument AspectRatio.
3160
+ Argument Rate.
3161
3161
  """
3162
3162
 
3163
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3163
+ class _X(PyNumericalCommandArgumentsSubItem):
3164
3164
  """
3165
- Argument LastRatioPercentage.
3165
+ Argument X.
3166
3166
  """
3167
3167
 
3168
- class _X(PyNumericalCommandArgumentsSubItem):
3168
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3169
3169
  """
3170
- Argument X.
3170
+ Argument LastRatioPercentage.
3171
3171
  """
3172
3172
 
3173
3173
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -3209,8 +3209,8 @@ class Root(PyMenu):
3209
3209
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
3210
3210
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
3211
3211
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
3212
- self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3213
3212
  self.Node1 = self._Node1(self, "Node1", service, rules, path)
3213
+ self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3214
3214
 
3215
3215
  class _HeightNode(PyTextualCommandArgumentsSubItem):
3216
3216
  """
@@ -3247,14 +3247,14 @@ class Root(PyMenu):
3247
3247
  Argument HeightFrontInc.
3248
3248
  """
3249
3249
 
3250
- class _Radius1(PyNumericalCommandArgumentsSubItem):
3250
+ class _Node1(PyTextualCommandArgumentsSubItem):
3251
3251
  """
3252
- Argument Radius1.
3252
+ Argument Node1.
3253
3253
  """
3254
3254
 
3255
- class _Node1(PyTextualCommandArgumentsSubItem):
3255
+ class _Radius1(PyNumericalCommandArgumentsSubItem):
3256
3256
  """
3257
- Argument Node1.
3257
+ Argument Radius1.
3258
3258
  """
3259
3259
 
3260
3260
  def create_instance(self) -> _CreateBackgroundMeshCommandArguments:
@@ -3377,7 +3377,7 @@ class Root(PyMenu):
3377
3377
  def __init__(self, parent, attr, service, rules, path):
3378
3378
  super().__init__(parent, attr, service, rules, path)
3379
3379
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
3380
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3380
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3381
3381
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
3382
3382
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
3383
3383
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -3388,16 +3388,16 @@ class Root(PyMenu):
3388
3388
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
3389
3389
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
3390
3390
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
3391
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3391
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3392
3392
 
3393
3393
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
3394
3394
  """
3395
3395
  Argument SizeRelativeLength.
3396
3396
  """
3397
3397
 
3398
- class _Xmax(PyNumericalCommandArgumentsSubItem):
3398
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3399
3399
  """
3400
- Argument Xmax.
3400
+ Argument XmaxRatio.
3401
3401
  """
3402
3402
 
3403
3403
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -3450,9 +3450,9 @@ class Root(PyMenu):
3450
3450
  Argument ZmaxRatio.
3451
3451
  """
3452
3452
 
3453
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3453
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
3454
3454
  """
3455
- Argument XmaxRatio.
3455
+ Argument Xmax.
3456
3456
  """
3457
3457
 
3458
3458
  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)
3471
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3472
3470
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3473
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3471
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3472
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
3473
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", 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.Rate = self._Rate(self, "Rate", 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.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3481
3481
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", 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 _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
@@ -3518,14 +3518,14 @@ class Root(PyMenu):
3518
3518
  Argument WakeGrowthFactor.
3519
3519
  """
3520
3520
 
3521
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3521
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3522
3522
  """
3523
- Argument AspectRatio.
3523
+ Argument Rate.
3524
3524
  """
3525
3525
 
3526
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3526
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3527
3527
  """
3528
- Argument NumberOfLayers.
3528
+ Argument BoundaryLayerLevels.
3529
3529
  """
3530
3530
 
3531
3531
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -3543,19 +3543,19 @@ class Root(PyMenu):
3543
3543
  Argument EdgeSelectionList.
3544
3544
  """
3545
3545
 
3546
- class _Rate(PyNumericalCommandArgumentsSubItem):
3546
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3547
3547
  """
3548
- Argument Rate.
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 _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -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.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3773
+ self.Xmax = self._Xmax(self, "Xmax", 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.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3784
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3785
3785
 
3786
3786
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
3787
3787
  """
3788
3788
  Argument SizeRelativeLength.
3789
3789
  """
3790
3790
 
3791
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3791
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
3792
3792
  """
3793
- Argument XmaxRatio.
3793
+ Argument Xmax.
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 _Xmax(PyNumericalCommandArgumentsSubItem):
3846
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3847
3847
  """
3848
- Argument Xmax.
3848
+ Argument XmaxRatio.
3849
3849
  """
3850
3850
 
3851
3851
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -3861,15 +3861,15 @@ 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.Rate = self._Rate(self, "Rate", service, rules, path)
3865
3864
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3866
3865
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3866
+ self.Rate = self._Rate(self, "Rate", 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)
3870
3870
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3871
- self.X = self._X(self, "X", service, rules, path)
3872
3871
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3872
+ self.X = self._X(self, "X", service, rules, path)
3873
3873
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3874
3874
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3875
3875
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -3906,11 +3906,6 @@ class Root(PyMenu):
3906
3906
  Argument BoundaryLayerLevels.
3907
3907
  """
3908
3908
 
3909
- class _Rate(PyNumericalCommandArgumentsSubItem):
3910
- """
3911
- Argument Rate.
3912
- """
3913
-
3914
3909
  class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3915
3910
  """
3916
3911
  Argument NumberOfLayers.
@@ -3921,6 +3916,11 @@ class Root(PyMenu):
3921
3916
  Argument WakeGrowthFactor.
3922
3917
  """
3923
3918
 
3919
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3920
+ """
3921
+ Argument Rate.
3922
+ """
3923
+
3924
3924
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
3925
3925
  """
3926
3926
  Argument FlowDirection.
@@ -3941,14 +3941,14 @@ class Root(PyMenu):
3941
3941
  Argument AspectRatio.
3942
3942
  """
3943
3943
 
3944
- class _X(PyNumericalCommandArgumentsSubItem):
3944
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3945
3945
  """
3946
- Argument X.
3946
+ Argument LastRatioPercentage.
3947
3947
  """
3948
3948
 
3949
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3949
+ class _X(PyNumericalCommandArgumentsSubItem):
3950
3950
  """
3951
- Argument LastRatioPercentage.
3951
+ Argument X.
3952
3952
  """
3953
3953
 
3954
3954
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -3990,8 +3990,8 @@ class Root(PyMenu):
3990
3990
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
3991
3991
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
3992
3992
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
3993
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
3994
3993
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3994
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
3995
3995
 
3996
3996
  class _HeightNode(PyTextualCommandArgumentsSubItem):
3997
3997
  """
@@ -4028,14 +4028,14 @@ class Root(PyMenu):
4028
4028
  Argument HeightFrontInc.
4029
4029
  """
4030
4030
 
4031
- class _Node1(PyTextualCommandArgumentsSubItem):
4031
+ class _Radius1(PyNumericalCommandArgumentsSubItem):
4032
4032
  """
4033
- Argument Node1.
4033
+ Argument Radius1.
4034
4034
  """
4035
4035
 
4036
- class _Radius1(PyNumericalCommandArgumentsSubItem):
4036
+ class _Node1(PyTextualCommandArgumentsSubItem):
4037
4037
  """
4038
- Argument Radius1.
4038
+ Argument Node1.
4039
4039
  """
4040
4040
 
4041
4041
  class _VolumeFill(PyTextualCommandArgumentsSubItem):
@@ -4261,7 +4261,7 @@ class Root(PyMenu):
4261
4261
  def __init__(self, parent, attr, service, rules, path):
4262
4262
  super().__init__(parent, attr, service, rules, path)
4263
4263
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
4264
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4264
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4265
4265
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
4266
4266
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
4267
4267
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -4272,16 +4272,16 @@ class Root(PyMenu):
4272
4272
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
4273
4273
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
4274
4274
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
4275
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4275
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4276
4276
 
4277
4277
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
4278
4278
  """
4279
4279
  Argument SizeRelativeLength.
4280
4280
  """
4281
4281
 
4282
- class _Xmax(PyNumericalCommandArgumentsSubItem):
4282
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4283
4283
  """
4284
- Argument Xmax.
4284
+ Argument XmaxRatio.
4285
4285
  """
4286
4286
 
4287
4287
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -4334,9 +4334,9 @@ class Root(PyMenu):
4334
4334
  Argument ZmaxRatio.
4335
4335
  """
4336
4336
 
4337
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4337
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
4338
4338
  """
4339
- Argument XmaxRatio.
4339
+ Argument Xmax.
4340
4340
  """
4341
4341
 
4342
4342
  def create_instance(self) -> _CreateExternalFlowBoundariesCommandArguments:
@@ -4681,18 +4681,18 @@ class Root(PyMenu):
4681
4681
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
4682
4682
  self.Y = self._Y(self, "Y", service, rules, path)
4683
4683
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4684
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4684
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4685
4685
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4686
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4686
4687
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4687
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", 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
4691
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4692
- self.X = self._X(self, "X", service, rules, path)
4693
4692
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4694
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4693
+ self.X = self._X(self, "X", service, rules, path)
4695
4694
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4695
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4696
4696
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
4697
4697
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
4698
4698
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -4722,9 +4722,9 @@ class Root(PyMenu):
4722
4722
  Argument DefeaturingSize.
4723
4723
  """
4724
4724
 
4725
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4725
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4726
4726
  """
4727
- Argument BoundaryLayerLevels.
4727
+ Argument AspectRatio.
4728
4728
  """
4729
4729
 
4730
4730
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -4732,14 +4732,14 @@ class Root(PyMenu):
4732
4732
  Argument Rate.
4733
4733
  """
4734
4734
 
4735
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4735
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4736
4736
  """
4737
- Argument WakeGrowthFactor.
4737
+ Argument BoundaryLayerLevels.
4738
4738
  """
4739
4739
 
4740
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4740
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4741
4741
  """
4742
- Argument AspectRatio.
4742
+ Argument WakeGrowthFactor.
4743
4743
  """
4744
4744
 
4745
4745
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4762,19 +4762,14 @@ class Root(PyMenu):
4762
4762
  Argument NumberOfLayers.
4763
4763
  """
4764
4764
 
4765
- class _X(PyNumericalCommandArgumentsSubItem):
4766
- """
4767
- Argument X.
4768
- """
4769
-
4770
4765
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4771
4766
  """
4772
4767
  Argument LastRatioPercentage.
4773
4768
  """
4774
4769
 
4775
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
4770
+ class _X(PyNumericalCommandArgumentsSubItem):
4776
4771
  """
4777
- Argument FlipDirection.
4772
+ Argument X.
4778
4773
  """
4779
4774
 
4780
4775
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -4782,6 +4777,11 @@ class Root(PyMenu):
4782
4777
  Argument OffsetMethodType.
4783
4778
  """
4784
4779
 
4780
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
4781
+ """
4782
+ Argument FlipDirection.
4783
+ """
4784
+
4785
4785
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
4786
4786
  """
4787
4787
  Argument FirstHeight.
@@ -5046,12 +5046,12 @@ class Root(PyMenu):
5046
5046
  def __init__(self, parent, attr, service, rules, path):
5047
5047
  super().__init__(parent, attr, service, rules, path)
5048
5048
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5049
- self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
5050
- self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5051
5049
  self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
5050
+ self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5051
+ self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
5052
5052
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
5053
- self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
5054
5053
  self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
5054
+ self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
5055
5055
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
5056
5056
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5057
5057
  self.NonRectangularBufferSize = self._NonRectangularBufferSize(self, "NonRectangularBufferSize", service, rules, path)
@@ -5062,9 +5062,9 @@ class Root(PyMenu):
5062
5062
  Argument NumberOfLayers.
5063
5063
  """
5064
5064
 
5065
- class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
5065
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
5066
5066
  """
5067
- Argument LabelSelectionList.
5067
+ Argument Thickness.
5068
5068
  """
5069
5069
 
5070
5070
  class _SelectionType(PyTextualCommandArgumentsSubItem):
@@ -5072,9 +5072,9 @@ class Root(PyMenu):
5072
5072
  Argument SelectionType.
5073
5073
  """
5074
5074
 
5075
- class _Thickness(PyNumericalCommandArgumentsSubItem):
5075
+ class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
5076
5076
  """
5077
- Argument Thickness.
5077
+ Argument LabelSelectionList.
5078
5078
  """
5079
5079
 
5080
5080
  class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
@@ -5082,14 +5082,14 @@ class Root(PyMenu):
5082
5082
  Argument ZoneSelectionList.
5083
5083
  """
5084
5084
 
5085
- class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
5085
+ class _MeshSize(PyNumericalCommandArgumentsSubItem):
5086
5086
  """
5087
- Argument FeatureAngle.
5087
+ Argument MeshSize.
5088
5088
  """
5089
5089
 
5090
- class _MeshSize(PyNumericalCommandArgumentsSubItem):
5090
+ class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
5091
5091
  """
5092
- Argument MeshSize.
5092
+ Argument FeatureAngle.
5093
5093
  """
5094
5094
 
5095
5095
  class _BufferSize(PyNumericalCommandArgumentsSubItem):
@@ -5820,9 +5820,9 @@ class Root(PyMenu):
5820
5820
  self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
5821
5821
  self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
5822
5822
  self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
5823
+ self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
5823
5824
  self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
5824
5825
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
5825
- self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
5826
5826
  self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
5827
5827
 
5828
5828
  class _SplitQuads(PyTextualCommandArgumentsSubItem):
@@ -5855,6 +5855,11 @@ class Root(PyMenu):
5855
5855
  Argument MaxFaceSkew.
5856
5856
  """
5857
5857
 
5858
+ class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
5859
+ """
5860
+ Argument ShowPrism2DPreferences.
5861
+ """
5862
+
5858
5863
  class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
5859
5864
  """
5860
5865
  Argument RefineStretchedQuads.
@@ -5865,11 +5870,6 @@ class Root(PyMenu):
5865
5870
  Argument GapFactor.
5866
5871
  """
5867
5872
 
5868
- class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
5869
- """
5870
- Argument ShowPrism2DPreferences.
5871
- """
5872
-
5873
5873
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
5874
5874
  """
5875
5875
  Argument nOrthogonalLayers.
@@ -6153,8 +6153,8 @@ class Root(PyMenu):
6153
6153
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
6154
6154
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
6155
6155
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
6156
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6157
6156
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
6157
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6158
6158
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
6159
6159
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
6160
6160
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -6183,14 +6183,14 @@ class Root(PyMenu):
6183
6183
  Argument ScopeProximityTo.
6184
6184
  """
6185
6185
 
6186
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6186
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6187
6187
  """
6188
- Argument PreviewSizefield.
6188
+ Argument CurvatureNormalAngle.
6189
6189
  """
6190
6190
 
6191
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6191
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6192
6192
  """
6193
- Argument CurvatureNormalAngle.
6193
+ Argument PreviewSizefield.
6194
6194
  """
6195
6195
 
6196
6196
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -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.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
6497
6496
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6497
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", 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 _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6526
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6527
6527
  """
6528
- Argument CurvatureNormalAngle.
6528
+ Argument PreviewSizefield.
6529
6529
  """
6530
6530
 
6531
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6531
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6532
6532
  """
6533
- Argument PreviewSizefield.
6533
+ Argument CurvatureNormalAngle.
6534
6534
  """
6535
6535
 
6536
6536
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -6626,20 +6626,20 @@ class Root(PyMenu):
6626
6626
  def __init__(self, parent, attr, service, rules, path):
6627
6627
  super().__init__(parent, attr, service, rules, path)
6628
6628
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
6629
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
6630
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
6631
- self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
6632
6629
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
6633
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
6634
6630
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
6631
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
6632
+ self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
6633
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
6634
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", 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)
6640
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
6641
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
6638
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
6639
+ self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
6642
6640
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
6641
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
6642
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
6643
6643
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
6644
6644
 
6645
6645
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -6647,34 +6647,34 @@ class Root(PyMenu):
6647
6647
  Argument SMQualityCollapseLimit.
6648
6648
  """
6649
6649
 
6650
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
6650
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
6651
6651
  """
6652
- Argument FoldFaceLimit.
6652
+ Argument AutoMerge.
6653
6653
  """
6654
6654
 
6655
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
6655
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
6656
6656
  """
6657
- Argument SMSeparation.
6657
+ Argument SMQualityImprove.
6658
6658
  """
6659
6659
 
6660
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
6660
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
6661
6661
  """
6662
- Argument SMSeparationAngle.
6662
+ Argument ShowSurfaceMeshPreferences.
6663
6663
  """
6664
6664
 
6665
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
6665
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
6666
6666
  """
6667
- Argument AutoMerge.
6667
+ Argument SMSeparationAngle.
6668
6668
  """
6669
6669
 
6670
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
6670
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
6671
6671
  """
6672
- Argument ShowSurfaceMeshPreferences.
6672
+ Argument FoldFaceLimit.
6673
6673
  """
6674
6674
 
6675
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
6675
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
6676
6676
  """
6677
- Argument SMQualityImprove.
6677
+ Argument SMSeparation.
6678
6678
  """
6679
6679
 
6680
6680
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -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,14 +6697,14 @@ 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
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
6705
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
6706
6706
  """
6707
- Argument SelfIntersectCheck.
6707
+ Argument SMQualityImproveLimit.
6708
6708
  """
6709
6709
 
6710
6710
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -6712,9 +6712,9 @@ class Root(PyMenu):
6712
6712
  Argument AutoSurfaceRemesh.
6713
6713
  """
6714
6714
 
6715
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
6715
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
6716
6716
  """
6717
- Argument SMQualityImproveLimit.
6717
+ Argument SelfIntersectCheck.
6718
6718
  """
6719
6719
 
6720
6720
  class _SetVolumeMeshMaxSize(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):
@@ -6806,11 +6806,11 @@ class Root(PyMenu):
6806
6806
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
6807
6807
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
6808
6808
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
6809
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
6809
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
6810
6810
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
6811
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
6811
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
6812
6812
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
6813
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
6813
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
6814
6814
 
6815
6815
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
6816
6816
  """
@@ -6842,9 +6842,9 @@ class Root(PyMenu):
6842
6842
  Argument OneZonePer.
6843
6843
  """
6844
6844
 
6845
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
6845
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
6846
6846
  """
6847
- Argument ImportCurvatureDataFromCAD.
6847
+ Argument UsePartOrBodyAsSuffix.
6848
6848
  """
6849
6849
 
6850
6850
  class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
@@ -6852,9 +6852,9 @@ class Root(PyMenu):
6852
6852
  Argument ImportNamedSelections.
6853
6853
  """
6854
6854
 
6855
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
6855
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
6856
6856
  """
6857
- Argument ExtractFeatures.
6857
+ Argument ImportCurvatureDataFromCAD.
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 _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
6865
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
6866
6866
  """
6867
- Argument UsePartOrBodyAsSuffix.
6867
+ Argument ExtractFeatures.
6868
6868
  """
6869
6869
 
6870
6870
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -6879,10 +6879,10 @@ 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
6887
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
6888
6888
  self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
@@ -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):
@@ -7308,18 +7308,18 @@ class Root(PyMenu):
7308
7308
 
7309
7309
  def __init__(self, parent, attr, service, rules, path):
7310
7310
  super().__init__(parent, attr, service, rules, path)
7311
- self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
7312
- self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
7313
7311
  self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
7312
+ self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
7313
+ self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
7314
7314
  self.Type = self._Type(self, "Type", service, rules, path)
7315
7315
  self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
7316
7316
  self.HexMaxCellLength = self._HexMaxCellLength(self, "HexMaxCellLength", service, rules, path)
7317
7317
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
7318
7318
  self.BufferLayers = self._BufferLayers(self, "BufferLayers", service, rules, path)
7319
7319
 
7320
- class _PeelLayers(PyNumericalCommandArgumentsSubItem):
7320
+ class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
7321
7321
  """
7322
- Argument PeelLayers.
7322
+ Argument HexMinCellLength.
7323
7323
  """
7324
7324
 
7325
7325
  class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
@@ -7327,9 +7327,9 @@ class Root(PyMenu):
7327
7327
  Argument TetPolyMaxCellLength.
7328
7328
  """
7329
7329
 
7330
- class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
7330
+ class _PeelLayers(PyNumericalCommandArgumentsSubItem):
7331
7331
  """
7332
- Argument HexMinCellLength.
7332
+ Argument PeelLayers.
7333
7333
  """
7334
7334
 
7335
7335
  class _Type(PyTextualCommandArgumentsSubItem):
@@ -7379,22 +7379,22 @@ class Root(PyMenu):
7379
7379
 
7380
7380
  def __init__(self, parent, attr, service, rules, path):
7381
7381
  super().__init__(parent, attr, service, rules, path)
7382
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
7382
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
7383
7383
  self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
7384
7384
  self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
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
- self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
7388
- self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
7389
- self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
7387
+ self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
7390
7388
  self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
7389
+ self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
7390
+ self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
7391
7391
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
7392
- self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
7393
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
7392
+ self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
7393
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
7394
7394
 
7395
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
7395
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
7396
7396
  """
7397
- Argument ShowVolumeMeshPreferences.
7397
+ Argument PolyInSolids.
7398
7398
  """
7399
7399
 
7400
7400
  class _WritePrismControlFile(PyTextualCommandArgumentsSubItem):
@@ -7417,14 +7417,14 @@ class Root(PyMenu):
7417
7417
  Argument Avoid1_8Transition.
7418
7418
  """
7419
7419
 
7420
- class _UseSizeField(PyTextualCommandArgumentsSubItem):
7420
+ class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
7421
7421
  """
7422
- Argument UseSizeField.
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 _QualityMethod(PyTextualCommandArgumentsSubItem):
7435
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
7436
7436
  """
7437
- Argument QualityMethod.
7437
+ Argument UseSizeField.
7438
7438
  """
7439
7439
 
7440
7440
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -7442,14 +7442,14 @@ class Root(PyMenu):
7442
7442
  Argument QualityWarningLimit.
7443
7443
  """
7444
7444
 
7445
- class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
7445
+ class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
7446
7446
  """
7447
- Argument MergeBodyLabels.
7447
+ Argument PolyFeatureAngle.
7448
7448
  """
7449
7449
 
7450
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
7450
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
7451
7451
  """
7452
- Argument PolyInSolids.
7452
+ Argument ShowVolumeMeshPreferences.
7453
7453
  """
7454
7454
 
7455
7455
  class _PrismPreferences(PySingletonCommandArgumentsSubItem):
@@ -7467,8 +7467,8 @@ class Root(PyMenu):
7467
7467
  self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
7468
7468
  self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
7469
7469
  self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
7470
- self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
7471
7470
  self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
7471
+ self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
7472
7472
  self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
7473
7473
 
7474
7474
  class _PrismKeepFirstLayer(PyTextualCommandArgumentsSubItem):
@@ -7511,14 +7511,14 @@ class Root(PyMenu):
7511
7511
  Argument NormalSmoothRelaxationFactor.
7512
7512
  """
7513
7513
 
7514
- class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
7514
+ class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
7515
7515
  """
7516
- Argument PrismMinAspectRatio.
7516
+ Argument StairstepExposedQuads.
7517
7517
  """
7518
7518
 
7519
- class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
7519
+ class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
7520
7520
  """
7521
- Argument StairstepExposedQuads.
7521
+ Argument PrismMinAspectRatio.
7522
7522
  """
7523
7523
 
7524
7524
  class _PrismAdjacentAngle(PyNumericalCommandArgumentsSubItem):
@@ -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):
@@ -7903,10 +7903,10 @@ class Root(PyMenu):
7903
7903
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
7904
7904
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
7905
7905
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
7906
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
7906
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
7907
7907
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
7908
7908
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
7909
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
7909
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
7910
7910
 
7911
7911
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
7912
7912
  """
@@ -7933,9 +7933,9 @@ class Root(PyMenu):
7933
7933
  Argument AllowDefeaturing.
7934
7934
  """
7935
7935
 
7936
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
7936
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
7937
7937
  """
7938
- Argument SIRemoveStep.
7938
+ Argument ShowSMImprovePreferences.
7939
7939
  """
7940
7940
 
7941
7941
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -7948,9 +7948,9 @@ class Root(PyMenu):
7948
7948
  Argument SIStepWidth.
7949
7949
  """
7950
7950
 
7951
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
7951
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
7952
7952
  """
7953
- Argument ShowSMImprovePreferences.
7953
+ Argument SIRemoveStep.
7954
7954
  """
7955
7955
 
7956
7956
  def create_instance(self) -> _GeometrySetupCommandArguments:
@@ -8927,11 +8927,11 @@ class Root(PyMenu):
8927
8927
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
8928
8928
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
8929
8929
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
8930
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8931
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8932
8930
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8933
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8934
8931
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8932
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8933
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8934
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8935
8935
 
8936
8936
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
8937
8937
  """
@@ -8963,19 +8963,19 @@ class Root(PyMenu):
8963
8963
  Argument OneZonePer.
8964
8964
  """
8965
8965
 
8966
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8966
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8967
8967
  """
8968
- Argument ImportCurvatureDataFromCAD.
8968
+ Argument UsePartOrBodyAsSuffix.
8969
8969
  """
8970
8970
 
8971
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8971
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8972
8972
  """
8973
- Argument ImportNamedSelections.
8973
+ Argument ExtractFeatures.
8974
8974
  """
8975
8975
 
8976
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8976
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8977
8977
  """
8978
- Argument UsePartOrBodyAsSuffix.
8978
+ Argument ImportCurvatureDataFromCAD.
8979
8979
  """
8980
8980
 
8981
8981
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -8983,9 +8983,9 @@ class Root(PyMenu):
8983
8983
  Argument ImportPartNames.
8984
8984
  """
8985
8985
 
8986
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8986
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8987
8987
  """
8988
- Argument ExtractFeatures.
8988
+ Argument ImportNamedSelections.
8989
8989
  """
8990
8990
 
8991
8991
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -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.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
9375
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
9376
9374
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
9375
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
9376
+ self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", 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,9 +9389,9 @@ class Root(PyMenu):
9389
9389
  Argument FacetResolution.
9390
9390
  """
9391
9391
 
9392
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
9392
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
9393
9393
  """
9394
- Argument MaxEdgeLengthFactor.
9394
+ Argument Deviation.
9395
9395
  """
9396
9396
 
9397
9397
  class _NormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -9399,9 +9399,9 @@ class Root(PyMenu):
9399
9399
  Argument NormalAngle.
9400
9400
  """
9401
9401
 
9402
- class _Deviation(PyNumericalCommandArgumentsSubItem):
9402
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
9403
9403
  """
9404
- Argument Deviation.
9404
+ Argument MaxEdgeLengthFactor.
9405
9405
  """
9406
9406
 
9407
9407
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
@@ -9521,9 +9521,9 @@ class Root(PyMenu):
9521
9521
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
9522
9522
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
9523
9523
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
9524
- self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
9525
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
9526
9524
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
9525
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
9526
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
9527
9527
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
9528
9528
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
9529
9529
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -9574,9 +9574,9 @@ class Root(PyMenu):
9574
9574
  Argument AdvancedOptions.
9575
9575
  """
9576
9576
 
9577
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
9577
+ class _SizingType(PyTextualCommandArgumentsSubItem):
9578
9578
  """
9579
- Argument InitialSizeControl.
9579
+ Argument SizingType.
9580
9580
  """
9581
9581
 
9582
9582
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -9584,9 +9584,9 @@ class Root(PyMenu):
9584
9584
  Argument WrapGrowthRate.
9585
9585
  """
9586
9586
 
9587
- class _SizingType(PyTextualCommandArgumentsSubItem):
9587
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
9588
9588
  """
9589
- Argument SizingType.
9589
+ Argument InitialSizeControl.
9590
9590
  """
9591
9591
 
9592
9592
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
@@ -10246,8 +10246,8 @@ class Root(PyMenu):
10246
10246
  def __init__(self, parent, attr, service, rules, path):
10247
10247
  super().__init__(parent, attr, service, rules, path)
10248
10248
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10249
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
10250
10249
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
10250
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
10251
10251
  self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
10252
10252
 
10253
10253
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
@@ -10255,14 +10255,14 @@ class Root(PyMenu):
10255
10255
  Argument MaxSize.
10256
10256
  """
10257
10257
 
10258
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
10258
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
10259
10259
  """
10260
- Argument NormalAngle.
10260
+ Argument Deviation.
10261
10261
  """
10262
10262
 
10263
- class _Deviation(PyNumericalCommandArgumentsSubItem):
10263
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
10264
10264
  """
10265
- Argument Deviation.
10265
+ Argument NormalAngle.
10266
10266
  """
10267
10267
 
10268
10268
  class _Refacet(PyParameterCommandArgumentsSubItem):
@@ -10864,10 +10864,10 @@ 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
10872
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
10873
10873
  self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
@@ -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):
@@ -11021,19 +11021,19 @@ class Root(PyMenu):
11021
11021
  super().__init__(parent, attr, service, rules, path)
11022
11022
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
11023
11023
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
11024
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
11025
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
11024
11026
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
11025
11027
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
11026
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
11027
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
11028
11028
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", 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
11031
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
11032
11032
  self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
11033
11033
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
11034
- self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
11035
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
11036
11034
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
11035
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
11036
+ self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
11037
11037
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
11038
11038
 
11039
11039
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -11046,24 +11046,24 @@ class Root(PyMenu):
11046
11046
  Argument AutoMerge.
11047
11047
  """
11048
11048
 
11049
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
11049
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
11050
11050
  """
11051
- Argument SMSeparation.
11051
+ Argument SMQualityImprove.
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 _SMSeparation(PyTextualCommandArgumentsSubItem):
11060
11060
  """
11061
- Argument ShowSurfaceMeshPreferences.
11061
+ Argument SMSeparation.
11062
11062
  """
11063
11063
 
11064
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
11064
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
11065
11065
  """
11066
- Argument SMQualityImprove.
11066
+ Argument SMSeparationAngle.
11067
11067
  """
11068
11068
 
11069
11069
  class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
@@ -11096,9 +11096,9 @@ class Root(PyMenu):
11096
11096
  Argument VolumeMeshMaxSize.
11097
11097
  """
11098
11098
 
11099
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
11099
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
11100
11100
  """
11101
- Argument SMQualityImproveLimit.
11101
+ Argument SelfIntersectCheck.
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 _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
11109
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
11110
11110
  """
11111
- Argument SelfIntersectCheck.
11111
+ Argument SMQualityImproveLimit.
11112
11112
  """
11113
11113
 
11114
11114
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):