ansys-fluent-core 0.35.dev0__py3-none-any.whl → 0.36.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 (73) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/__init__.py +1 -0
  3. ansys/fluent/core/codegen/builtin_settingsgen.py +4 -0
  4. ansys/fluent/core/codegen/datamodelgen.py +13 -2
  5. ansys/fluent/core/codegen/settingsgen.py +7 -0
  6. ansys/fluent/core/docker/docker_compose.py +30 -1
  7. ansys/fluent/core/examples/downloads.py +3 -4
  8. ansys/fluent/core/fluent_connection.py +2 -3
  9. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  10. ansys/fluent/core/generated/datamodel_231/flicing.py +20 -20
  11. ansys/fluent/core/generated/datamodel_231/meshing.py +236 -236
  12. ansys/fluent/core/generated/datamodel_232/flicing.py +50 -50
  13. ansys/fluent/core/generated/datamodel_232/meshing.py +187 -187
  14. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  15. ansys/fluent/core/generated/datamodel_241/meshing.py +229 -229
  16. ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
  17. ansys/fluent/core/generated/datamodel_242/meshing.py +275 -275
  18. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  19. ansys/fluent/core/generated/datamodel_251/flicing.py +45 -45
  20. ansys/fluent/core/generated/datamodel_251/meshing.py +417 -417
  21. ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
  22. ansys/fluent/core/generated/datamodel_252/flicing.py +30 -30
  23. ansys/fluent/core/generated/datamodel_252/meshing.py +418 -418
  24. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  25. ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
  26. ansys/fluent/core/generated/datamodel_261/meshing.py +481 -425
  27. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  28. ansys/fluent/core/generated/datamodel_261/meshing_workflow.py +61694 -0
  29. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  30. ansys/fluent/core/generated/datamodel_261/preferences.py +56 -0
  31. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +14 -0
  32. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  33. ansys/fluent/core/generated/meshing/tui_261.py +408 -10
  34. ansys/fluent/core/generated/solver/settings_261.py +15135 -5725
  35. ansys/fluent/core/generated/solver/settings_261.pyi +10252 -3619
  36. ansys/fluent/core/generated/solver/tui_261.py +2632 -834
  37. ansys/fluent/core/launcher/container_launcher.py +12 -3
  38. ansys/fluent/core/launcher/fluent_container.py +7 -1
  39. ansys/fluent/core/launcher/launch_options.py +2 -2
  40. ansys/fluent/core/launcher/launcher.py +2 -6
  41. ansys/fluent/core/launcher/pim_launcher.py +76 -3
  42. ansys/fluent/core/launcher/process_launch_string.py +1 -2
  43. ansys/fluent/core/launcher/slurm_launcher.py +4 -3
  44. ansys/fluent/core/launcher/standalone_launcher.py +3 -2
  45. ansys/fluent/core/module_config.py +10 -10
  46. ansys/fluent/core/report.py +1 -1
  47. ansys/fluent/core/search.py +12 -0
  48. ansys/fluent/core/services/__init__.py +2 -0
  49. ansys/fluent/core/services/datamodel_se.py +4 -1
  50. ansys/fluent/core/services/field_data.py +24 -0
  51. ansys/fluent/core/services/reduction.py +2 -0
  52. ansys/fluent/core/services/settings.py +1 -1
  53. ansys/fluent/core/services/solution_variables.py +92 -0
  54. ansys/fluent/core/session.py +1 -2
  55. ansys/fluent/core/session_base_meshing.py +8 -0
  56. ansys/fluent/core/session_meshing.py +5 -0
  57. ansys/fluent/core/session_pure_meshing.py +6 -0
  58. ansys/fluent/core/session_pure_meshing.pyi +5 -0
  59. ansys/fluent/core/session_solver.py +5 -4
  60. ansys/fluent/core/session_utilities.py +8 -5
  61. ansys/fluent/core/solver/flobject.py +19 -0
  62. ansys/fluent/core/solver/flunits.py +2 -0
  63. ansys/fluent/core/solver/function/reduction.py +2 -0
  64. ansys/fluent/core/ui/__init__.py +64 -0
  65. ansys/fluent/core/ui/jupyter_ui.py +203 -0
  66. ansys/fluent/core/ui/standalone_web_ui.py +296 -0
  67. ansys/fluent/core/ui/utils.py +173 -0
  68. ansys/fluent/core/utils/deprecate.py +1 -0
  69. ansys/fluent/core/utils/networking.py +11 -2
  70. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/METADATA +29 -22
  71. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/RECORD +73 -68
  72. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/WHEEL +1 -1
  73. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info/licenses}/LICENSE +0 -0
@@ -621,21 +621,21 @@ class Root(PyMenu):
621
621
 
622
622
  def __init__(self, parent, attr, service, rules, path):
623
623
  super().__init__(parent, attr, service, rules, path)
624
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
625
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
624
+ self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
625
+ self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
626
626
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
627
627
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
628
- self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
629
- self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
628
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
629
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
630
630
 
631
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
631
+ class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
632
632
  """
633
- Argument MinAspectRatio.
633
+ Argument AdjacentAttachAngle.
634
634
  """
635
635
 
636
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
636
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
637
637
  """
638
- Argument ShowShellBLAdvancedOptions.
638
+ Argument ExposeSide.
639
639
  """
640
640
 
641
641
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -648,14 +648,14 @@ class Root(PyMenu):
648
648
  Argument MaxAspectRatio.
649
649
  """
650
650
 
651
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
651
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
652
652
  """
653
- Argument ExposeSide.
653
+ Argument ShowShellBLAdvancedOptions.
654
654
  """
655
655
 
656
- class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
656
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
657
657
  """
658
- Argument AdjacentAttachAngle.
658
+ Argument MinAspectRatio.
659
659
  """
660
660
 
661
661
  def create_instance(self) -> _Add2DBoundaryLayersCommandArguments:
@@ -858,8 +858,8 @@ class Root(PyMenu):
858
858
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
859
859
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
860
860
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
861
- self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
862
861
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
862
+ self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
863
863
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
864
864
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
865
865
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -909,14 +909,14 @@ class Root(PyMenu):
909
909
  Argument LastRatioNumLayers.
910
910
  """
911
911
 
912
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
912
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
913
913
  """
914
- Argument ShowLocalPrismPreferences.
914
+ Argument NumberOfSplitLayers.
915
915
  """
916
916
 
917
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
917
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
918
918
  """
919
- Argument NumberOfSplitLayers.
919
+ Argument ShowLocalPrismPreferences.
920
920
  """
921
921
 
922
922
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -1172,11 +1172,11 @@ class Root(PyMenu):
1172
1172
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
1173
1173
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
1174
1174
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
1175
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1176
1175
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1176
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1177
1177
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
1178
- self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1179
1178
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1179
+ self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1180
1180
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1181
1181
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1182
1182
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
@@ -1207,14 +1207,14 @@ class Root(PyMenu):
1207
1207
  Argument Continuous.
1208
1208
  """
1209
1209
 
1210
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
1210
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1211
1211
  """
1212
- Argument SplitPrism.
1212
+ Argument ModifyAtInvalidNormals.
1213
1213
  """
1214
1214
 
1215
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1215
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
1216
1216
  """
1217
- Argument ModifyAtInvalidNormals.
1217
+ Argument SplitPrism.
1218
1218
  """
1219
1219
 
1220
1220
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -1222,14 +1222,14 @@ class Root(PyMenu):
1222
1222
  Argument InvalidNormalMethod.
1223
1223
  """
1224
1224
 
1225
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1225
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1226
1226
  """
1227
- Argument ShowLocalPrismPreferences.
1227
+ Argument LastRatioNumLayers.
1228
1228
  """
1229
1229
 
1230
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1230
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1231
1231
  """
1232
- Argument LastRatioNumLayers.
1232
+ Argument ShowLocalPrismPreferences.
1233
1233
  """
1234
1234
 
1235
1235
  class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
@@ -1475,11 +1475,11 @@ class Root(PyMenu):
1475
1475
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
1476
1476
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
1477
1477
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
1478
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
1478
1479
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
1479
1480
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
1480
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
1481
- self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
1482
1481
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
1482
+ self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
1483
1483
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
1484
1484
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
1485
1485
 
@@ -1528,6 +1528,11 @@ class Root(PyMenu):
1528
1528
  Argument AdvancedOptions.
1529
1529
  """
1530
1530
 
1531
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1532
+ """
1533
+ Argument WrapGrowthRate.
1534
+ """
1535
+
1531
1536
  class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
1532
1537
  """
1533
1538
  Argument InitialSizeControl.
@@ -1538,9 +1543,9 @@ class Root(PyMenu):
1538
1543
  Argument SizingType.
1539
1544
  """
1540
1545
 
1541
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1546
+ class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1542
1547
  """
1543
- Argument WrapGrowthRate.
1548
+ Argument WrapCurvatureNormalAngle.
1544
1549
  """
1545
1550
 
1546
1551
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
@@ -1548,11 +1553,6 @@ class Root(PyMenu):
1548
1553
  Argument CellsPerGap.
1549
1554
  """
1550
1555
 
1551
- class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1552
- """
1553
- Argument WrapCurvatureNormalAngle.
1554
- """
1555
-
1556
1556
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
1557
1557
  """
1558
1558
  Argument TargetSizeControl.
@@ -2297,10 +2297,10 @@ class Root(PyMenu):
2297
2297
  def __init__(self, parent, attr, service, rules, path):
2298
2298
  super().__init__(parent, attr, service, rules, path)
2299
2299
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
2300
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
2300
+ self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
2301
2301
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
2302
2302
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
2303
- self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
2303
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
2304
2304
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
2305
2305
 
2306
2306
  class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
@@ -2308,9 +2308,9 @@ class Root(PyMenu):
2308
2308
  Argument AdjacentAttachAngle.
2309
2309
  """
2310
2310
 
2311
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
2311
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
2312
2312
  """
2313
- Argument ShowShellBLAdvancedOptions.
2313
+ Argument ExposeSide.
2314
2314
  """
2315
2315
 
2316
2316
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -2323,9 +2323,9 @@ class Root(PyMenu):
2323
2323
  Argument MaxAspectRatio.
2324
2324
  """
2325
2325
 
2326
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
2326
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
2327
2327
  """
2328
- Argument ExposeSide.
2328
+ Argument ShowShellBLAdvancedOptions.
2329
2329
  """
2330
2330
 
2331
2331
  class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -3336,7 +3336,7 @@ class Root(PyMenu):
3336
3336
  def __init__(self, parent, attr, service, rules, path):
3337
3337
  super().__init__(parent, attr, service, rules, path)
3338
3338
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
3339
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3339
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3340
3340
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
3341
3341
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
3342
3342
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -3347,16 +3347,16 @@ class Root(PyMenu):
3347
3347
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
3348
3348
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
3349
3349
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
3350
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3350
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3351
3351
 
3352
3352
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
3353
3353
  """
3354
3354
  Argument SizeRelativeLength.
3355
3355
  """
3356
3356
 
3357
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3357
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
3358
3358
  """
3359
- Argument XmaxRatio.
3359
+ Argument Xmax.
3360
3360
  """
3361
3361
 
3362
3362
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -3409,9 +3409,9 @@ class Root(PyMenu):
3409
3409
  Argument ZmaxRatio.
3410
3410
  """
3411
3411
 
3412
- class _Xmax(PyNumericalCommandArgumentsSubItem):
3412
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3413
3413
  """
3414
- Argument Xmax.
3414
+ Argument XmaxRatio.
3415
3415
  """
3416
3416
 
3417
3417
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -3426,18 +3426,18 @@ class Root(PyMenu):
3426
3426
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
3427
3427
  self.Y = self._Y(self, "Y", service, rules, path)
3428
3428
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
3429
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3430
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3431
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3432
3429
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3430
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
3431
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3432
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3433
3433
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3434
3434
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3435
3435
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3436
- self.Rate = self._Rate(self, "Rate", service, rules, path)
3437
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3436
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3438
3437
  self.X = self._X(self, "X", service, rules, path)
3439
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3438
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3440
3439
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3440
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3441
3441
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
3442
3442
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
3443
3443
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -3467,14 +3467,14 @@ class Root(PyMenu):
3467
3467
  Argument DefeaturingSize.
3468
3468
  """
3469
3469
 
3470
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3470
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3471
3471
  """
3472
- Argument AspectRatio.
3472
+ Argument BoundaryLayerLevels.
3473
3473
  """
3474
3474
 
3475
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3475
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3476
3476
  """
3477
- Argument NumberOfLayers.
3477
+ Argument Rate.
3478
3478
  """
3479
3479
 
3480
3480
  class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
@@ -3482,9 +3482,9 @@ class Root(PyMenu):
3482
3482
  Argument WakeGrowthFactor.
3483
3483
  """
3484
3484
 
3485
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3485
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3486
3486
  """
3487
- Argument BoundaryLayerLevels.
3487
+ Argument NumberOfLayers.
3488
3488
  """
3489
3489
 
3490
3490
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -3502,14 +3502,9 @@ class Root(PyMenu):
3502
3502
  Argument EdgeSelectionList.
3503
3503
  """
3504
3504
 
3505
- class _Rate(PyNumericalCommandArgumentsSubItem):
3506
- """
3507
- Argument Rate.
3508
- """
3509
-
3510
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3505
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3511
3506
  """
3512
- Argument LastRatioPercentage.
3507
+ Argument AspectRatio.
3513
3508
  """
3514
3509
 
3515
3510
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -3517,9 +3512,9 @@ class Root(PyMenu):
3517
3512
  Argument X.
3518
3513
  """
3519
3514
 
3520
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3515
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3521
3516
  """
3522
- Argument OffsetMethodType.
3517
+ Argument LastRatioPercentage.
3523
3518
  """
3524
3519
 
3525
3520
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -3527,6 +3522,11 @@ class Root(PyMenu):
3527
3522
  Argument FlipDirection.
3528
3523
  """
3529
3524
 
3525
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3526
+ """
3527
+ Argument OffsetMethodType.
3528
+ """
3529
+
3530
3530
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
3531
3531
  """
3532
3532
  Argument FirstHeight.
@@ -3809,7 +3809,7 @@ class Root(PyMenu):
3809
3809
  def __init__(self, parent, attr, service, rules, path):
3810
3810
  super().__init__(parent, attr, service, rules, path)
3811
3811
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
3812
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3812
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3813
3813
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
3814
3814
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
3815
3815
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -3820,16 +3820,16 @@ class Root(PyMenu):
3820
3820
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
3821
3821
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
3822
3822
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
3823
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
3823
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
3824
3824
 
3825
3825
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
3826
3826
  """
3827
3827
  Argument SizeRelativeLength.
3828
3828
  """
3829
3829
 
3830
- class _Xmax(PyNumericalCommandArgumentsSubItem):
3830
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3831
3831
  """
3832
- Argument Xmax.
3832
+ Argument XmaxRatio.
3833
3833
  """
3834
3834
 
3835
3835
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -3882,9 +3882,9 @@ class Root(PyMenu):
3882
3882
  Argument ZmaxRatio.
3883
3883
  """
3884
3884
 
3885
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
3885
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
3886
3886
  """
3887
- Argument XmaxRatio.
3887
+ Argument Xmax.
3888
3888
  """
3889
3889
 
3890
3890
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -3900,13 +3900,13 @@ class Root(PyMenu):
3900
3900
  self.Y = self._Y(self, "Y", service, rules, path)
3901
3901
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
3902
3902
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3903
- self.Rate = self._Rate(self, "Rate", service, rules, path)
3904
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3903
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3905
3904
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3905
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3906
3906
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3907
3907
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3908
3908
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3909
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3909
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
3910
3910
  self.X = self._X(self, "X", service, rules, path)
3911
3911
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3912
3912
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
@@ -3945,19 +3945,19 @@ class Root(PyMenu):
3945
3945
  Argument AspectRatio.
3946
3946
  """
3947
3947
 
3948
- class _Rate(PyNumericalCommandArgumentsSubItem):
3948
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3949
3949
  """
3950
- Argument Rate.
3950
+ Argument NumberOfLayers.
3951
3951
  """
3952
3952
 
3953
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3953
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3954
3954
  """
3955
- Argument WakeGrowthFactor.
3955
+ Argument BoundaryLayerLevels.
3956
3956
  """
3957
3957
 
3958
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3958
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3959
3959
  """
3960
- Argument BoundaryLayerLevels.
3960
+ Argument WakeGrowthFactor.
3961
3961
  """
3962
3962
 
3963
3963
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -3975,9 +3975,9 @@ class Root(PyMenu):
3975
3975
  Argument EdgeSelectionList.
3976
3976
  """
3977
3977
 
3978
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3978
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3979
3979
  """
3980
- Argument NumberOfLayers.
3980
+ Argument Rate.
3981
3981
  """
3982
3982
 
3983
3983
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -4026,9 +4026,9 @@ class Root(PyMenu):
4026
4026
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
4027
4027
  self.X1 = self._X1(self, "X1", service, rules, path)
4028
4028
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
4029
- self.Z2 = self._Z2(self, "Z2", service, rules, path)
4030
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
4031
4029
  self.Z1 = self._Z1(self, "Z1", service, rules, path)
4030
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
4031
+ self.Z2 = self._Z2(self, "Z2", service, rules, path)
4032
4032
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
4033
4033
  self.Options = self._Options(self, "Options", service, rules, path)
4034
4034
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
@@ -4059,9 +4059,9 @@ class Root(PyMenu):
4059
4059
  Argument Y1.
4060
4060
  """
4061
4061
 
4062
- class _Z2(PyNumericalCommandArgumentsSubItem):
4062
+ class _Z1(PyNumericalCommandArgumentsSubItem):
4063
4063
  """
4064
- Argument Z2.
4064
+ Argument Z1.
4065
4065
  """
4066
4066
 
4067
4067
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -4069,9 +4069,9 @@ class Root(PyMenu):
4069
4069
  Argument Node1.
4070
4070
  """
4071
4071
 
4072
- class _Z1(PyNumericalCommandArgumentsSubItem):
4072
+ class _Z2(PyNumericalCommandArgumentsSubItem):
4073
4073
  """
4074
- Argument Z1.
4074
+ Argument Z2.
4075
4075
  """
4076
4076
 
4077
4077
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -4373,18 +4373,18 @@ class Root(PyMenu):
4373
4373
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
4374
4374
  self.Y = self._Y(self, "Y", service, rules, path)
4375
4375
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4376
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4377
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4376
4378
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4377
4379
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4378
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4379
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4380
4380
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4381
4381
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4382
4382
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4383
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4384
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4383
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4385
4384
  self.X = self._X(self, "X", service, rules, path)
4386
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4385
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4387
4386
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4387
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4388
4388
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
4389
4389
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
4390
4390
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -4414,24 +4414,24 @@ class Root(PyMenu):
4414
4414
  Argument DefeaturingSize.
4415
4415
  """
4416
4416
 
4417
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4417
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4418
4418
  """
4419
- Argument AspectRatio.
4419
+ Argument BoundaryLayerLevels.
4420
4420
  """
4421
4421
 
4422
- class _Rate(PyNumericalCommandArgumentsSubItem):
4422
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4423
4423
  """
4424
- Argument Rate.
4424
+ Argument NumberOfLayers.
4425
4425
  """
4426
4426
 
4427
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4427
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4428
4428
  """
4429
- Argument NumberOfLayers.
4429
+ Argument AspectRatio.
4430
4430
  """
4431
4431
 
4432
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4432
+ class _Rate(PyNumericalCommandArgumentsSubItem):
4433
4433
  """
4434
- Argument WakeGrowthFactor.
4434
+ Argument Rate.
4435
4435
  """
4436
4436
 
4437
4437
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4449,14 +4449,9 @@ class Root(PyMenu):
4449
4449
  Argument EdgeSelectionList.
4450
4450
  """
4451
4451
 
4452
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4453
- """
4454
- Argument BoundaryLayerLevels.
4455
- """
4456
-
4457
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4452
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4458
4453
  """
4459
- Argument LastRatioPercentage.
4454
+ Argument WakeGrowthFactor.
4460
4455
  """
4461
4456
 
4462
4457
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -4464,9 +4459,9 @@ class Root(PyMenu):
4464
4459
  Argument X.
4465
4460
  """
4466
4461
 
4467
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
4462
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4468
4463
  """
4469
- Argument OffsetMethodType.
4464
+ Argument LastRatioPercentage.
4470
4465
  """
4471
4466
 
4472
4467
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -4474,6 +4469,11 @@ class Root(PyMenu):
4474
4469
  Argument FlipDirection.
4475
4470
  """
4476
4471
 
4472
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
4473
+ """
4474
+ Argument OffsetMethodType.
4475
+ """
4476
+
4477
4477
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
4478
4478
  """
4479
4479
  Argument FirstHeight.
@@ -4864,7 +4864,7 @@ class Root(PyMenu):
4864
4864
  def __init__(self, parent, attr, service, rules, path):
4865
4865
  super().__init__(parent, attr, service, rules, path)
4866
4866
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
4867
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4867
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4868
4868
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
4869
4869
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
4870
4870
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -4875,16 +4875,16 @@ class Root(PyMenu):
4875
4875
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
4876
4876
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
4877
4877
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
4878
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4878
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4879
4879
 
4880
4880
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
4881
4881
  """
4882
4882
  Argument SizeRelativeLength.
4883
4883
  """
4884
4884
 
4885
- class _Xmax(PyNumericalCommandArgumentsSubItem):
4885
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4886
4886
  """
4887
- Argument Xmax.
4887
+ Argument XmaxRatio.
4888
4888
  """
4889
4889
 
4890
4890
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -4937,9 +4937,9 @@ class Root(PyMenu):
4937
4937
  Argument ZmaxRatio.
4938
4938
  """
4939
4939
 
4940
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4940
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
4941
4941
  """
4942
- Argument XmaxRatio.
4942
+ Argument Xmax.
4943
4943
  """
4944
4944
 
4945
4945
  def create_instance(self) -> _CreateExternalFlowBoundariesCommandArguments:
@@ -5220,7 +5220,7 @@ class Root(PyMenu):
5220
5220
  def __init__(self, parent, attr, service, rules, path):
5221
5221
  super().__init__(parent, attr, service, rules, path)
5222
5222
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5223
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5223
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5224
5224
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5225
5225
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5226
5226
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5231,16 +5231,16 @@ class Root(PyMenu):
5231
5231
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5232
5232
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5233
5233
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5234
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5234
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5235
5235
 
5236
5236
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5237
5237
  """
5238
5238
  Argument SizeRelativeLength.
5239
5239
  """
5240
5240
 
5241
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5241
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
5242
5242
  """
5243
- Argument XmaxRatio.
5243
+ Argument Xmax.
5244
5244
  """
5245
5245
 
5246
5246
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -5293,9 +5293,9 @@ class Root(PyMenu):
5293
5293
  Argument ZmaxRatio.
5294
5294
  """
5295
5295
 
5296
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5296
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5297
5297
  """
5298
- Argument Xmax.
5298
+ Argument XmaxRatio.
5299
5299
  """
5300
5300
 
5301
5301
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -5311,17 +5311,17 @@ class Root(PyMenu):
5311
5311
  self.Y = self._Y(self, "Y", service, rules, path)
5312
5312
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5313
5313
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5314
- self.Rate = self._Rate(self, "Rate", service, rules, path)
5314
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5315
5315
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5316
5316
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5317
5317
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5318
5318
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5319
5319
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5320
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5320
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
5321
5321
  self.X = self._X(self, "X", service, rules, path)
5322
5322
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5323
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5324
5323
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5324
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5325
5325
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
5326
5326
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
5327
5327
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -5356,9 +5356,9 @@ class Root(PyMenu):
5356
5356
  Argument BoundaryLayerLevels.
5357
5357
  """
5358
5358
 
5359
- class _Rate(PyNumericalCommandArgumentsSubItem):
5359
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5360
5360
  """
5361
- Argument Rate.
5361
+ Argument WakeGrowthFactor.
5362
5362
  """
5363
5363
 
5364
5364
  class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
@@ -5386,9 +5386,9 @@ class Root(PyMenu):
5386
5386
  Argument EdgeSelectionList.
5387
5387
  """
5388
5388
 
5389
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5389
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5390
5390
  """
5391
- Argument WakeGrowthFactor.
5391
+ Argument Rate.
5392
5392
  """
5393
5393
 
5394
5394
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -5401,14 +5401,14 @@ class Root(PyMenu):
5401
5401
  Argument LastRatioPercentage.
5402
5402
  """
5403
5403
 
5404
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
5404
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5405
5405
  """
5406
- Argument FlipDirection.
5406
+ Argument OffsetMethodType.
5407
5407
  """
5408
5408
 
5409
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5409
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
5410
5410
  """
5411
- Argument OffsetMethodType.
5411
+ Argument FlipDirection.
5412
5412
  """
5413
5413
 
5414
5414
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -5437,9 +5437,9 @@ class Root(PyMenu):
5437
5437
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5438
5438
  self.X1 = self._X1(self, "X1", service, rules, path)
5439
5439
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
5440
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
5441
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
5442
5440
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
5441
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
5442
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
5443
5443
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5444
5444
  self.Options = self._Options(self, "Options", service, rules, path)
5445
5445
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
@@ -5470,9 +5470,9 @@ class Root(PyMenu):
5470
5470
  Argument Y1.
5471
5471
  """
5472
5472
 
5473
- class _Z1(PyNumericalCommandArgumentsSubItem):
5473
+ class _Z2(PyNumericalCommandArgumentsSubItem):
5474
5474
  """
5475
- Argument Z1.
5475
+ Argument Z2.
5476
5476
  """
5477
5477
 
5478
5478
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -5480,9 +5480,9 @@ class Root(PyMenu):
5480
5480
  Argument Node1.
5481
5481
  """
5482
5482
 
5483
- class _Z2(PyNumericalCommandArgumentsSubItem):
5483
+ class _Z1(PyNumericalCommandArgumentsSubItem):
5484
5484
  """
5485
- Argument Z2.
5485
+ Argument Z1.
5486
5486
  """
5487
5487
 
5488
5488
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -5753,12 +5753,12 @@ class Root(PyMenu):
5753
5753
  def __init__(self, parent, attr, service, rules, path):
5754
5754
  super().__init__(parent, attr, service, rules, path)
5755
5755
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5756
- self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
5756
+ self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
5757
5757
  self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5758
+ self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
5758
5759
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
5759
- self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
5760
- self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
5761
5760
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
5761
+ self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
5762
5762
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
5763
5763
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5764
5764
  self.NonRectangularBufferSize = self._NonRectangularBufferSize(self, "NonRectangularBufferSize", service, rules, path)
@@ -5769,9 +5769,9 @@ class Root(PyMenu):
5769
5769
  Argument NumberOfLayers.
5770
5770
  """
5771
5771
 
5772
- class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
5772
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
5773
5773
  """
5774
- Argument LabelSelectionList.
5774
+ Argument Thickness.
5775
5775
  """
5776
5776
 
5777
5777
  class _SelectionType(PyTextualCommandArgumentsSubItem):
@@ -5779,14 +5779,19 @@ class Root(PyMenu):
5779
5779
  Argument SelectionType.
5780
5780
  """
5781
5781
 
5782
+ class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
5783
+ """
5784
+ Argument LabelSelectionList.
5785
+ """
5786
+
5782
5787
  class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
5783
5788
  """
5784
5789
  Argument ZoneSelectionList.
5785
5790
  """
5786
5791
 
5787
- class _Thickness(PyNumericalCommandArgumentsSubItem):
5792
+ class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
5788
5793
  """
5789
- Argument Thickness.
5794
+ Argument FeatureAngle.
5790
5795
  """
5791
5796
 
5792
5797
  class _MeshSize(PyNumericalCommandArgumentsSubItem):
@@ -5794,11 +5799,6 @@ class Root(PyMenu):
5794
5799
  Argument MeshSize.
5795
5800
  """
5796
5801
 
5797
- class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
5798
- """
5799
- Argument FeatureAngle.
5800
- """
5801
-
5802
5802
  class _BufferSize(PyNumericalCommandArgumentsSubItem):
5803
5803
  """
5804
5804
  Argument BufferSize.
@@ -6124,8 +6124,8 @@ class Root(PyMenu):
6124
6124
  super().__init__(parent, attr, service, rules, path)
6125
6125
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
6126
6126
  self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
6127
- self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
6128
6127
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
6128
+ self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
6129
6129
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
6130
6130
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
6131
6131
  self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
@@ -6142,14 +6142,14 @@ class Root(PyMenu):
6142
6142
  Argument ZeroThickness.
6143
6143
  """
6144
6144
 
6145
- class _CloseLeakges(PyTextualCommandArgumentsSubItem):
6145
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
6146
6146
  """
6147
- Argument CloseLeakges.
6147
+ Argument AdvancedOptions.
6148
6148
  """
6149
6149
 
6150
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
6150
+ class _CloseLeakges(PyTextualCommandArgumentsSubItem):
6151
6151
  """
6152
- Argument AdvancedOptions.
6152
+ Argument CloseLeakges.
6153
6153
  """
6154
6154
 
6155
6155
  class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
@@ -6573,10 +6573,10 @@ class Root(PyMenu):
6573
6573
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
6574
6574
  self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
6575
6575
  self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
6576
- self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
6577
- self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
6578
6576
  self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
6577
+ self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
6579
6578
  self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
6579
+ self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
6580
6580
  self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
6581
6581
 
6582
6582
  class _SplitQuads(PyTextualCommandArgumentsSubItem):
@@ -6604,9 +6604,9 @@ class Root(PyMenu):
6604
6604
  Argument RemeshGrowthRate.
6605
6605
  """
6606
6606
 
6607
- class _GapFactor(PyNumericalCommandArgumentsSubItem):
6607
+ class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
6608
6608
  """
6609
- Argument GapFactor.
6609
+ Argument MaxFaceSkew.
6610
6610
  """
6611
6611
 
6612
6612
  class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
@@ -6614,14 +6614,14 @@ class Root(PyMenu):
6614
6614
  Argument RefineStretchedQuads.
6615
6615
  """
6616
6616
 
6617
- class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
6617
+ class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
6618
6618
  """
6619
- Argument MaxFaceSkew.
6619
+ Argument ShowPrism2DPreferences.
6620
6620
  """
6621
6621
 
6622
- class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
6622
+ class _GapFactor(PyNumericalCommandArgumentsSubItem):
6623
6623
  """
6624
- Argument ShowPrism2DPreferences.
6624
+ Argument GapFactor.
6625
6625
  """
6626
6626
 
6627
6627
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
@@ -6636,18 +6636,18 @@ class Root(PyMenu):
6636
6636
 
6637
6637
  def __init__(self, parent, attr, service, rules, path):
6638
6638
  super().__init__(parent, attr, service, rules, path)
6639
- self.MergeFaceZonesBasedOnLabels = self._MergeFaceZonesBasedOnLabels(self, "MergeFaceZonesBasedOnLabels", service, rules, path)
6640
6639
  self.MergeEdgeZonesBasedOnLabels = self._MergeEdgeZonesBasedOnLabels(self, "MergeEdgeZonesBasedOnLabels", service, rules, path)
6640
+ self.MergeFaceZonesBasedOnLabels = self._MergeFaceZonesBasedOnLabels(self, "MergeFaceZonesBasedOnLabels", service, rules, path)
6641
6641
  self.ShowAdvancedOptions = self._ShowAdvancedOptions(self, "ShowAdvancedOptions", service, rules, path)
6642
6642
 
6643
- class _MergeFaceZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
6643
+ class _MergeEdgeZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
6644
6644
  """
6645
- Argument MergeFaceZonesBasedOnLabels.
6645
+ Argument MergeEdgeZonesBasedOnLabels.
6646
6646
  """
6647
6647
 
6648
- class _MergeEdgeZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
6648
+ class _MergeFaceZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
6649
6649
  """
6650
- Argument MergeEdgeZonesBasedOnLabels.
6650
+ Argument MergeFaceZonesBasedOnLabels.
6651
6651
  """
6652
6652
 
6653
6653
  class _ShowAdvancedOptions(PyParameterCommandArgumentsSubItem):
@@ -7441,12 +7441,12 @@ class Root(PyMenu):
7441
7441
  def __init__(self, parent, attr, service, rules, path):
7442
7442
  super().__init__(parent, attr, service, rules, path)
7443
7443
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
7444
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
7445
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
7446
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
7444
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
7447
7445
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
7446
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
7448
7447
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
7449
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
7448
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
7449
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
7450
7450
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
7451
7451
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
7452
7452
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
@@ -7462,14 +7462,14 @@ class Root(PyMenu):
7462
7462
  Argument SMQualityCollapseLimit.
7463
7463
  """
7464
7464
 
7465
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
7465
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
7466
7466
  """
7467
- Argument FoldFaceLimit.
7467
+ Argument AutoMerge.
7468
7468
  """
7469
7469
 
7470
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
7470
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
7471
7471
  """
7472
- Argument SMSeparation.
7472
+ Argument SMQualityImprove.
7473
7473
  """
7474
7474
 
7475
7475
  class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -7477,19 +7477,19 @@ class Root(PyMenu):
7477
7477
  Argument ShowSurfaceMeshPreferences.
7478
7478
  """
7479
7479
 
7480
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
7480
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
7481
7481
  """
7482
- Argument SMQualityImprove.
7482
+ Argument SMSeparationAngle.
7483
7483
  """
7484
7484
 
7485
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
7485
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
7486
7486
  """
7487
- Argument SMSeparationAngle.
7487
+ Argument SMSeparation.
7488
7488
  """
7489
7489
 
7490
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
7490
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
7491
7491
  """
7492
- Argument AutoMerge.
7492
+ Argument FoldFaceLimit.
7493
7493
  """
7494
7494
 
7495
7495
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -7621,11 +7621,11 @@ class Root(PyMenu):
7621
7621
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
7622
7622
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
7623
7623
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
7624
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
7625
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
7626
7624
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
7627
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
7628
7625
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
7626
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
7627
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
7628
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
7629
7629
 
7630
7630
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
7631
7631
  """
@@ -7657,19 +7657,19 @@ class Root(PyMenu):
7657
7657
  Argument OneZonePer.
7658
7658
  """
7659
7659
 
7660
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
7660
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
7661
7661
  """
7662
- Argument ImportCurvatureDataFromCAD.
7662
+ Argument UsePartOrBodyAsSuffix.
7663
7663
  """
7664
7664
 
7665
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
7665
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
7666
7666
  """
7667
- Argument ImportNamedSelections.
7667
+ Argument ExtractFeatures.
7668
7668
  """
7669
7669
 
7670
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
7670
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
7671
7671
  """
7672
- Argument UsePartOrBodyAsSuffix.
7672
+ Argument ImportCurvatureDataFromCAD.
7673
7673
  """
7674
7674
 
7675
7675
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -7677,9 +7677,9 @@ class Root(PyMenu):
7677
7677
  Argument ImportPartNames.
7678
7678
  """
7679
7679
 
7680
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
7680
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
7681
7681
  """
7682
- Argument ExtractFeatures.
7682
+ Argument ImportNamedSelections.
7683
7683
  """
7684
7684
 
7685
7685
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -7694,14 +7694,14 @@ class Root(PyMenu):
7694
7694
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
7695
7695
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
7696
7696
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
7697
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
7697
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
7698
7698
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
7699
7699
  self.Operation = self._Operation(self, "Operation", service, rules, path)
7700
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
7700
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
7701
7701
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
7702
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
7703
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
7704
7702
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
7703
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
7704
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
7705
7705
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
7706
7706
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
7707
7707
 
@@ -7730,9 +7730,9 @@ class Root(PyMenu):
7730
7730
  Argument RelativeShareTopologyTolerance.
7731
7731
  """
7732
7732
 
7733
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
7733
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
7734
7734
  """
7735
- Argument ShareTopologyAngle.
7735
+ Argument FluidLabelWildcard.
7736
7736
  """
7737
7737
 
7738
7738
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -7745,9 +7745,9 @@ class Root(PyMenu):
7745
7745
  Argument Operation.
7746
7746
  """
7747
7747
 
7748
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
7748
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
7749
7749
  """
7750
- Argument FluidLabelWildcard.
7750
+ Argument ShareTopologyAngle.
7751
7751
  """
7752
7752
 
7753
7753
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -7755,9 +7755,9 @@ class Root(PyMenu):
7755
7755
  Argument STToleranceIncrement.
7756
7756
  """
7757
7757
 
7758
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
7758
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
7759
7759
  """
7760
- Argument ShowShareTopologyPreferences.
7760
+ Argument IntfLabelList.
7761
7761
  """
7762
7762
 
7763
7763
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -7765,9 +7765,9 @@ class Root(PyMenu):
7765
7765
  Argument PerLabelList.
7766
7766
  """
7767
7767
 
7768
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
7768
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
7769
7769
  """
7770
- Argument IntfLabelList.
7770
+ Argument ShowShareTopologyPreferences.
7771
7771
  """
7772
7772
 
7773
7773
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -8235,7 +8235,7 @@ class Root(PyMenu):
8235
8235
 
8236
8236
  def __init__(self, parent, attr, service, rules, path):
8237
8237
  super().__init__(parent, attr, service, rules, path)
8238
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
8238
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
8239
8239
  self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
8240
8240
  self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
8241
8241
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
@@ -8243,15 +8243,15 @@ class Root(PyMenu):
8243
8243
  self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
8244
8244
  self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
8245
8245
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
8246
- self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
8246
+ self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
8247
8247
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
8248
8248
  self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
8249
- self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
8250
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
8249
+ self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
8250
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
8251
8251
 
8252
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
8252
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
8253
8253
  """
8254
- Argument PolyInSolids.
8254
+ Argument ShowVolumeMeshPreferences.
8255
8255
  """
8256
8256
 
8257
8257
  class _WritePrismControlFile(PyTextualCommandArgumentsSubItem):
@@ -8289,9 +8289,9 @@ class Root(PyMenu):
8289
8289
  Argument SolidGrowthRate.
8290
8290
  """
8291
8291
 
8292
- class _QualityMethod(PyTextualCommandArgumentsSubItem):
8292
+ class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
8293
8293
  """
8294
- Argument QualityMethod.
8294
+ Argument MergeBodyLabels.
8295
8295
  """
8296
8296
 
8297
8297
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -8304,14 +8304,14 @@ class Root(PyMenu):
8304
8304
  Argument UseSizeFieldInSolids.
8305
8305
  """
8306
8306
 
8307
- class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
8307
+ class _QualityMethod(PyTextualCommandArgumentsSubItem):
8308
8308
  """
8309
- Argument MergeBodyLabels.
8309
+ Argument QualityMethod.
8310
8310
  """
8311
8311
 
8312
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
8312
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
8313
8313
  """
8314
- Argument ShowVolumeMeshPreferences.
8314
+ Argument PolyInSolids.
8315
8315
  """
8316
8316
 
8317
8317
  class _PrismPreferences(PySingletonCommandArgumentsSubItem):
@@ -9641,10 +9641,10 @@ class Root(PyMenu):
9641
9641
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
9642
9642
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
9643
9643
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9644
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9645
9644
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
9646
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9647
9645
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9646
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9647
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9648
9648
 
9649
9649
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
9650
9650
  """
@@ -9681,14 +9681,14 @@ class Root(PyMenu):
9681
9681
  Argument ImportCurvatureDataFromCAD.
9682
9682
  """
9683
9683
 
9684
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9684
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9685
9685
  """
9686
- Argument ImportNamedSelections.
9686
+ Argument ExtractFeatures.
9687
9687
  """
9688
9688
 
9689
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9689
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9690
9690
  """
9691
- Argument ExtractFeatures.
9691
+ Argument UsePartOrBodyAsSuffix.
9692
9692
  """
9693
9693
 
9694
9694
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -9696,9 +9696,9 @@ class Root(PyMenu):
9696
9696
  Argument ImportPartNames.
9697
9697
  """
9698
9698
 
9699
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9699
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9700
9700
  """
9701
- Argument UsePartOrBodyAsSuffix.
9701
+ Argument ImportNamedSelections.
9702
9702
  """
9703
9703
 
9704
9704
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -10352,8 +10352,8 @@ class Root(PyMenu):
10352
10352
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
10353
10353
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
10354
10354
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
10355
- self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
10356
10355
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
10356
+ self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
10357
10357
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
10358
10358
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
10359
10359
  self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
@@ -10374,14 +10374,14 @@ class Root(PyMenu):
10374
10374
  Argument Deviation.
10375
10375
  """
10376
10376
 
10377
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
10377
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
10378
10378
  """
10379
- Argument MaxEdgeLengthFactor.
10379
+ Argument NormalAngle.
10380
10380
  """
10381
10381
 
10382
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
10382
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
10383
10383
  """
10384
- Argument NormalAngle.
10384
+ Argument MaxEdgeLengthFactor.
10385
10385
  """
10386
10386
 
10387
10387
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
@@ -10506,9 +10506,9 @@ class Root(PyMenu):
10506
10506
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
10507
10507
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
10508
10508
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
10509
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
10510
10509
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
10511
10510
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
10511
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
10512
10512
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
10513
10513
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
10514
10514
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -10559,11 +10559,6 @@ class Root(PyMenu):
10559
10559
  Argument AdvancedOptions.
10560
10560
  """
10561
10561
 
10562
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
10563
- """
10564
- Argument WrapGrowthRate.
10565
- """
10566
-
10567
10562
  class _SizingType(PyTextualCommandArgumentsSubItem):
10568
10563
  """
10569
10564
  Argument SizingType.
@@ -10574,6 +10569,11 @@ class Root(PyMenu):
10574
10569
  Argument InitialSizeControl.
10575
10570
  """
10576
10571
 
10572
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
10573
+ """
10574
+ Argument WrapGrowthRate.
10575
+ """
10576
+
10577
10577
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
10578
10578
  """
10579
10579
  Argument CellsPerGap.
@@ -10958,8 +10958,8 @@ class Root(PyMenu):
10958
10958
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
10959
10959
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10960
10960
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
10961
- self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
10962
10961
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
10962
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
10963
10963
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
10964
10964
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
10965
10965
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -10988,14 +10988,14 @@ class Root(PyMenu):
10988
10988
  Argument ScopeProximityTo.
10989
10989
  """
10990
10990
 
10991
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10991
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10992
10992
  """
10993
- Argument CurvatureNormalAngle.
10993
+ Argument PreviewSizefield.
10994
10994
  """
10995
10995
 
10996
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10996
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10997
10997
  """
10998
- Argument PreviewSizefield.
10998
+ Argument CurvatureNormalAngle.
10999
10999
  """
11000
11000
 
11001
11001
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -11355,8 +11355,8 @@ class Root(PyMenu):
11355
11355
  super().__init__(parent, attr, service, rules, path)
11356
11356
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
11357
11357
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
11358
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
11359
11358
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
11359
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
11360
11360
 
11361
11361
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
11362
11362
  """
@@ -11368,14 +11368,14 @@ class Root(PyMenu):
11368
11368
  Argument RefacetDuringLoad.
11369
11369
  """
11370
11370
 
11371
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
11371
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
11372
11372
  """
11373
- Argument NormalAngle.
11373
+ Argument Deviation.
11374
11374
  """
11375
11375
 
11376
- class _Deviation(PyNumericalCommandArgumentsSubItem):
11376
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
11377
11377
  """
11378
- Argument Deviation.
11378
+ Argument NormalAngle.
11379
11379
  """
11380
11380
 
11381
11381
  def create_instance(self) -> _PartManagementCommandArguments:
@@ -12122,16 +12122,16 @@ class Root(PyMenu):
12122
12122
  super().__init__(parent, attr, service, rules, path)
12123
12123
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
12124
12124
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
12125
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
12126
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
12127
12125
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
12128
12126
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
12127
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
12129
12128
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
12129
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
12130
12130
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
12131
12131
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
12132
- self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
12133
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
12134
12132
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
12133
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
12134
+ self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
12135
12135
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
12136
12136
  self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
12137
12137
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
@@ -12147,16 +12147,6 @@ class Root(PyMenu):
12147
12147
  Argument FoldFaceLimit.
12148
12148
  """
12149
12149
 
12150
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
12151
- """
12152
- Argument SMQualityImprove.
12153
- """
12154
-
12155
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
12156
- """
12157
- Argument ShowSurfaceMeshPreferences.
12158
- """
12159
-
12160
12150
  class _SMSeparation(PyTextualCommandArgumentsSubItem):
12161
12151
  """
12162
12152
  Argument SMSeparation.
@@ -12167,11 +12157,21 @@ class Root(PyMenu):
12167
12157
  Argument SMSeparationAngle.
12168
12158
  """
12169
12159
 
12160
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
12161
+ """
12162
+ Argument SMQualityImprove.
12163
+ """
12164
+
12170
12165
  class _AutoMerge(PyParameterCommandArgumentsSubItem):
12171
12166
  """
12172
12167
  Argument AutoMerge.
12173
12168
  """
12174
12169
 
12170
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
12171
+ """
12172
+ Argument ShowSurfaceMeshPreferences.
12173
+ """
12174
+
12175
12175
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
12176
12176
  """
12177
12177
  Argument SMRemoveStep.
@@ -12182,9 +12182,9 @@ class Root(PyMenu):
12182
12182
  Argument SMStepWidth.
12183
12183
  """
12184
12184
 
12185
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
12185
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
12186
12186
  """
12187
- Argument VolumeMeshMaxSize.
12187
+ Argument SMQualityMaxAngle.
12188
12188
  """
12189
12189
 
12190
12190
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -12192,9 +12192,9 @@ class Root(PyMenu):
12192
12192
  Argument AutoAssignZoneTypes.
12193
12193
  """
12194
12194
 
12195
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
12195
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
12196
12196
  """
12197
- Argument SMQualityMaxAngle.
12197
+ Argument VolumeMeshMaxSize.
12198
12198
  """
12199
12199
 
12200
12200
  class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
@@ -12300,9 +12300,9 @@ class Root(PyMenu):
12300
12300
  def __init__(self, parent, attr, service, rules, path):
12301
12301
  super().__init__(parent, attr, service, rules, path)
12302
12302
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
12303
- self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
12304
- self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
12305
12303
  self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
12304
+ self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
12305
+ self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
12306
12306
  self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
12307
12307
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
12308
12308
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
@@ -12314,9 +12314,9 @@ class Root(PyMenu):
12314
12314
  Argument NewLabelObjects.
12315
12315
  """
12316
12316
 
12317
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
12317
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
12318
12318
  """
12319
- Argument NewLabelResolution.
12319
+ Argument NewLabels.
12320
12320
  """
12321
12321
 
12322
12322
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -12324,9 +12324,9 @@ class Root(PyMenu):
12324
12324
  Argument NewLabelType.
12325
12325
  """
12326
12326
 
12327
- class _NewLabels(PyTextualCommandArgumentsSubItem):
12327
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
12328
12328
  """
12329
- Argument NewLabels.
12329
+ Argument NewLabelResolution.
12330
12330
  """
12331
12331
 
12332
12332
  class _NewLabelCells(PyTextualCommandArgumentsSubItem):