ansys-fluent-core 0.32.2__py3-none-any.whl → 0.33.0__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 (78) hide show
  1. ansys/fluent/core/__init__.py +11 -4
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +16 -8
  3. ansys/fluent/core/codegen/datamodelgen.py +2 -2
  4. ansys/fluent/core/codegen/print_fluent_version.py +4 -4
  5. ansys/fluent/core/codegen/settingsgen.py +1 -2
  6. ansys/fluent/core/exceptions.py +0 -1
  7. ansys/fluent/core/file_session.py +9 -9
  8. ansys/fluent/core/filereader/case_file.py +2 -2
  9. ansys/fluent/core/fluent_connection.py +5 -5
  10. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  11. ansys/fluent/core/generated/datamodel_231/flicing.py +55 -55
  12. ansys/fluent/core/generated/datamodel_231/meshing.py +171 -171
  13. ansys/fluent/core/generated/datamodel_232/flicing.py +30 -30
  14. ansys/fluent/core/generated/datamodel_232/meshing.py +218 -218
  15. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  16. ansys/fluent/core/generated/datamodel_241/meshing.py +295 -295
  17. ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
  18. ansys/fluent/core/generated/datamodel_242/meshing.py +299 -299
  19. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  20. ansys/fluent/core/generated/datamodel_251/flicing.py +45 -45
  21. ansys/fluent/core/generated/datamodel_251/meshing.py +294 -294
  22. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  23. ansys/fluent/core/generated/datamodel_252/flicing.py +50 -50
  24. ansys/fluent/core/generated/datamodel_252/meshing.py +431 -431
  25. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  26. ansys/fluent/core/generated/datamodel_261/flicing.py +55 -55
  27. ansys/fluent/core/generated/datamodel_261/meshing.py +447 -441
  28. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  29. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
  30. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  31. ansys/fluent/core/generated/solver/settings_252.py +55 -55
  32. ansys/fluent/core/generated/solver/settings_261.py +2134 -3644
  33. ansys/fluent/core/generated/solver/settings_261.pyi +3391 -6013
  34. ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
  35. ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
  36. ansys/fluent/core/generated/solver/tui_261.py +78 -228
  37. ansys/fluent/core/launcher/container_launcher.py +7 -9
  38. ansys/fluent/core/launcher/fluent_container.py +106 -75
  39. ansys/fluent/core/launcher/launch_options.py +22 -1
  40. ansys/fluent/core/launcher/launcher.py +5 -4
  41. ansys/fluent/core/pyfluent_warnings.py +13 -0
  42. ansys/fluent/core/search.py +170 -83
  43. ansys/fluent/core/services/app_utilities.py +52 -32
  44. ansys/fluent/core/services/datamodel_se.py +6 -3
  45. ansys/fluent/core/services/scheme_eval.py +2 -0
  46. ansys/fluent/core/services/solution_variables.py +64 -49
  47. ansys/fluent/core/session.py +36 -30
  48. ansys/fluent/core/session_base_meshing.py +2 -24
  49. ansys/fluent/core/session_shared.py +5 -2
  50. ansys/fluent/core/session_solver.py +15 -9
  51. ansys/fluent/core/solver/__init__.py +1 -1
  52. ansys/fluent/core/solver/flobject.py +55 -38
  53. ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
  54. ansys/fluent/core/solver/settings_builtin_data.py +121 -540
  55. ansys/fluent/core/utils/context_managers.py +0 -17
  56. ansys/fluent/core/utils/fluent_version.py +173 -0
  57. {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.33.0.dist-info}/METADATA +9 -9
  58. {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.33.0.dist-info}/RECORD +60 -78
  59. {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.33.0.dist-info}/WHEEL +1 -1
  60. ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
  61. ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
  62. ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
  63. ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
  64. ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
  65. ansys/fluent/core/generated/fluent_version_222.py +0 -5
  66. ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
  67. ansys/fluent/core/generated/solver/settings_222.py +0 -29473
  68. ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
  69. ansys/fluent/core/generated/solver/tui_222.py +0 -43451
  70. ansys/fluent/core/post_objects/__init__.py +0 -21
  71. ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
  72. ansys/fluent/core/post_objects/meta.py +0 -926
  73. ansys/fluent/core/post_objects/post_helper.py +0 -178
  74. ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
  75. ansys/fluent/core/post_objects/post_objects_container.py +0 -248
  76. ansys/fluent/core/post_objects/singleton_meta.py +0 -42
  77. ansys/fluent/core/post_objects/timing_decorator.py +0 -38
  78. {ansys_fluent_core-0.32.2.dist-info → ansys_fluent_core-0.33.0.dist-info/licenses}/LICENSE +0 -0
@@ -529,21 +529,21 @@ 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.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
533
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
532
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
533
+ self.ExposeSide = self._ExposeSide(self, "ExposeSide", 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
- self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
537
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
536
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
537
+ self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
538
538
 
539
- class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
539
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
540
540
  """
541
- Argument AdjacentAttachAngle.
541
+ Argument MinAspectRatio.
542
542
  """
543
543
 
544
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
544
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
545
545
  """
546
- Argument ShowShellBLAdvancedOptions.
546
+ Argument ExposeSide.
547
547
  """
548
548
 
549
549
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -556,14 +556,14 @@ class Root(PyMenu):
556
556
  Argument MaxAspectRatio.
557
557
  """
558
558
 
559
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
559
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
560
560
  """
561
- Argument ExposeSide.
561
+ Argument ShowShellBLAdvancedOptions.
562
562
  """
563
563
 
564
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
564
+ class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
565
565
  """
566
- Argument MinAspectRatio.
566
+ Argument AdjacentAttachAngle.
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.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
748
+ self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", 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.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
756
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
757
757
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
758
758
 
759
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
759
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
760
760
  """
761
- Argument SplitPrism.
761
+ Argument ModifyAtInvalidNormals.
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 _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
799
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
800
800
  """
801
- Argument ModifyAtInvalidNormals.
801
+ Argument SplitPrism.
802
802
  """
803
803
 
804
804
  class _IgnoreBoundaryLayers(PyTextualCommandArgumentsSubItem):
@@ -1031,9 +1031,9 @@ class Root(PyMenu):
1031
1031
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1032
1032
  self.AdditionalIgnoredLayers = self._AdditionalIgnoredLayers(self, "AdditionalIgnoredLayers", service, rules, path)
1033
1033
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
1034
- self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1035
- self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
1036
1034
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1035
+ self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
1036
+ self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1037
1037
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1038
1038
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
1039
1039
  self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
@@ -1054,9 +1054,9 @@ class Root(PyMenu):
1054
1054
  Argument SphereRadiusFactorAtInvalidNormals.
1055
1055
  """
1056
1056
 
1057
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1057
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1058
1058
  """
1059
- Argument NumberOfSplitLayers.
1059
+ Argument ShowLocalPrismPreferences.
1060
1060
  """
1061
1061
 
1062
1062
  class _Continuous(PyTextualCommandArgumentsSubItem):
@@ -1064,9 +1064,9 @@ class Root(PyMenu):
1064
1064
  Argument Continuous.
1065
1065
  """
1066
1066
 
1067
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1067
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1068
1068
  """
1069
- Argument ShowLocalPrismPreferences.
1069
+ Argument NumberOfSplitLayers.
1070
1070
  """
1071
1071
 
1072
1072
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -1302,8 +1302,8 @@ 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.SizingType = self._SizingType(self, "SizingType", service, rules, path)
1306
1305
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
1306
+ self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
1307
1307
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", 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)
@@ -1355,14 +1355,14 @@ class Root(PyMenu):
1355
1355
  Argument AdvancedOptions.
1356
1356
  """
1357
1357
 
1358
- class _SizingType(PyTextualCommandArgumentsSubItem):
1358
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1359
1359
  """
1360
- Argument SizingType.
1360
+ Argument WrapGrowthRate.
1361
1361
  """
1362
1362
 
1363
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1363
+ class _SizingType(PyTextualCommandArgumentsSubItem):
1364
1364
  """
1365
- Argument WrapGrowthRate.
1365
+ Argument SizingType.
1366
1366
  """
1367
1367
 
1368
1368
  class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
@@ -2079,16 +2079,16 @@ class Root(PyMenu):
2079
2079
 
2080
2080
  def __init__(self, parent, attr, service, rules, path):
2081
2081
  super().__init__(parent, attr, service, rules, path)
2082
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
2082
+ self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
2083
2083
  self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
2084
2084
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
2085
2085
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
2086
2086
  self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
2087
- self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
2087
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
2088
2088
 
2089
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
2089
+ class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
2090
2090
  """
2091
- Argument MinAspectRatio.
2091
+ Argument AdjacentAttachAngle.
2092
2092
  """
2093
2093
 
2094
2094
  class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
@@ -2111,9 +2111,9 @@ class Root(PyMenu):
2111
2111
  Argument ExposeSide.
2112
2112
  """
2113
2113
 
2114
- class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
2114
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
2115
2115
  """
2116
- Argument AdjacentAttachAngle.
2116
+ Argument MinAspectRatio.
2117
2117
  """
2118
2118
 
2119
2119
  def create_instance(self) -> _AddShellBoundaryLayerControlsCommandArguments:
@@ -3079,18 +3079,18 @@ class Root(PyMenu):
3079
3079
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
3080
3080
  self.Y = self._Y(self, "Y", service, rules, path)
3081
3081
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
3082
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3083
- self.Rate = self._Rate(self, "Rate", service, rules, path)
3084
3082
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3083
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3085
3084
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", 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.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3089
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
3090
3090
  self.X = self._X(self, "X", service, rules, path)
3091
3091
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3092
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3093
3092
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3093
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3094
3094
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
3095
3095
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
3096
3096
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -3120,24 +3120,24 @@ class Root(PyMenu):
3120
3120
  Argument DefeaturingSize.
3121
3121
  """
3122
3122
 
3123
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3123
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3124
3124
  """
3125
- Argument AspectRatio.
3125
+ Argument BoundaryLayerLevels.
3126
3126
  """
3127
3127
 
3128
- class _Rate(PyNumericalCommandArgumentsSubItem):
3128
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3129
3129
  """
3130
- Argument Rate.
3130
+ Argument WakeGrowthFactor.
3131
3131
  """
3132
3132
 
3133
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3133
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3134
3134
  """
3135
- Argument BoundaryLayerLevels.
3135
+ Argument NumberOfLayers.
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,9 +3155,9 @@ class Root(PyMenu):
3155
3155
  Argument EdgeSelectionList.
3156
3156
  """
3157
3157
 
3158
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3158
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3159
3159
  """
3160
- Argument WakeGrowthFactor.
3160
+ Argument Rate.
3161
3161
  """
3162
3162
 
3163
3163
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -3170,14 +3170,14 @@ class Root(PyMenu):
3170
3170
  Argument LastRatioPercentage.
3171
3171
  """
3172
3172
 
3173
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3173
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
3174
3174
  """
3175
- Argument OffsetMethodType.
3175
+ Argument FlipDirection.
3176
3176
  """
3177
3177
 
3178
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
3178
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3179
3179
  """
3180
- Argument FlipDirection.
3180
+ Argument OffsetMethodType.
3181
3181
  """
3182
3182
 
3183
3183
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -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,18 +3467,18 @@ 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.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3470
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3471
3471
  self.Rate = self._Rate(self, "Rate", service, rules, path)
3472
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3473
3472
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3473
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3474
3474
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3475
3475
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3476
3476
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3477
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3477
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3478
3478
  self.X = self._X(self, "X", service, rules, path)
3479
3479
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3480
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3481
3480
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3481
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3482
3482
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
3483
3483
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
3484
3484
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -3508,9 +3508,9 @@ class Root(PyMenu):
3508
3508
  Argument DefeaturingSize.
3509
3509
  """
3510
3510
 
3511
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3511
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3512
3512
  """
3513
- Argument AspectRatio.
3513
+ Argument BoundaryLayerLevels.
3514
3514
  """
3515
3515
 
3516
3516
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -3518,14 +3518,14 @@ class Root(PyMenu):
3518
3518
  Argument Rate.
3519
3519
  """
3520
3520
 
3521
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3521
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3522
3522
  """
3523
- Argument WakeGrowthFactor.
3523
+ Argument NumberOfLayers.
3524
3524
  """
3525
3525
 
3526
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3526
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3527
3527
  """
3528
- Argument NumberOfLayers.
3528
+ Argument WakeGrowthFactor.
3529
3529
  """
3530
3530
 
3531
3531
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -3543,9 +3543,9 @@ class Root(PyMenu):
3543
3543
  Argument EdgeSelectionList.
3544
3544
  """
3545
3545
 
3546
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3546
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3547
3547
  """
3548
- Argument BoundaryLayerLevels.
3548
+ Argument AspectRatio.
3549
3549
  """
3550
3550
 
3551
3551
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -3558,14 +3558,14 @@ class Root(PyMenu):
3558
3558
  Argument LastRatioPercentage.
3559
3559
  """
3560
3560
 
3561
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
3561
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3562
3562
  """
3563
- Argument FlipDirection.
3563
+ Argument OffsetMethodType.
3564
3564
  """
3565
3565
 
3566
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3566
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
3567
3567
  """
3568
- Argument OffsetMethodType.
3568
+ Argument FlipDirection.
3569
3569
  """
3570
3570
 
3571
3571
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -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):
@@ -3860,18 +3860,18 @@ class Root(PyMenu):
3860
3860
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
3861
3861
  self.Y = self._Y(self, "Y", service, rules, path)
3862
3862
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
3863
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3864
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3865
3863
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3866
3864
  self.Rate = self._Rate(self, "Rate", service, rules, path)
3865
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3866
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3867
3867
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3868
3868
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3869
3869
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3870
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3870
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
3871
3871
  self.X = self._X(self, "X", service, rules, path)
3872
3872
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3873
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3874
3873
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3874
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3875
3875
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
3876
3876
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
3877
3877
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -3901,24 +3901,24 @@ class Root(PyMenu):
3901
3901
  Argument DefeaturingSize.
3902
3902
  """
3903
3903
 
3904
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3904
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3905
3905
  """
3906
- Argument AspectRatio.
3906
+ Argument BoundaryLayerLevels.
3907
3907
  """
3908
3908
 
3909
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3909
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3910
3910
  """
3911
- Argument WakeGrowthFactor.
3911
+ Argument Rate.
3912
3912
  """
3913
3913
 
3914
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3914
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3915
3915
  """
3916
- Argument BoundaryLayerLevels.
3916
+ Argument WakeGrowthFactor.
3917
3917
  """
3918
3918
 
3919
- class _Rate(PyNumericalCommandArgumentsSubItem):
3919
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3920
3920
  """
3921
- Argument Rate.
3921
+ Argument NumberOfLayers.
3922
3922
  """
3923
3923
 
3924
3924
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -3936,9 +3936,9 @@ class Root(PyMenu):
3936
3936
  Argument EdgeSelectionList.
3937
3937
  """
3938
3938
 
3939
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3939
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3940
3940
  """
3941
- Argument NumberOfLayers.
3941
+ Argument AspectRatio.
3942
3942
  """
3943
3943
 
3944
3944
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -3951,14 +3951,14 @@ class Root(PyMenu):
3951
3951
  Argument LastRatioPercentage.
3952
3952
  """
3953
3953
 
3954
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
3954
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3955
3955
  """
3956
- Argument FlipDirection.
3956
+ Argument OffsetMethodType.
3957
3957
  """
3958
3958
 
3959
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3959
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
3960
3960
  """
3961
- Argument OffsetMethodType.
3961
+ Argument FlipDirection.
3962
3962
  """
3963
3963
 
3964
3964
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -4591,7 +4591,7 @@ class Root(PyMenu):
4591
4591
  def __init__(self, parent, attr, service, rules, path):
4592
4592
  super().__init__(parent, attr, service, rules, path)
4593
4593
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
4594
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4594
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4595
4595
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
4596
4596
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
4597
4597
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -4602,16 +4602,16 @@ class Root(PyMenu):
4602
4602
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
4603
4603
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
4604
4604
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
4605
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4605
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4606
4606
 
4607
4607
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
4608
4608
  """
4609
4609
  Argument SizeRelativeLength.
4610
4610
  """
4611
4611
 
4612
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4612
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
4613
4613
  """
4614
- Argument XmaxRatio.
4614
+ Argument Xmax.
4615
4615
  """
4616
4616
 
4617
4617
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -4664,9 +4664,9 @@ class Root(PyMenu):
4664
4664
  Argument ZmaxRatio.
4665
4665
  """
4666
4666
 
4667
- class _Xmax(PyNumericalCommandArgumentsSubItem):
4667
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4668
4668
  """
4669
- Argument Xmax.
4669
+ Argument XmaxRatio.
4670
4670
  """
4671
4671
 
4672
4672
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -4682,15 +4682,15 @@ class Root(PyMenu):
4682
4682
  self.Y = self._Y(self, "Y", service, rules, path)
4683
4683
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4684
4684
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4685
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4686
4685
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4686
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4687
4687
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4688
4688
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4689
4689
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4690
4690
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4691
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4692
- self.X = self._X(self, "X", service, rules, path)
4691
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4693
4692
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4693
+ self.X = self._X(self, "X", service, rules, path)
4694
4694
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4695
4695
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4696
4696
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -4727,14 +4727,14 @@ class Root(PyMenu):
4727
4727
  Argument AspectRatio.
4728
4728
  """
4729
4729
 
4730
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4730
+ class _Rate(PyNumericalCommandArgumentsSubItem):
4731
4731
  """
4732
- Argument WakeGrowthFactor.
4732
+ Argument Rate.
4733
4733
  """
4734
4734
 
4735
- class _Rate(PyNumericalCommandArgumentsSubItem):
4735
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4736
4736
  """
4737
- Argument Rate.
4737
+ Argument NumberOfLayers.
4738
4738
  """
4739
4739
 
4740
4740
  class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
@@ -4757,19 +4757,19 @@ class Root(PyMenu):
4757
4757
  Argument EdgeSelectionList.
4758
4758
  """
4759
4759
 
4760
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4760
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4761
4761
  """
4762
- Argument NumberOfLayers.
4762
+ Argument WakeGrowthFactor.
4763
4763
  """
4764
4764
 
4765
- class _X(PyNumericalCommandArgumentsSubItem):
4765
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4766
4766
  """
4767
- Argument X.
4767
+ Argument LastRatioPercentage.
4768
4768
  """
4769
4769
 
4770
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4770
+ class _X(PyNumericalCommandArgumentsSubItem):
4771
4771
  """
4772
- Argument LastRatioPercentage.
4772
+ Argument X.
4773
4773
  """
4774
4774
 
4775
4775
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -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.Thickness = self._Thickness(self, "Thickness", service, rules, path)
5050
- self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5051
5049
  self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
5050
+ self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5052
5051
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
5053
- self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
5052
+ self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
5054
5053
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
5054
+ self.MeshSize = self._MeshSize(self, "MeshSize", 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 _Thickness(PyNumericalCommandArgumentsSubItem):
5065
+ class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
5066
5066
  """
5067
- Argument Thickness.
5067
+ Argument LabelSelectionList.
5068
5068
  """
5069
5069
 
5070
5070
  class _SelectionType(PyTextualCommandArgumentsSubItem):
@@ -5072,19 +5072,14 @@ class Root(PyMenu):
5072
5072
  Argument SelectionType.
5073
5073
  """
5074
5074
 
5075
- class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
5076
- """
5077
- Argument LabelSelectionList.
5078
- """
5079
-
5080
5075
  class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
5081
5076
  """
5082
5077
  Argument ZoneSelectionList.
5083
5078
  """
5084
5079
 
5085
- class _MeshSize(PyNumericalCommandArgumentsSubItem):
5080
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
5086
5081
  """
5087
- Argument MeshSize.
5082
+ Argument Thickness.
5088
5083
  """
5089
5084
 
5090
5085
  class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
@@ -5092,6 +5087,11 @@ class Root(PyMenu):
5092
5087
  Argument FeatureAngle.
5093
5088
  """
5094
5089
 
5090
+ class _MeshSize(PyNumericalCommandArgumentsSubItem):
5091
+ """
5092
+ Argument MeshSize.
5093
+ """
5094
+
5095
5095
  class _BufferSize(PyNumericalCommandArgumentsSubItem):
5096
5096
  """
5097
5097
  Argument BufferSize.
@@ -5817,12 +5817,12 @@ class Root(PyMenu):
5817
5817
  self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
5818
5818
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
5819
5819
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
5820
- self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
5821
5820
  self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
5822
- self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
5821
+ self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
5822
+ self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
5823
5823
  self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
5824
5824
  self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
5825
- self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
5825
+ self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
5826
5826
  self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
5827
5827
 
5828
5828
  class _SplitQuads(PyTextualCommandArgumentsSubItem):
@@ -5840,19 +5840,19 @@ class Root(PyMenu):
5840
5840
  Argument MinAspectRatio.
5841
5841
  """
5842
5842
 
5843
- class _LocalRemesh(PyTextualCommandArgumentsSubItem):
5843
+ class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
5844
5844
  """
5845
- Argument LocalRemesh.
5845
+ Argument RemeshGrowthRate.
5846
5846
  """
5847
5847
 
5848
- class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
5848
+ class _LocalRemesh(PyTextualCommandArgumentsSubItem):
5849
5849
  """
5850
- Argument RemeshGrowthRate.
5850
+ Argument LocalRemesh.
5851
5851
  """
5852
5852
 
5853
- class _GapFactor(PyNumericalCommandArgumentsSubItem):
5853
+ class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
5854
5854
  """
5855
- Argument GapFactor.
5855
+ Argument MaxFaceSkew.
5856
5856
  """
5857
5857
 
5858
5858
  class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
@@ -5865,9 +5865,9 @@ class Root(PyMenu):
5865
5865
  Argument ShowPrism2DPreferences.
5866
5866
  """
5867
5867
 
5868
- class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
5868
+ class _GapFactor(PyNumericalCommandArgumentsSubItem):
5869
5869
  """
5870
- Argument MaxFaceSkew.
5870
+ Argument GapFactor.
5871
5871
  """
5872
5872
 
5873
5873
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
@@ -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.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
6157
6156
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6157
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", 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 _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6186
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6187
6187
  """
6188
- Argument CurvatureNormalAngle.
6188
+ Argument PreviewSizefield.
6189
6189
  """
6190
6190
 
6191
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6191
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6192
6192
  """
6193
- Argument PreviewSizefield.
6193
+ Argument CurvatureNormalAngle.
6194
6194
  """
6195
6195
 
6196
6196
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -6627,11 +6627,11 @@ class Root(PyMenu):
6627
6627
  super().__init__(parent, attr, service, rules, path)
6628
6628
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
6629
6629
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
6630
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
6630
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
6631
6631
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
6632
6632
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
6633
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
6634
6633
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
6634
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", 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
6637
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
@@ -6652,9 +6652,9 @@ class Root(PyMenu):
6652
6652
  Argument FoldFaceLimit.
6653
6653
  """
6654
6654
 
6655
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
6655
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
6656
6656
  """
6657
- Argument SMQualityImprove.
6657
+ Argument SMSeparation.
6658
6658
  """
6659
6659
 
6660
6660
  class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -6667,14 +6667,14 @@ class Root(PyMenu):
6667
6667
  Argument ShowSurfaceMeshPreferences.
6668
6668
  """
6669
6669
 
6670
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
6670
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
6671
6671
  """
6672
- Argument SMSeparation.
6672
+ Argument AutoMerge.
6673
6673
  """
6674
6674
 
6675
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
6675
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
6676
6676
  """
6677
- Argument AutoMerge.
6677
+ Argument SMQualityImprove.
6678
6678
  """
6679
6679
 
6680
6680
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -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.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
6882
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", 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.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
6885
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
6886
6886
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
6887
6887
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", 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 _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
6918
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
6919
6919
  """
6920
- Argument FluidLabelWildcard.
6920
+ Argument ShareTopologyAngle.
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 _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
6933
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
6934
6934
  """
6935
- Argument ShareTopologyAngle.
6935
+ Argument FluidLabelWildcard.
6936
6936
  """
6937
6937
 
6938
6938
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -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.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
7382
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", 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.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
7389
- self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
7390
7387
  self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
7391
- self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
7392
7388
  self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
7393
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
7389
+ self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
7390
+ self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
7391
+ self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
7392
+ self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
7393
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
7394
7394
 
7395
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
7395
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
7396
7396
  """
7397
- Argument PolyInSolids.
7397
+ Argument ShowVolumeMeshPreferences.
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 _QualityMethod(PyTextualCommandArgumentsSubItem):
7425
+ class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
7426
7426
  """
7427
- Argument QualityMethod.
7427
+ Argument PolyFeatureAngle.
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 _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
7435
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
7436
7436
  """
7437
- Argument MergeBodyLabels.
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 _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
7445
+ class _QualityMethod(PyTextualCommandArgumentsSubItem):
7446
7446
  """
7447
- Argument PolyFeatureAngle.
7447
+ Argument QualityMethod.
7448
7448
  """
7449
7449
 
7450
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
7450
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
7451
7451
  """
7452
- Argument ShowVolumeMeshPreferences.
7452
+ Argument PolyInSolids.
7453
7453
  """
7454
7454
 
7455
7455
  class _PrismPreferences(PySingletonCommandArgumentsSubItem):
@@ -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.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
7677
7676
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
7677
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", 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 _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
7706
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
7707
7707
  """
7708
- Argument CurvatureNormalAngle.
7708
+ Argument PreviewSizefield.
7709
7709
  """
7710
7710
 
7711
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
7711
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
7712
7712
  """
7713
- Argument PreviewSizefield.
7713
+ Argument CurvatureNormalAngle.
7714
7714
  """
7715
7715
 
7716
7716
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -8153,8 +8153,8 @@ class Root(PyMenu):
8153
8153
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
8154
8154
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
8155
8155
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
8156
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
8157
8156
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
8157
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
8158
8158
 
8159
8159
  class _HeightNode(PyTextualCommandArgumentsSubItem):
8160
8160
  """
@@ -8191,14 +8191,14 @@ class Root(PyMenu):
8191
8191
  Argument HeightFrontInc.
8192
8192
  """
8193
8193
 
8194
- class _Node1(PyTextualCommandArgumentsSubItem):
8194
+ class _Radius1(PyNumericalCommandArgumentsSubItem):
8195
8195
  """
8196
- Argument Node1.
8196
+ Argument Radius1.
8197
8197
  """
8198
8198
 
8199
- class _Radius1(PyNumericalCommandArgumentsSubItem):
8199
+ class _Node1(PyTextualCommandArgumentsSubItem):
8200
8200
  """
8201
- Argument Radius1.
8201
+ Argument Node1.
8202
8202
  """
8203
8203
 
8204
8204
  class _BoundingBoxObject(PySingletonCommandArgumentsSubItem):
@@ -8209,7 +8209,7 @@ class Root(PyMenu):
8209
8209
  def __init__(self, parent, attr, service, rules, path):
8210
8210
  super().__init__(parent, attr, service, rules, path)
8211
8211
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
8212
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
8212
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
8213
8213
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
8214
8214
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
8215
8215
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -8220,16 +8220,16 @@ class Root(PyMenu):
8220
8220
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
8221
8221
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
8222
8222
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
8223
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
8223
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
8224
8224
 
8225
8225
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
8226
8226
  """
8227
8227
  Argument SizeRelativeLength.
8228
8228
  """
8229
8229
 
8230
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
8230
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
8231
8231
  """
8232
- Argument XmaxRatio.
8232
+ Argument Xmax.
8233
8233
  """
8234
8234
 
8235
8235
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -8282,9 +8282,9 @@ class Root(PyMenu):
8282
8282
  Argument ZmaxRatio.
8283
8283
  """
8284
8284
 
8285
- class _Xmax(PyNumericalCommandArgumentsSubItem):
8285
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
8286
8286
  """
8287
- Argument Xmax.
8287
+ Argument XmaxRatio.
8288
8288
  """
8289
8289
 
8290
8290
  def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
@@ -8683,11 +8683,11 @@ class Root(PyMenu):
8683
8683
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
8684
8684
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
8685
8685
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
8686
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8687
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8686
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8688
8687
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8688
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8689
8689
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8690
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8690
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8691
8691
 
8692
8692
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
8693
8693
  """
@@ -8719,19 +8719,19 @@ class Root(PyMenu):
8719
8719
  Argument OneZonePer.
8720
8720
  """
8721
8721
 
8722
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8722
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8723
8723
  """
8724
- Argument UsePartOrBodyAsSuffix.
8724
+ Argument ImportCurvatureDataFromCAD.
8725
8725
  """
8726
8726
 
8727
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8727
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8728
8728
  """
8729
- Argument ImportNamedSelections.
8729
+ Argument ExtractFeatures.
8730
8730
  """
8731
8731
 
8732
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8732
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8733
8733
  """
8734
- Argument ExtractFeatures.
8734
+ Argument ImportNamedSelections.
8735
8735
  """
8736
8736
 
8737
8737
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -8739,9 +8739,9 @@ class Root(PyMenu):
8739
8739
  Argument ImportPartNames.
8740
8740
  """
8741
8741
 
8742
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8742
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8743
8743
  """
8744
- Argument ImportCurvatureDataFromCAD.
8744
+ Argument UsePartOrBodyAsSuffix.
8745
8745
  """
8746
8746
 
8747
8747
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -8819,8 +8819,8 @@ class Root(PyMenu):
8819
8819
  self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
8820
8820
  self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
8821
8821
  self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
8822
- self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
8823
8822
  self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
8823
+ self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
8824
8824
  self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
8825
8825
  self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
8826
8826
 
@@ -8849,14 +8849,14 @@ class Root(PyMenu):
8849
8849
  Argument AutomaticObjectCreation.
8850
8850
  """
8851
8851
 
8852
- class _ShowImportCadPreferences(PyParameterCommandArgumentsSubItem):
8852
+ class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
8853
8853
  """
8854
- Argument ShowImportCadPreferences.
8854
+ Argument MaxFacetLength.
8855
8855
  """
8856
8856
 
8857
- class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
8857
+ class _ShowImportCadPreferences(PyParameterCommandArgumentsSubItem):
8858
8858
  """
8859
- Argument MaxFacetLength.
8859
+ Argument ShowImportCadPreferences.
8860
8860
  """
8861
8861
 
8862
8862
  class _CISeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -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.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8933
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8934
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", 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 _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8977
8977
  """
8978
- Argument UsePartOrBodyAsSuffix.
8978
+ Argument ImportNamedSelections.
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 _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8987
8987
  """
8988
- Argument ExtractFeatures.
8988
+ Argument ImportCurvatureDataFromCAD.
8989
8989
  """
8990
8990
 
8991
8991
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -9043,10 +9043,10 @@ class Root(PyMenu):
9043
9043
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
9044
9044
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
9045
9045
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
9046
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
9046
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
9047
9047
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
9048
9048
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
9049
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
9049
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
9050
9050
 
9051
9051
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
9052
9052
  """
@@ -9073,9 +9073,9 @@ class Root(PyMenu):
9073
9073
  Argument AllowDefeaturing.
9074
9074
  """
9075
9075
 
9076
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
9076
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
9077
9077
  """
9078
- Argument SIRemoveStep.
9078
+ Argument ShowSMImprovePreferences.
9079
9079
  """
9080
9080
 
9081
9081
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -9088,9 +9088,9 @@ class Root(PyMenu):
9088
9088
  Argument SIStepWidth.
9089
9089
  """
9090
9090
 
9091
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
9091
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
9092
9092
  """
9093
- Argument ShowSMImprovePreferences.
9093
+ Argument SIRemoveStep.
9094
9094
  """
9095
9095
 
9096
9096
  def create_instance(self) -> _ImproveSurfaceMeshCommandArguments:
@@ -9261,8 +9261,8 @@ class Root(PyMenu):
9261
9261
  def __init__(self, parent, attr, service, rules, path):
9262
9262
  super().__init__(parent, attr, service, rules, path)
9263
9263
  self.FirstNumber = self._FirstNumber(self, "FirstNumber", service, rules, path)
9264
- self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", service, rules, path)
9265
9264
  self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
9265
+ self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", 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 _CustomPatternString(PyTextualCommandArgumentsSubItem):
9274
+ class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
9275
9275
  """
9276
- Argument CustomPatternString.
9276
+ Argument NbCellsPerUnit.
9277
9277
  """
9278
9278
 
9279
- class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
9279
+ class _CustomPatternString(PyTextualCommandArgumentsSubItem):
9280
9280
  """
9281
- Argument NbCellsPerUnit.
9281
+ Argument CustomPatternString.
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.Deviation = self._Deviation(self, "Deviation", service, rules, path)
9376
9374
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
9375
+ self.Deviation = self._Deviation(self, "Deviation", 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 _NormalAngle(PyNumericalCommandArgumentsSubItem):
9393
9393
  """
9394
- Argument MaxEdgeLengthFactor.
9394
+ Argument NormalAngle.
9395
9395
  """
9396
9396
 
9397
9397
  class _Deviation(PyNumericalCommandArgumentsSubItem):
@@ -9399,9 +9399,9 @@ class Root(PyMenu):
9399
9399
  Argument Deviation.
9400
9400
  """
9401
9401
 
9402
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
9402
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
9403
9403
  """
9404
- Argument NormalAngle.
9404
+ Argument MaxEdgeLengthFactor.
9405
9405
  """
9406
9406
 
9407
9407
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
@@ -9521,11 +9521,11 @@ 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.SizingType = self._SizingType(self, "SizingType", service, rules, path)
9524
9525
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
9525
9526
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
9526
- self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
9527
- self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
9528
9527
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
9528
+ self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
9529
9529
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
9530
9530
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
9531
9531
 
@@ -9574,6 +9574,11 @@ class Root(PyMenu):
9574
9574
  Argument AdvancedOptions.
9575
9575
  """
9576
9576
 
9577
+ class _SizingType(PyTextualCommandArgumentsSubItem):
9578
+ """
9579
+ Argument SizingType.
9580
+ """
9581
+
9577
9582
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
9578
9583
  """
9579
9584
  Argument WrapGrowthRate.
@@ -9584,9 +9589,9 @@ class Root(PyMenu):
9584
9589
  Argument InitialSizeControl.
9585
9590
  """
9586
9591
 
9587
- class _SizingType(PyTextualCommandArgumentsSubItem):
9592
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
9588
9593
  """
9589
- Argument SizingType.
9594
+ Argument CellsPerGap.
9590
9595
  """
9591
9596
 
9592
9597
  class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -9594,11 +9599,6 @@ class Root(PyMenu):
9594
9599
  Argument WrapCurvatureNormalAngle.
9595
9600
  """
9596
9601
 
9597
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
9598
- """
9599
- Argument CellsPerGap.
9600
- """
9601
-
9602
9602
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
9603
9603
  """
9604
9604
  Argument TargetSizeControl.
@@ -9953,8 +9953,8 @@ class Root(PyMenu):
9953
9953
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
9954
9954
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
9955
9955
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
9956
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
9957
9956
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
9957
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
9958
9958
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
9959
9959
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
9960
9960
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -9983,14 +9983,14 @@ class Root(PyMenu):
9983
9983
  Argument ScopeProximityTo.
9984
9984
  """
9985
9985
 
9986
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
9986
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9987
9987
  """
9988
- Argument PreviewSizefield.
9988
+ Argument CurvatureNormalAngle.
9989
9989
  """
9990
9990
 
9991
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9991
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
9992
9992
  """
9993
- Argument CurvatureNormalAngle.
9993
+ Argument PreviewSizefield.
9994
9994
  """
9995
9995
 
9996
9996
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -10869,9 +10869,9 @@ class Root(PyMenu):
10869
10869
  self.Operation = self._Operation(self, "Operation", service, rules, path)
10870
10870
  self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
10871
10871
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
10872
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
10873
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
10874
10872
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
10873
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
10874
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
10875
10875
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
10876
10876
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
10877
10877
 
@@ -10925,9 +10925,9 @@ class Root(PyMenu):
10925
10925
  Argument STToleranceIncrement.
10926
10926
  """
10927
10927
 
10928
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
10928
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
10929
10929
  """
10930
- Argument ShowShareTopologyPreferences.
10930
+ Argument IntfLabelList.
10931
10931
  """
10932
10932
 
10933
10933
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -10935,9 +10935,9 @@ class Root(PyMenu):
10935
10935
  Argument PerLabelList.
10936
10936
  """
10937
10937
 
10938
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
10938
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
10939
10939
  """
10940
- Argument IntfLabelList.
10940
+ Argument ShowShareTopologyPreferences.
10941
10941
  """
10942
10942
 
10943
10943
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10962,10 +10962,10 @@ class Root(PyMenu):
10962
10962
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
10963
10963
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
10964
10964
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
10965
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10965
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10966
10966
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
10967
10967
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
10968
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10968
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10969
10969
 
10970
10970
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
10971
10971
  """
@@ -10992,9 +10992,9 @@ class Root(PyMenu):
10992
10992
  Argument AllowDefeaturing.
10993
10993
  """
10994
10994
 
10995
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10995
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10996
10996
  """
10997
- Argument SIRemoveStep.
10997
+ Argument ShowSMImprovePreferences.
10998
10998
  """
10999
10999
 
11000
11000
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -11007,9 +11007,9 @@ class Root(PyMenu):
11007
11007
  Argument SIStepWidth.
11008
11008
  """
11009
11009
 
11010
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
11010
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
11011
11011
  """
11012
- Argument ShowSMImprovePreferences.
11012
+ Argument SIRemoveStep.
11013
11013
  """
11014
11014
 
11015
11015
  class _SurfaceMeshPreferences(PySingletonCommandArgumentsSubItem):
@@ -11020,20 +11020,20 @@ class Root(PyMenu):
11020
11020
  def __init__(self, parent, attr, service, rules, path):
11021
11021
  super().__init__(parent, attr, service, rules, path)
11022
11022
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
11023
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
11024
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
11025
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
11026
11023
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
11024
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
11027
11025
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
11026
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
11027
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
11028
11028
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
11029
11029
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
11030
11030
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
11031
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):
@@ -11041,9 +11041,9 @@ class Root(PyMenu):
11041
11041
  Argument SMQualityCollapseLimit.
11042
11042
  """
11043
11043
 
11044
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
11044
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
11045
11045
  """
11046
- Argument AutoMerge.
11046
+ Argument FoldFaceLimit.
11047
11047
  """
11048
11048
 
11049
11049
  class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
@@ -11051,19 +11051,19 @@ class Root(PyMenu):
11051
11051
  Argument SMQualityImprove.
11052
11052
  """
11053
11053
 
11054
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
11054
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
11055
11055
  """
11056
- Argument ShowSurfaceMeshPreferences.
11056
+ Argument SMSeparationAngle.
11057
11057
  """
11058
11058
 
11059
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
11059
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
11060
11060
  """
11061
- Argument FoldFaceLimit.
11061
+ Argument ShowSurfaceMeshPreferences.
11062
11062
  """
11063
11063
 
11064
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
11064
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
11065
11065
  """
11066
- Argument SMSeparationAngle.
11066
+ Argument AutoMerge.
11067
11067
  """
11068
11068
 
11069
11069
  class _SMSeparation(PyTextualCommandArgumentsSubItem):
@@ -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):
@@ -11195,10 +11195,10 @@ class Root(PyMenu):
11195
11195
  def __init__(self, parent, attr, service, rules, path):
11196
11196
  super().__init__(parent, attr, service, rules, path)
11197
11197
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
11198
- self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
11198
+ self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
11199
11199
  self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
11200
+ self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
11200
11201
  self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
11201
- self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
11202
11202
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
11203
11203
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
11204
11204
  self.NewLabelCurvature = self._NewLabelCurvature(self, "NewLabelCurvature", service, rules, path)
@@ -11209,9 +11209,9 @@ class Root(PyMenu):
11209
11209
  Argument NewLabelObjects.
11210
11210
  """
11211
11211
 
11212
- class _NewLabels(PyTextualCommandArgumentsSubItem):
11212
+ class _NewLabelCells(PyTextualCommandArgumentsSubItem):
11213
11213
  """
11214
- Argument NewLabels.
11214
+ Argument NewLabelCells.
11215
11215
  """
11216
11216
 
11217
11217
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -11219,14 +11219,14 @@ class Root(PyMenu):
11219
11219
  Argument NewLabelType.
11220
11220
  """
11221
11221
 
11222
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
11222
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
11223
11223
  """
11224
- Argument NewLabelResolution.
11224
+ Argument NewLabels.
11225
11225
  """
11226
11226
 
11227
- class _NewLabelCells(PyTextualCommandArgumentsSubItem):
11227
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
11228
11228
  """
11229
- Argument NewLabelCells.
11229
+ Argument NewLabelResolution.
11230
11230
  """
11231
11231
 
11232
11232
  class _NewLabelMax(PyTextualCommandArgumentsSubItem):