ansys-fluent-core 0.34.2__py3-none-any.whl → 0.35.dev1__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 (82) hide show
  1. ansys/fluent/core/__init__.py +48 -84
  2. ansys/fluent/core/codegen/allapigen.py +2 -2
  3. ansys/fluent/core/codegen/builtin_settingsgen.py +54 -28
  4. ansys/fluent/core/codegen/datamodelgen.py +3 -1
  5. ansys/fluent/core/codegen/print_fluent_version.py +2 -2
  6. ansys/fluent/core/codegen/settingsgen.py +4 -1
  7. ansys/fluent/core/codegen/tuigen.py +4 -4
  8. ansys/fluent/core/data_model_cache.py +2 -2
  9. ansys/fluent/core/docker/docker_compose.py +8 -9
  10. ansys/fluent/core/docker/utils.py +2 -2
  11. ansys/fluent/core/examples/downloads.py +8 -11
  12. ansys/fluent/core/fluent_connection.py +23 -15
  13. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  14. ansys/fluent/core/generated/datamodel_231/flicing.py +50 -50
  15. ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
  16. ansys/fluent/core/generated/datamodel_232/flicing.py +45 -45
  17. ansys/fluent/core/generated/datamodel_232/meshing.py +172 -172
  18. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  19. ansys/fluent/core/generated/datamodel_241/meshing.py +303 -303
  20. ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
  21. ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
  22. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  23. ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
  24. ansys/fluent/core/generated/datamodel_251/meshing.py +327 -327
  25. ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
  26. ansys/fluent/core/generated/datamodel_252/flicing.py +30 -30
  27. ansys/fluent/core/generated/datamodel_252/meshing.py +370 -370
  28. ansys/fluent/core/generated/datamodel_252/part_management.py +15 -15
  29. ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
  30. ansys/fluent/core/generated/datamodel_261/meshing.py +444 -388
  31. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  32. ansys/fluent/core/generated/datamodel_261/preferences.py +28 -0
  33. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  34. ansys/fluent/core/generated/meshing/tui_261.py +1247 -1136
  35. ansys/fluent/core/generated/solver/settings_261.py +9912 -4184
  36. ansys/fluent/core/generated/solver/settings_261.pyi +6779 -3312
  37. ansys/fluent/core/generated/solver/settings_builtin.py +515 -27
  38. ansys/fluent/core/generated/solver/settings_builtin.pyi +2 -18
  39. ansys/fluent/core/generated/solver/tui_261.py +4439 -3245
  40. ansys/fluent/core/launcher/container_launcher.py +19 -4
  41. ansys/fluent/core/launcher/fluent_container.py +51 -39
  42. ansys/fluent/core/launcher/launch_options.py +5 -4
  43. ansys/fluent/core/launcher/launcher.py +16 -3
  44. ansys/fluent/core/launcher/launcher_utils.py +63 -15
  45. ansys/fluent/core/launcher/pim_launcher.py +17 -3
  46. ansys/fluent/core/launcher/process_launch_string.py +3 -2
  47. ansys/fluent/core/launcher/server_info.py +7 -3
  48. ansys/fluent/core/launcher/slurm_launcher.py +4 -3
  49. ansys/fluent/core/launcher/standalone_launcher.py +6 -3
  50. ansys/fluent/core/launcher/watchdog.py +3 -3
  51. ansys/fluent/core/launcher/watchdog_exec +1 -1
  52. ansys/fluent/core/logger.py +3 -1
  53. ansys/fluent/core/module_config.py +363 -0
  54. ansys/fluent/core/pyfluent_warnings.py +2 -2
  55. ansys/fluent/core/report.py +0 -2
  56. ansys/fluent/core/search.py +43 -18
  57. ansys/fluent/core/services/api_upgrade.py +3 -2
  58. ansys/fluent/core/services/datamodel_se.py +4 -2
  59. ansys/fluent/core/services/health_check.py +3 -1
  60. ansys/fluent/core/services/interceptors.py +8 -6
  61. ansys/fluent/core/session.py +31 -3
  62. ansys/fluent/core/session_pure_meshing.py +1 -1
  63. ansys/fluent/core/session_shared.py +4 -4
  64. ansys/fluent/core/session_solver.py +13 -6
  65. ansys/fluent/core/session_utilities.py +7 -0
  66. ansys/fluent/core/solver/flobject.py +6 -4
  67. ansys/fluent/core/solver/flunits.py +2 -0
  68. ansys/fluent/core/solver/settings_builtin_bases.py +3 -3
  69. ansys/fluent/core/solver/settings_builtin_data.py +2 -14
  70. ansys/fluent/core/streaming_services/datamodel_event_streaming.py +3 -2
  71. ansys/fluent/core/streaming_services/datamodel_streaming.py +3 -1
  72. ansys/fluent/core/streaming_services/events_streaming.py +2 -18
  73. ansys/fluent/core/system_coupling.py +3 -1
  74. ansys/fluent/core/utils/__init__.py +0 -7
  75. ansys/fluent/core/utils/data_transfer.py +3 -3
  76. ansys/fluent/core/utils/file_transfer_service.py +24 -15
  77. ansys/fluent/core/utils/fluent_version.py +3 -3
  78. ansys/fluent/core/utils/networking.py +13 -4
  79. {ansys_fluent_core-0.34.2.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/METADATA +8 -7
  80. {ansys_fluent_core-0.34.2.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/RECORD +82 -81
  81. {ansys_fluent_core-0.34.2.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/WHEEL +1 -1
  82. {ansys_fluent_core-0.34.2.dist-info → ansys_fluent_core-0.35.dev1.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.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
533
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
532
+ self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", 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.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
536
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
537
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
538
538
 
539
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
539
+ class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
540
540
  """
541
- Argument MinAspectRatio.
541
+ Argument AdjacentAttachAngle.
542
542
  """
543
543
 
544
- 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 _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
564
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
565
565
  """
566
- Argument AdjacentAttachAngle.
566
+ Argument MinAspectRatio.
567
567
  """
568
568
 
569
569
  def create_instance(self) -> _Add2DBoundaryLayersCommandArguments:
@@ -745,20 +745,20 @@ class Root(PyMenu):
745
745
 
746
746
  def __init__(self, parent, attr, service, rules, path):
747
747
  super().__init__(parent, attr, service, rules, path)
748
- self.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):
@@ -1303,10 +1303,10 @@ class Root(PyMenu):
1303
1303
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
1304
1304
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
1305
1305
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
1306
- self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
1307
1306
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
1308
- self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
1307
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
1309
1308
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
1309
+ self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
1310
1310
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
1311
1311
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
1312
1312
 
@@ -1360,19 +1360,14 @@ class Root(PyMenu):
1360
1360
  Argument SizingType.
1361
1361
  """
1362
1362
 
1363
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
1364
- """
1365
- Argument InitialSizeControl.
1366
- """
1367
-
1368
1363
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
1369
1364
  """
1370
1365
  Argument WrapGrowthRate.
1371
1366
  """
1372
1367
 
1373
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
1368
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
1374
1369
  """
1375
- Argument CellsPerGap.
1370
+ Argument InitialSizeControl.
1376
1371
  """
1377
1372
 
1378
1373
  class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -1380,6 +1375,11 @@ class Root(PyMenu):
1380
1375
  Argument WrapCurvatureNormalAngle.
1381
1376
  """
1382
1377
 
1378
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
1379
+ """
1380
+ Argument CellsPerGap.
1381
+ """
1382
+
1383
1383
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
1384
1384
  """
1385
1385
  Argument TargetSizeControl.
@@ -1835,8 +1835,8 @@ class Root(PyMenu):
1835
1835
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
1836
1836
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
1837
1837
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
1838
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
1839
1838
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
1839
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
1840
1840
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
1841
1841
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
1842
1842
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -1865,14 +1865,14 @@ class Root(PyMenu):
1865
1865
  Argument ScopeProximityTo.
1866
1866
  """
1867
1867
 
1868
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
1868
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1869
1869
  """
1870
- Argument PreviewSizefield.
1870
+ Argument CurvatureNormalAngle.
1871
1871
  """
1872
1872
 
1873
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
1873
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
1874
1874
  """
1875
- Argument CurvatureNormalAngle.
1875
+ Argument PreviewSizefield.
1876
1876
  """
1877
1877
 
1878
1878
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -2080,10 +2080,10 @@ class Root(PyMenu):
2080
2080
  def __init__(self, parent, attr, service, rules, path):
2081
2081
  super().__init__(parent, attr, service, rules, path)
2082
2082
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
2083
- self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
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
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
2086
+ self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
2087
2087
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
2088
2088
 
2089
2089
  class _AdjacentAttachAngle(PyNumericalCommandArgumentsSubItem):
@@ -2091,9 +2091,9 @@ class Root(PyMenu):
2091
2091
  Argument AdjacentAttachAngle.
2092
2092
  """
2093
2093
 
2094
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
2094
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
2095
2095
  """
2096
- Argument ExposeSide.
2096
+ Argument ShowShellBLAdvancedOptions.
2097
2097
  """
2098
2098
 
2099
2099
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -2106,9 +2106,9 @@ class Root(PyMenu):
2106
2106
  Argument MaxAspectRatio.
2107
2107
  """
2108
2108
 
2109
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
2109
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
2110
2110
  """
2111
- Argument ShowShellBLAdvancedOptions.
2111
+ Argument ExposeSide.
2112
2112
  """
2113
2113
 
2114
2114
  class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -2675,11 +2675,11 @@ class Root(PyMenu):
2675
2675
  def __init__(self, parent, attr, service, rules, path):
2676
2676
  super().__init__(parent, attr, service, rules, path)
2677
2677
  self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
2678
- self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
2678
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2679
2679
  self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
2680
2680
  self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
2681
2681
  self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
2682
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2682
+ self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
2683
2683
  self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
2684
2684
  self.WrapSizeFieldFileName = self._WrapSizeFieldFileName(self, "WrapSizeFieldFileName", service, rules, path)
2685
2685
  self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
@@ -2690,9 +2690,9 @@ class Root(PyMenu):
2690
2690
  Argument WrapTargetSizeFieldRatio.
2691
2691
  """
2692
2692
 
2693
- class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
2693
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
2694
2694
  """
2695
- Argument WrapTargetBothOptions.
2695
+ Argument AdvancedOptions.
2696
2696
  """
2697
2697
 
2698
2698
  class _SolidFluidRaio(PyNumericalCommandArgumentsSubItem):
@@ -2710,9 +2710,9 @@ class Root(PyMenu):
2710
2710
  Argument EdgeProximityComputation.
2711
2711
  """
2712
2712
 
2713
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
2713
+ class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
2714
2714
  """
2715
- Argument AdvancedOptions.
2715
+ Argument WrapTargetBothOptions.
2716
2716
  """
2717
2717
 
2718
2718
  class _ExistingSizeField(PyTextualCommandArgumentsSubItem):
@@ -3087,10 +3087,10 @@ class Root(PyMenu):
3087
3087
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3088
3088
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3089
3089
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3090
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3091
3090
  self.X = self._X(self, "X", service, rules, path)
3092
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3091
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", 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)
@@ -3160,19 +3160,14 @@ class Root(PyMenu):
3160
3160
  Argument NumberOfLayers.
3161
3161
  """
3162
3162
 
3163
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3164
- """
3165
- Argument LastRatioPercentage.
3166
- """
3167
-
3168
3163
  class _X(PyNumericalCommandArgumentsSubItem):
3169
3164
  """
3170
3165
  Argument X.
3171
3166
  """
3172
3167
 
3173
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3168
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3174
3169
  """
3175
- Argument OffsetMethodType.
3170
+ Argument LastRatioPercentage.
3176
3171
  """
3177
3172
 
3178
3173
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -3180,6 +3175,11 @@ class Root(PyMenu):
3180
3175
  Argument FlipDirection.
3181
3176
  """
3182
3177
 
3178
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3179
+ """
3180
+ Argument OffsetMethodType.
3181
+ """
3182
+
3183
3183
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
3184
3184
  """
3185
3185
  Argument FirstHeight.
@@ -3209,8 +3209,8 @@ class Root(PyMenu):
3209
3209
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
3210
3210
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
3211
3211
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
3212
- self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3213
3212
  self.Node1 = self._Node1(self, "Node1", service, rules, path)
3213
+ self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3214
3214
 
3215
3215
  class _HeightNode(PyTextualCommandArgumentsSubItem):
3216
3216
  """
@@ -3247,14 +3247,14 @@ class Root(PyMenu):
3247
3247
  Argument HeightFrontInc.
3248
3248
  """
3249
3249
 
3250
- class _Radius1(PyNumericalCommandArgumentsSubItem):
3250
+ class _Node1(PyTextualCommandArgumentsSubItem):
3251
3251
  """
3252
- Argument Radius1.
3252
+ Argument Node1.
3253
3253
  """
3254
3254
 
3255
- class _Node1(PyTextualCommandArgumentsSubItem):
3255
+ class _Radius1(PyNumericalCommandArgumentsSubItem):
3256
3256
  """
3257
- Argument Node1.
3257
+ Argument Radius1.
3258
3258
  """
3259
3259
 
3260
3260
  def create_instance(self) -> _CreateBackgroundMeshCommandArguments:
@@ -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)
3471
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3472
- self.Rate = self._Rate(self, "Rate", service, rules, path)
3470
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3473
3471
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3472
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3473
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", 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)
3478
- self.X = self._X(self, "X", service, rules, path)
3477
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
3479
3478
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3480
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3479
+ self.X = self._X(self, "X", 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,24 +3508,24 @@ 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
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3516
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3517
3517
  """
3518
- Argument WakeGrowthFactor.
3518
+ Argument NumberOfLayers.
3519
3519
  """
3520
3520
 
3521
- class _Rate(PyNumericalCommandArgumentsSubItem):
3521
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
3522
3522
  """
3523
- Argument Rate.
3523
+ Argument WakeGrowthFactor.
3524
3524
  """
3525
3525
 
3526
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3526
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
3527
3527
  """
3528
- Argument NumberOfLayers.
3528
+ Argument AspectRatio.
3529
3529
  """
3530
3530
 
3531
3531
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -3543,14 +3543,9 @@ class Root(PyMenu):
3543
3543
  Argument EdgeSelectionList.
3544
3544
  """
3545
3545
 
3546
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3547
- """
3548
- Argument BoundaryLayerLevels.
3549
- """
3550
-
3551
- class _X(PyNumericalCommandArgumentsSubItem):
3546
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3552
3547
  """
3553
- Argument X.
3548
+ Argument Rate.
3554
3549
  """
3555
3550
 
3556
3551
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -3558,9 +3553,9 @@ class Root(PyMenu):
3558
3553
  Argument LastRatioPercentage.
3559
3554
  """
3560
3555
 
3561
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
3556
+ class _X(PyNumericalCommandArgumentsSubItem):
3562
3557
  """
3563
- Argument FlipDirection.
3558
+ Argument X.
3564
3559
  """
3565
3560
 
3566
3561
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -3568,6 +3563,11 @@ class Root(PyMenu):
3568
3563
  Argument OffsetMethodType.
3569
3564
  """
3570
3565
 
3566
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
3567
+ """
3568
+ Argument FlipDirection.
3569
+ """
3570
+
3571
3571
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
3572
3572
  """
3573
3573
  Argument FirstHeight.
@@ -3597,8 +3597,8 @@ class Root(PyMenu):
3597
3597
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
3598
3598
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
3599
3599
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
3600
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
3601
3600
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
3601
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
3602
3602
 
3603
3603
  class _HeightNode(PyTextualCommandArgumentsSubItem):
3604
3604
  """
@@ -3635,14 +3635,14 @@ class Root(PyMenu):
3635
3635
  Argument HeightFrontInc.
3636
3636
  """
3637
3637
 
3638
- class _Node1(PyTextualCommandArgumentsSubItem):
3638
+ class _Radius1(PyNumericalCommandArgumentsSubItem):
3639
3639
  """
3640
- Argument Node1.
3640
+ Argument Radius1.
3641
3641
  """
3642
3642
 
3643
- class _Radius1(PyNumericalCommandArgumentsSubItem):
3643
+ class _Node1(PyTextualCommandArgumentsSubItem):
3644
3644
  """
3645
- Argument Radius1.
3645
+ Argument Node1.
3646
3646
  """
3647
3647
 
3648
3648
  class _VolumeFill(PyTextualCommandArgumentsSubItem):
@@ -3770,7 +3770,7 @@ class Root(PyMenu):
3770
3770
  def __init__(self, parent, attr, service, rules, path):
3771
3771
  super().__init__(parent, attr, service, rules, path)
3772
3772
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
3773
- self.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.Rate = self._Rate(self, "Rate", service, rules, path)
3865
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3866
3863
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
3864
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
3865
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
3866
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
3867
3867
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
3868
3868
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
3869
3869
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
3870
- 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.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
3874
3873
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
3874
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", 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,14 +3901,14 @@ 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 _Rate(PyNumericalCommandArgumentsSubItem):
3909
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
3910
3910
  """
3911
- Argument Rate.
3911
+ Argument NumberOfLayers.
3912
3912
  """
3913
3913
 
3914
3914
  class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
@@ -3916,9 +3916,9 @@ class Root(PyMenu):
3916
3916
  Argument WakeGrowthFactor.
3917
3917
  """
3918
3918
 
3919
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
3919
+ class _Rate(PyNumericalCommandArgumentsSubItem):
3920
3920
  """
3921
- Argument BoundaryLayerLevels.
3921
+ Argument Rate.
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 _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3954
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
3955
3955
  """
3956
- Argument OffsetMethodType.
3956
+ Argument FlipDirection.
3957
3957
  """
3958
3958
 
3959
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
3959
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
3960
3960
  """
3961
- Argument FlipDirection.
3961
+ Argument OffsetMethodType.
3962
3962
  """
3963
3963
 
3964
3964
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -4681,14 +4681,14 @@ class Root(PyMenu):
4681
4681
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
4682
4682
  self.Y = self._Y(self, "Y", service, rules, path)
4683
4683
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4684
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4685
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4684
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4686
4685
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4686
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4687
4687
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4688
4688
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4689
4689
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4690
4690
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4691
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4691
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4692
4692
  self.X = self._X(self, "X", service, rules, path)
4693
4693
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4694
4694
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
@@ -4722,19 +4722,19 @@ class Root(PyMenu):
4722
4722
  Argument DefeaturingSize.
4723
4723
  """
4724
4724
 
4725
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4725
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4726
4726
  """
4727
- Argument AspectRatio.
4727
+ Argument BoundaryLayerLevels.
4728
4728
  """
4729
4729
 
4730
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4730
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4731
4731
  """
4732
- Argument NumberOfLayers.
4732
+ Argument WakeGrowthFactor.
4733
4733
  """
4734
4734
 
4735
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4735
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4736
4736
  """
4737
- Argument WakeGrowthFactor.
4737
+ Argument NumberOfLayers.
4738
4738
  """
4739
4739
 
4740
4740
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -4757,9 +4757,9 @@ class Root(PyMenu):
4757
4757
  Argument EdgeSelectionList.
4758
4758
  """
4759
4759
 
4760
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4760
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4761
4761
  """
4762
- Argument BoundaryLayerLevels.
4762
+ Argument AspectRatio.
4763
4763
  """
4764
4764
 
4765
4765
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -5047,11 +5047,11 @@ class Root(PyMenu):
5047
5047
  super().__init__(parent, attr, service, rules, path)
5048
5048
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5049
5049
  self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
5050
- self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5051
5050
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
5052
5051
  self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
5053
- self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
5052
+ self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
5054
5053
  self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
5054
+ self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
5055
5055
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
5056
5056
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5057
5057
  self.NonRectangularBufferSize = self._NonRectangularBufferSize(self, "NonRectangularBufferSize", service, rules, path)
@@ -5067,11 +5067,6 @@ class Root(PyMenu):
5067
5067
  Argument Thickness.
5068
5068
  """
5069
5069
 
5070
- class _SelectionType(PyTextualCommandArgumentsSubItem):
5071
- """
5072
- Argument SelectionType.
5073
- """
5074
-
5075
5070
  class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
5076
5071
  """
5077
5072
  Argument ZoneSelectionList.
@@ -5082,9 +5077,9 @@ class Root(PyMenu):
5082
5077
  Argument LabelSelectionList.
5083
5078
  """
5084
5079
 
5085
- class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
5080
+ class _SelectionType(PyTextualCommandArgumentsSubItem):
5086
5081
  """
5087
- Argument FeatureAngle.
5082
+ Argument SelectionType.
5088
5083
  """
5089
5084
 
5090
5085
  class _MeshSize(PyNumericalCommandArgumentsSubItem):
@@ -5092,6 +5087,11 @@ class Root(PyMenu):
5092
5087
  Argument MeshSize.
5093
5088
  """
5094
5089
 
5090
+ class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
5091
+ """
5092
+ Argument FeatureAngle.
5093
+ """
5094
+
5095
5095
  class _BufferSize(PyNumericalCommandArgumentsSubItem):
5096
5096
  """
5097
5097
  Argument BufferSize.
@@ -5399,8 +5399,8 @@ class Root(PyMenu):
5399
5399
  super().__init__(parent, attr, service, rules, path)
5400
5400
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
5401
5401
  self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
5402
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
5403
5402
  self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
5403
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
5404
5404
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
5405
5405
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
5406
5406
  self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
@@ -5417,14 +5417,14 @@ class Root(PyMenu):
5417
5417
  Argument ZeroThickness.
5418
5418
  """
5419
5419
 
5420
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
5420
+ class _CloseLeakges(PyTextualCommandArgumentsSubItem):
5421
5421
  """
5422
- Argument AdvancedOptions.
5422
+ Argument CloseLeakges.
5423
5423
  """
5424
5424
 
5425
- class _CloseLeakges(PyTextualCommandArgumentsSubItem):
5425
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
5426
5426
  """
5427
- Argument CloseLeakges.
5427
+ Argument AdvancedOptions.
5428
5428
  """
5429
5429
 
5430
5430
  class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
@@ -5817,12 +5817,12 @@ class Root(PyMenu):
5817
5817
  self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
5818
5818
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
5819
5819
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
5820
- self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
5821
5820
  self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
5822
- self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
5821
+ self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
5822
+ self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
5823
5823
  self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
5824
5824
  self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
5825
- self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
5825
+ self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", 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 _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
5843
+ class _LocalRemesh(PyTextualCommandArgumentsSubItem):
5844
5844
  """
5845
- Argument RemeshGrowthRate.
5845
+ Argument LocalRemesh.
5846
5846
  """
5847
5847
 
5848
- class _LocalRemesh(PyTextualCommandArgumentsSubItem):
5848
+ class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
5849
5849
  """
5850
- Argument LocalRemesh.
5850
+ Argument RemeshGrowthRate.
5851
5851
  """
5852
5852
 
5853
- class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
5853
+ class _GapFactor(PyNumericalCommandArgumentsSubItem):
5854
5854
  """
5855
- Argument MaxFaceSkew.
5855
+ Argument GapFactor.
5856
5856
  """
5857
5857
 
5858
5858
  class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
@@ -5865,9 +5865,9 @@ class Root(PyMenu):
5865
5865
  Argument RefineStretchedQuads.
5866
5866
  """
5867
5867
 
5868
- class _GapFactor(PyNumericalCommandArgumentsSubItem):
5868
+ class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
5869
5869
  """
5870
- Argument GapFactor.
5870
+ Argument MaxFaceSkew.
5871
5871
  """
5872
5872
 
5873
5873
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
@@ -6493,8 +6493,8 @@ class Root(PyMenu):
6493
6493
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
6494
6494
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
6495
6495
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
6496
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6497
6496
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
6497
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
6498
6498
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
6499
6499
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
6500
6500
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -6523,14 +6523,14 @@ class Root(PyMenu):
6523
6523
  Argument ScopeProximityTo.
6524
6524
  """
6525
6525
 
6526
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6526
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6527
6527
  """
6528
- Argument PreviewSizefield.
6528
+ Argument CurvatureNormalAngle.
6529
6529
  """
6530
6530
 
6531
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
6531
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
6532
6532
  """
6533
- Argument CurvatureNormalAngle.
6533
+ Argument PreviewSizefield.
6534
6534
  """
6535
6535
 
6536
6536
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -6628,18 +6628,18 @@ class Root(PyMenu):
6628
6628
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
6629
6629
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
6630
6630
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
6631
- self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
6632
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
6633
6631
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
6632
+ self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
6634
6633
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
6634
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
6635
6635
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
6636
6636
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
6637
6637
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
6638
6638
  self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
6639
6639
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
6640
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
6641
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
6642
6640
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
6641
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
6642
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
6643
6643
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
6644
6644
 
6645
6645
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -6657,24 +6657,24 @@ class Root(PyMenu):
6657
6657
  Argument SMQualityImprove.
6658
6658
  """
6659
6659
 
6660
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
6660
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
6661
6661
  """
6662
- Argument SMSeparationAngle.
6662
+ Argument ShowSurfaceMeshPreferences.
6663
6663
  """
6664
6664
 
6665
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
6665
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
6666
6666
  """
6667
- Argument SMSeparation.
6667
+ Argument SMSeparationAngle.
6668
6668
  """
6669
6669
 
6670
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
6670
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
6671
6671
  """
6672
- Argument ShowSurfaceMeshPreferences.
6672
+ Argument FoldFaceLimit.
6673
6673
  """
6674
6674
 
6675
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
6675
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
6676
6676
  """
6677
- Argument FoldFaceLimit.
6677
+ Argument SMSeparation.
6678
6678
  """
6679
6679
 
6680
6680
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -6702,9 +6702,9 @@ class Root(PyMenu):
6702
6702
  Argument SMQualityMaxAngle.
6703
6703
  """
6704
6704
 
6705
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
6705
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
6706
6706
  """
6707
- Argument SelfIntersectCheck.
6707
+ Argument SMQualityImproveLimit.
6708
6708
  """
6709
6709
 
6710
6710
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -6712,9 +6712,9 @@ class Root(PyMenu):
6712
6712
  Argument AutoSurfaceRemesh.
6713
6713
  """
6714
6714
 
6715
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
6715
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
6716
6716
  """
6717
- Argument SMQualityImproveLimit.
6717
+ Argument SelfIntersectCheck.
6718
6718
  """
6719
6719
 
6720
6720
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -6774,18 +6774,18 @@ class Root(PyMenu):
6774
6774
 
6775
6775
  def __init__(self, parent, attr, service, rules, path):
6776
6776
  super().__init__(parent, attr, service, rules, path)
6777
- self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
6778
6777
  self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
6778
+ self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
6779
6779
  self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
6780
6780
 
6781
- class _MaxSize(PyNumericalCommandArgumentsSubItem):
6781
+ class _RefineFaceting(PyParameterCommandArgumentsSubItem):
6782
6782
  """
6783
- Argument MaxSize.
6783
+ Argument RefineFaceting.
6784
6784
  """
6785
6785
 
6786
- class _RefineFaceting(PyParameterCommandArgumentsSubItem):
6786
+ class _MaxSize(PyNumericalCommandArgumentsSubItem):
6787
6787
  """
6788
- Argument RefineFaceting.
6788
+ Argument MaxSize.
6789
6789
  """
6790
6790
 
6791
6791
  class _Tolerance(PyNumericalCommandArgumentsSubItem):
@@ -6806,11 +6806,11 @@ class Root(PyMenu):
6806
6806
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
6807
6807
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
6808
6808
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
6809
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
6810
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
6809
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
6811
6810
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
6811
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
6812
6812
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
6813
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
6813
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
6814
6814
 
6815
6815
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
6816
6816
  """
@@ -6842,19 +6842,19 @@ class Root(PyMenu):
6842
6842
  Argument OneZonePer.
6843
6843
  """
6844
6844
 
6845
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
6845
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
6846
6846
  """
6847
- Argument ImportCurvatureDataFromCAD.
6847
+ Argument UsePartOrBodyAsSuffix.
6848
6848
  """
6849
6849
 
6850
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
6850
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
6851
6851
  """
6852
- Argument ImportNamedSelections.
6852
+ Argument ExtractFeatures.
6853
6853
  """
6854
6854
 
6855
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
6855
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
6856
6856
  """
6857
- Argument ExtractFeatures.
6857
+ Argument ImportCurvatureDataFromCAD.
6858
6858
  """
6859
6859
 
6860
6860
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -6862,9 +6862,9 @@ class Root(PyMenu):
6862
6862
  Argument ImportPartNames.
6863
6863
  """
6864
6864
 
6865
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
6865
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
6866
6866
  """
6867
- Argument UsePartOrBodyAsSuffix.
6867
+ Argument ImportNamedSelections.
6868
6868
  """
6869
6869
 
6870
6870
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -6884,9 +6884,9 @@ class Root(PyMenu):
6884
6884
  self.Operation = self._Operation(self, "Operation", service, rules, path)
6885
6885
  self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
6886
6886
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
6887
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
6888
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
6889
6887
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
6888
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
6889
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
6890
6890
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
6891
6891
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
6892
6892
 
@@ -6940,9 +6940,9 @@ class Root(PyMenu):
6940
6940
  Argument STToleranceIncrement.
6941
6941
  """
6942
6942
 
6943
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
6943
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
6944
6944
  """
6945
- Argument ShowShareTopologyPreferences.
6945
+ Argument IntfLabelList.
6946
6946
  """
6947
6947
 
6948
6948
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -6950,9 +6950,9 @@ class Root(PyMenu):
6950
6950
  Argument PerLabelList.
6951
6951
  """
6952
6952
 
6953
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
6953
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
6954
6954
  """
6955
- Argument IntfLabelList.
6955
+ Argument ShowShareTopologyPreferences.
6956
6956
  """
6957
6957
 
6958
6958
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -7308,18 +7308,18 @@ class Root(PyMenu):
7308
7308
 
7309
7309
  def __init__(self, parent, attr, service, rules, path):
7310
7310
  super().__init__(parent, attr, service, rules, path)
7311
- self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
7312
- self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
7313
7311
  self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
7312
+ self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
7313
+ self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
7314
7314
  self.Type = self._Type(self, "Type", service, rules, path)
7315
7315
  self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
7316
7316
  self.HexMaxCellLength = self._HexMaxCellLength(self, "HexMaxCellLength", service, rules, path)
7317
7317
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
7318
7318
  self.BufferLayers = self._BufferLayers(self, "BufferLayers", service, rules, path)
7319
7319
 
7320
- class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
7320
+ class _PeelLayers(PyNumericalCommandArgumentsSubItem):
7321
7321
  """
7322
- Argument HexMinCellLength.
7322
+ Argument PeelLayers.
7323
7323
  """
7324
7324
 
7325
7325
  class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
@@ -7327,9 +7327,9 @@ class Root(PyMenu):
7327
7327
  Argument TetPolyMaxCellLength.
7328
7328
  """
7329
7329
 
7330
- class _PeelLayers(PyNumericalCommandArgumentsSubItem):
7330
+ class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
7331
7331
  """
7332
- Argument PeelLayers.
7332
+ Argument HexMinCellLength.
7333
7333
  """
7334
7334
 
7335
7335
  class _Type(PyTextualCommandArgumentsSubItem):
@@ -7379,22 +7379,22 @@ class Root(PyMenu):
7379
7379
 
7380
7380
  def __init__(self, parent, attr, service, rules, path):
7381
7381
  super().__init__(parent, attr, service, rules, path)
7382
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
7382
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
7383
7383
  self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
7384
7384
  self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
7385
7385
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
7386
7386
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
7387
- self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
7387
+ self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
7388
7388
  self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
7389
7389
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
7390
- self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
7390
+ self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
7391
7391
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
7392
- self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
7393
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
7392
+ self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
7393
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
7394
7394
 
7395
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
7395
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
7396
7396
  """
7397
- Argument ShowVolumeMeshPreferences.
7397
+ Argument PolyInSolids.
7398
7398
  """
7399
7399
 
7400
7400
  class _WritePrismControlFile(PyTextualCommandArgumentsSubItem):
@@ -7417,9 +7417,9 @@ 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
7425
  class _QualityMethod(PyTextualCommandArgumentsSubItem):
@@ -7432,9 +7432,9 @@ class Root(PyMenu):
7432
7432
  Argument SolidGrowthRate.
7433
7433
  """
7434
7434
 
7435
- class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
7435
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
7436
7436
  """
7437
- Argument PolyFeatureAngle.
7437
+ Argument UseSizeField.
7438
7438
  """
7439
7439
 
7440
7440
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -7442,14 +7442,14 @@ class Root(PyMenu):
7442
7442
  Argument QualityWarningLimit.
7443
7443
  """
7444
7444
 
7445
- class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
7445
+ class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
7446
7446
  """
7447
- Argument MergeBodyLabels.
7447
+ Argument PolyFeatureAngle.
7448
7448
  """
7449
7449
 
7450
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
7450
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
7451
7451
  """
7452
- Argument PolyInSolids.
7452
+ Argument ShowVolumeMeshPreferences.
7453
7453
  """
7454
7454
 
7455
7455
  class _PrismPreferences(PySingletonCommandArgumentsSubItem):
@@ -7465,10 +7465,10 @@ class Root(PyMenu):
7465
7465
  self.PrismGapFactor = self._PrismGapFactor(self, "PrismGapFactor", service, rules, path)
7466
7466
  self.IgnoreInflation = self._IgnoreInflation(self, "IgnoreInflation", service, rules, path)
7467
7467
  self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
7468
- self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
7469
7468
  self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
7470
- self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
7469
+ self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
7471
7470
  self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
7471
+ self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
7472
7472
  self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
7473
7473
 
7474
7474
  class _PrismKeepFirstLayer(PyTextualCommandArgumentsSubItem):
@@ -7501,19 +7501,14 @@ class Root(PyMenu):
7501
7501
  Argument MergeBoundaryLayers.
7502
7502
  """
7503
7503
 
7504
- class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
7505
- """
7506
- Argument ShowPrismPreferences.
7507
- """
7508
-
7509
7504
  class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
7510
7505
  """
7511
7506
  Argument NormalSmoothRelaxationFactor.
7512
7507
  """
7513
7508
 
7514
- class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
7509
+ class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
7515
7510
  """
7516
- Argument PrismMinAspectRatio.
7511
+ Argument ShowPrismPreferences.
7517
7512
  """
7518
7513
 
7519
7514
  class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
@@ -7521,6 +7516,11 @@ class Root(PyMenu):
7521
7516
  Argument StairstepExposedQuads.
7522
7517
  """
7523
7518
 
7519
+ class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
7520
+ """
7521
+ Argument PrismMinAspectRatio.
7522
+ """
7523
+
7524
7524
  class _PrismAdjacentAngle(PyNumericalCommandArgumentsSubItem):
7525
7525
  """
7526
7526
  Argument PrismAdjacentAngle.
@@ -7903,10 +7903,10 @@ class Root(PyMenu):
7903
7903
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
7904
7904
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
7905
7905
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
7906
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
7906
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
7907
7907
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
7908
7908
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
7909
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
7909
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
7910
7910
 
7911
7911
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
7912
7912
  """
@@ -7933,9 +7933,9 @@ class Root(PyMenu):
7933
7933
  Argument AllowDefeaturing.
7934
7934
  """
7935
7935
 
7936
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
7936
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
7937
7937
  """
7938
- Argument ShowSMImprovePreferences.
7938
+ Argument SIRemoveStep.
7939
7939
  """
7940
7940
 
7941
7941
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -7948,9 +7948,9 @@ class Root(PyMenu):
7948
7948
  Argument SIStepWidth.
7949
7949
  """
7950
7950
 
7951
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
7951
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
7952
7952
  """
7953
- Argument SIRemoveStep.
7953
+ Argument ShowSMImprovePreferences.
7954
7954
  """
7955
7955
 
7956
7956
  def create_instance(self) -> _GeometrySetupCommandArguments:
@@ -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.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
8157
8156
  self.Node1 = self._Node1(self, "Node1", service, rules, path)
8157
+ self.Radius1 = self._Radius1(self, "Radius1", 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 _Radius1(PyNumericalCommandArgumentsSubItem):
8194
+ class _Node1(PyTextualCommandArgumentsSubItem):
8195
8195
  """
8196
- Argument Radius1.
8196
+ Argument Node1.
8197
8197
  """
8198
8198
 
8199
- class _Node1(PyTextualCommandArgumentsSubItem):
8199
+ class _Radius1(PyNumericalCommandArgumentsSubItem):
8200
8200
  """
8201
- Argument Node1.
8201
+ Argument Radius1.
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.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8686
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8687
8687
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8688
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8688
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8689
8689
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8690
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8690
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8691
8691
 
8692
8692
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
8693
8693
  """
@@ -8719,9 +8719,9 @@ class Root(PyMenu):
8719
8719
  Argument OneZonePer.
8720
8720
  """
8721
8721
 
8722
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8722
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8723
8723
  """
8724
- Argument ImportCurvatureDataFromCAD.
8724
+ Argument UsePartOrBodyAsSuffix.
8725
8725
  """
8726
8726
 
8727
8727
  class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
@@ -8729,9 +8729,9 @@ class Root(PyMenu):
8729
8729
  Argument ExtractFeatures.
8730
8730
  """
8731
8731
 
8732
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8732
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8733
8733
  """
8734
- Argument ImportNamedSelections.
8734
+ Argument ImportCurvatureDataFromCAD.
8735
8735
  """
8736
8736
 
8737
8737
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -8739,9 +8739,9 @@ class Root(PyMenu):
8739
8739
  Argument ImportPartNames.
8740
8740
  """
8741
8741
 
8742
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8742
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8743
8743
  """
8744
- Argument UsePartOrBodyAsSuffix.
8744
+ Argument ImportNamedSelections.
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.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
8823
8822
  self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
8823
+ self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
8824
8824
  self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
8825
8825
  self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
8826
8826
 
@@ -8849,14 +8849,14 @@ class Root(PyMenu):
8849
8849
  Argument AutomaticObjectCreation.
8850
8850
  """
8851
8851
 
8852
- class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
8852
+ class _ShowImportCadPreferences(PyParameterCommandArgumentsSubItem):
8853
8853
  """
8854
- Argument MaxFacetLength.
8854
+ Argument ShowImportCadPreferences.
8855
8855
  """
8856
8856
 
8857
- class _ShowImportCadPreferences(PyParameterCommandArgumentsSubItem):
8857
+ class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
8858
8858
  """
8859
- Argument ShowImportCadPreferences.
8859
+ Argument MaxFacetLength.
8860
8860
  """
8861
8861
 
8862
8862
  class _CISeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -8929,9 +8929,9 @@ class Root(PyMenu):
8929
8929
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
8930
8930
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8931
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
8932
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8933
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8934
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8935
8935
 
8936
8936
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
8937
8937
  """
@@ -8973,9 +8973,9 @@ class Root(PyMenu):
8973
8973
  Argument ExtractFeatures.
8974
8974
  """
8975
8975
 
8976
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8976
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8977
8977
  """
8978
- Argument ImportNamedSelections.
8978
+ Argument ImportCurvatureDataFromCAD.
8979
8979
  """
8980
8980
 
8981
8981
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -8983,9 +8983,9 @@ class Root(PyMenu):
8983
8983
  Argument ImportPartNames.
8984
8984
  """
8985
8985
 
8986
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8986
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8987
8987
  """
8988
- Argument ImportCurvatureDataFromCAD.
8988
+ Argument ImportNamedSelections.
8989
8989
  """
8990
8990
 
8991
8991
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -9371,9 +9371,9 @@ class Root(PyMenu):
9371
9371
  super().__init__(parent, attr, service, rules, path)
9372
9372
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
9373
9373
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
9374
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
9375
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
9376
9374
  self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
9375
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
9376
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
9377
9377
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
9378
9378
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
9379
9379
  self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
@@ -9389,9 +9389,9 @@ class Root(PyMenu):
9389
9389
  Argument FacetResolution.
9390
9390
  """
9391
9391
 
9392
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
9392
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
9393
9393
  """
9394
- Argument NormalAngle.
9394
+ Argument MaxEdgeLengthFactor.
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 _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
9402
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
9403
9403
  """
9404
- Argument MaxEdgeLengthFactor.
9404
+ Argument NormalAngle.
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.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
9525
- self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
9526
9524
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
9527
- self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
9525
+ self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
9526
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", 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,9 +9574,9 @@ class Root(PyMenu):
9574
9574
  Argument AdvancedOptions.
9575
9575
  """
9576
9576
 
9577
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
9577
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
9578
9578
  """
9579
- Argument InitialSizeControl.
9579
+ Argument WrapGrowthRate.
9580
9580
  """
9581
9581
 
9582
9582
  class _SizingType(PyTextualCommandArgumentsSubItem):
@@ -9584,19 +9584,19 @@ class Root(PyMenu):
9584
9584
  Argument SizingType.
9585
9585
  """
9586
9586
 
9587
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
9587
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
9588
9588
  """
9589
- Argument WrapGrowthRate.
9589
+ Argument InitialSizeControl.
9590
9590
  """
9591
9591
 
9592
- class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9592
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
9593
9593
  """
9594
- Argument WrapCurvatureNormalAngle.
9594
+ Argument CellsPerGap.
9595
9595
  """
9596
9596
 
9597
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
9597
+ class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9598
9598
  """
9599
- Argument CellsPerGap.
9599
+ Argument WrapCurvatureNormalAngle.
9600
9600
  """
9601
9601
 
9602
9602
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
@@ -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):
@@ -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.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
11023
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
11024
11024
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
11025
11025
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
11026
11026
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
11027
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
11028
11027
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
11028
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
11029
11029
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
11030
11030
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
11031
11031
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
11032
11032
  self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
11033
11033
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", 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 _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
11044
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
11045
11045
  """
11046
- Argument FoldFaceLimit.
11046
+ Argument AutoMerge.
11047
11047
  """
11048
11048
 
11049
11049
  class _SMSeparation(PyTextualCommandArgumentsSubItem):
@@ -11061,14 +11061,14 @@ class Root(PyMenu):
11061
11061
  Argument SMSeparationAngle.
11062
11062
  """
11063
11063
 
11064
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
11064
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
11065
11065
  """
11066
- Argument AutoMerge.
11066
+ Argument SMQualityImprove.
11067
11067
  """
11068
11068
 
11069
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
11069
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
11070
11070
  """
11071
- Argument SMQualityImprove.
11071
+ Argument FoldFaceLimit.
11072
11072
  """
11073
11073
 
11074
11074
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -11096,9 +11096,9 @@ class Root(PyMenu):
11096
11096
  Argument SMQualityMaxAngle.
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.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
11199
11199
  self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
11200
11200
  self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
11201
- self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
11201
+ self.NewLabels = self._NewLabels(self, "NewLabels", 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 _NewLabelResolution(PyTextualCommandArgumentsSubItem):
11213
11213
  """
11214
- Argument NewLabels.
11214
+ Argument NewLabelResolution.
11215
11215
  """
11216
11216
 
11217
11217
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -11224,9 +11224,9 @@ class Root(PyMenu):
11224
11224
  Argument NewLabelCells.
11225
11225
  """
11226
11226
 
11227
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
11227
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
11228
11228
  """
11229
- Argument NewLabelResolution.
11229
+ Argument NewLabels.
11230
11230
  """
11231
11231
 
11232
11232
  class _NewLabelMax(PyTextualCommandArgumentsSubItem):