ansys-fluent-core 0.32.1__py3-none-any.whl → 0.32.4__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 (38) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +1 -1
  3. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  4. ansys/fluent/core/generated/datamodel_231/flicing.py +60 -60
  5. ansys/fluent/core/generated/datamodel_231/meshing.py +207 -207
  6. ansys/fluent/core/generated/datamodel_232/flicing.py +30 -30
  7. ansys/fluent/core/generated/datamodel_232/meshing.py +198 -198
  8. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  9. ansys/fluent/core/generated/datamodel_241/meshing.py +291 -291
  10. ansys/fluent/core/generated/datamodel_242/flicing.py +25 -25
  11. ansys/fluent/core/generated/datamodel_242/meshing.py +279 -279
  12. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  13. ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
  14. ansys/fluent/core/generated/datamodel_251/meshing.py +384 -384
  15. ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
  16. ansys/fluent/core/generated/datamodel_252/flicing.py +55 -55
  17. ansys/fluent/core/generated/datamodel_252/meshing.py +420 -420
  18. ansys/fluent/core/generated/datamodel_252/part_management.py +15 -15
  19. ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
  20. ansys/fluent/core/generated/datamodel_261/meshing.py +436 -418
  21. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  22. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  23. ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
  24. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
  25. ansys/fluent/core/generated/fluent_version_252.py +1 -1
  26. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  27. ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
  28. ansys/fluent/core/generated/solver/settings_261.py +4075 -4639
  29. ansys/fluent/core/generated/solver/settings_261.pyi +3457 -5574
  30. ansys/fluent/core/generated/solver/tui_261.py +2625 -2771
  31. ansys/fluent/core/launcher/fluent_container.py +1 -0
  32. ansys/fluent/core/launcher/slurm_launcher.py +1 -0
  33. ansys/fluent/core/session.py +1 -0
  34. ansys/fluent/core/solver/flobject.py +7 -26
  35. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info}/METADATA +3 -2
  36. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info}/RECORD +38 -38
  37. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info}/WHEEL +1 -1
  38. {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.32.4.dist-info/licenses}/LICENSE +0 -0
@@ -1235,23 +1235,23 @@ class Root(PyMenu):
1235
1235
 
1236
1236
  def __init__(self, parent, attr, service, rules, path):
1237
1237
  super().__init__(parent, attr, service, rules, path)
1238
- self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
1239
1238
  self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
1239
+ self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
1240
1240
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
1241
1241
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
1242
- self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1243
1242
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
1243
+ self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1244
1244
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
1245
1245
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
1246
1246
 
1247
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
1247
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1248
1248
  """
1249
- Argument ExposeSide.
1249
+ Argument ShowShellBLAdvancedOptions.
1250
1250
  """
1251
1251
 
1252
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1252
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
1253
1253
  """
1254
- Argument ShowShellBLAdvancedOptions.
1254
+ Argument ExposeSide.
1255
1255
  """
1256
1256
 
1257
1257
  class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -1264,14 +1264,14 @@ class Root(PyMenu):
1264
1264
  Argument MinAspectRatio.
1265
1265
  """
1266
1266
 
1267
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1267
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1268
1268
  """
1269
- Argument LastRatioNumLayers.
1269
+ Argument LastRatioPercentage.
1270
1270
  """
1271
1271
 
1272
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1272
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1273
1273
  """
1274
- Argument LastRatioPercentage.
1274
+ Argument LastRatioNumLayers.
1275
1275
  """
1276
1276
 
1277
1277
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -1798,12 +1798,12 @@ class Root(PyMenu):
1798
1798
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
1799
1799
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
1800
1800
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
1801
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1802
1801
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1802
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1803
1803
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
1804
1804
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1805
- self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1806
1805
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1806
+ self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1807
1807
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1808
1808
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
1809
1809
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -1833,14 +1833,14 @@ class Root(PyMenu):
1833
1833
  Argument Continuous.
1834
1834
  """
1835
1835
 
1836
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
1836
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1837
1837
  """
1838
- Argument SplitPrism.
1838
+ Argument ModifyAtInvalidNormals.
1839
1839
  """
1840
1840
 
1841
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1841
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
1842
1842
  """
1843
- Argument ModifyAtInvalidNormals.
1843
+ Argument SplitPrism.
1844
1844
  """
1845
1845
 
1846
1846
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -1853,14 +1853,14 @@ class Root(PyMenu):
1853
1853
  Argument ShowLocalPrismPreferences.
1854
1854
  """
1855
1855
 
1856
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1856
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1857
1857
  """
1858
- Argument LastRatioNumLayers.
1858
+ Argument NumberOfSplitLayers.
1859
1859
  """
1860
1860
 
1861
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1861
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1862
1862
  """
1863
- Argument NumberOfSplitLayers.
1863
+ Argument LastRatioNumLayers.
1864
1864
  """
1865
1865
 
1866
1866
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -2101,11 +2101,11 @@ class Root(PyMenu):
2101
2101
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
2102
2102
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
2103
2103
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2104
- self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
2105
2104
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2106
2105
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
2107
- self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
2106
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
2108
2107
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
2108
+ self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
2109
2109
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
2110
2110
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
2111
2111
 
@@ -2154,11 +2154,6 @@ class Root(PyMenu):
2154
2154
  Argument AdvancedOptions.
2155
2155
  """
2156
2156
 
2157
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
2158
- """
2159
- Argument InitialSizeControl.
2160
- """
2161
-
2162
2157
  class _SizingType(PyTextualCommandArgumentsSubItem):
2163
2158
  """
2164
2159
  Argument SizingType.
@@ -2169,9 +2164,9 @@ class Root(PyMenu):
2169
2164
  Argument WrapGrowthRate.
2170
2165
  """
2171
2166
 
2172
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
2167
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
2173
2168
  """
2174
- Argument CellsPerGap.
2169
+ Argument InitialSizeControl.
2175
2170
  """
2176
2171
 
2177
2172
  class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -2179,6 +2174,11 @@ class Root(PyMenu):
2179
2174
  Argument WrapCurvatureNormalAngle.
2180
2175
  """
2181
2176
 
2177
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
2178
+ """
2179
+ Argument CellsPerGap.
2180
+ """
2181
+
2182
2182
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
2183
2183
  """
2184
2184
  Argument TargetSizeControl.
@@ -2950,8 +2950,8 @@ class Root(PyMenu):
2950
2950
 
2951
2951
  def __init__(self, parent, attr, service, rules, path):
2952
2952
  super().__init__(parent, attr, service, rules, path)
2953
- self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
2954
2953
  self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
2954
+ self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
2955
2955
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
2956
2956
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
2957
2957
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
@@ -2959,14 +2959,14 @@ class Root(PyMenu):
2959
2959
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
2960
2960
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
2961
2961
 
2962
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
2962
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
2963
2963
  """
2964
- Argument ExposeSide.
2964
+ Argument ShowShellBLAdvancedOptions.
2965
2965
  """
2966
2966
 
2967
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
2967
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
2968
2968
  """
2969
- Argument ShowShellBLAdvancedOptions.
2969
+ Argument ExposeSide.
2970
2970
  """
2971
2971
 
2972
2972
  class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -3706,11 +3706,11 @@ class Root(PyMenu):
3706
3706
  def __init__(self, parent, attr, service, rules, path):
3707
3707
  super().__init__(parent, attr, service, rules, path)
3708
3708
  self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
3709
- self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
3709
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
3710
3710
  self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
3711
3711
  self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
3712
3712
  self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
3713
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
3713
+ self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
3714
3714
  self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
3715
3715
  self.WrapSizeFieldFileName = self._WrapSizeFieldFileName(self, "WrapSizeFieldFileName", service, rules, path)
3716
3716
  self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
@@ -3721,9 +3721,9 @@ class Root(PyMenu):
3721
3721
  Argument WrapTargetSizeFieldRatio.
3722
3722
  """
3723
3723
 
3724
- class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
3724
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
3725
3725
  """
3726
- Argument WrapTargetBothOptions.
3726
+ Argument AdvancedOptions.
3727
3727
  """
3728
3728
 
3729
3729
  class _SolidFluidRaio(PyNumericalCommandArgumentsSubItem):
@@ -3741,9 +3741,9 @@ class Root(PyMenu):
3741
3741
  Argument EdgeProximityComputation.
3742
3742
  """
3743
3743
 
3744
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
3744
+ class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
3745
3745
  """
3746
- Argument AdvancedOptions.
3746
+ Argument WrapTargetBothOptions.
3747
3747
  """
3748
3748
 
3749
3749
  class _ExistingSizeField(PyTextualCommandArgumentsSubItem):
@@ -4031,7 +4031,7 @@ class Root(PyMenu):
4031
4031
  def __init__(self, parent, attr, service, rules, path):
4032
4032
  super().__init__(parent, attr, service, rules, path)
4033
4033
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
4034
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4034
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4035
4035
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
4036
4036
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
4037
4037
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -4042,16 +4042,16 @@ class Root(PyMenu):
4042
4042
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
4043
4043
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
4044
4044
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
4045
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4045
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4046
4046
 
4047
4047
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
4048
4048
  """
4049
4049
  Argument SizeRelativeLength.
4050
4050
  """
4051
4051
 
4052
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4052
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
4053
4053
  """
4054
- Argument XmaxRatio.
4054
+ Argument Xmax.
4055
4055
  """
4056
4056
 
4057
4057
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -4104,9 +4104,9 @@ class Root(PyMenu):
4104
4104
  Argument ZmaxRatio.
4105
4105
  """
4106
4106
 
4107
- class _Xmax(PyNumericalCommandArgumentsSubItem):
4107
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4108
4108
  """
4109
- Argument Xmax.
4109
+ Argument XmaxRatio.
4110
4110
  """
4111
4111
 
4112
4112
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -4121,18 +4121,18 @@ class Root(PyMenu):
4121
4121
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
4122
4122
  self.Y = self._Y(self, "Y", service, rules, path)
4123
4123
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4124
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4125
- self.Rate = self._Rate(self, "Rate", service, rules, path)
4126
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4127
4124
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4125
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4126
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4127
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4128
4128
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4129
4129
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4130
4130
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4131
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4132
- self.X = self._X(self, "X", service, rules, path)
4131
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
4133
4132
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4134
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4133
+ self.X = self._X(self, "X", service, rules, path)
4135
4134
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4135
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4136
4136
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
4137
4137
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
4138
4138
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -4162,24 +4162,24 @@ class Root(PyMenu):
4162
4162
  Argument DefeaturingSize.
4163
4163
  """
4164
4164
 
4165
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4165
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4166
4166
  """
4167
- Argument BoundaryLayerLevels.
4167
+ Argument AspectRatio.
4168
4168
  """
4169
4169
 
4170
- class _Rate(PyNumericalCommandArgumentsSubItem):
4170
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4171
4171
  """
4172
- Argument Rate.
4172
+ Argument NumberOfLayers.
4173
4173
  """
4174
4174
 
4175
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4175
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4176
4176
  """
4177
- Argument NumberOfLayers.
4177
+ Argument BoundaryLayerLevels.
4178
4178
  """
4179
4179
 
4180
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4180
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4181
4181
  """
4182
- Argument AspectRatio.
4182
+ Argument WakeGrowthFactor.
4183
4183
  """
4184
4184
 
4185
4185
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4197,14 +4197,9 @@ class Root(PyMenu):
4197
4197
  Argument EdgeSelectionList.
4198
4198
  """
4199
4199
 
4200
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4201
- """
4202
- Argument WakeGrowthFactor.
4203
- """
4204
-
4205
- class _X(PyNumericalCommandArgumentsSubItem):
4200
+ class _Rate(PyNumericalCommandArgumentsSubItem):
4206
4201
  """
4207
- Argument X.
4202
+ Argument Rate.
4208
4203
  """
4209
4204
 
4210
4205
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -4212,9 +4207,9 @@ class Root(PyMenu):
4212
4207
  Argument LastRatioPercentage.
4213
4208
  """
4214
4209
 
4215
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
4210
+ class _X(PyNumericalCommandArgumentsSubItem):
4216
4211
  """
4217
- Argument FlipDirection.
4212
+ Argument X.
4218
4213
  """
4219
4214
 
4220
4215
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -4222,6 +4217,11 @@ class Root(PyMenu):
4222
4217
  Argument OffsetMethodType.
4223
4218
  """
4224
4219
 
4220
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
4221
+ """
4222
+ Argument FlipDirection.
4223
+ """
4224
+
4225
4225
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
4226
4226
  """
4227
4227
  Argument FirstHeight.
@@ -4244,8 +4244,8 @@ class Root(PyMenu):
4244
4244
 
4245
4245
  def __init__(self, parent, attr, service, rules, path):
4246
4246
  super().__init__(parent, attr, service, rules, path)
4247
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
4248
4247
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
4248
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
4249
4249
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
4250
4250
  self.X1 = self._X1(self, "X1", service, rules, path)
4251
4251
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -4262,14 +4262,14 @@ class Root(PyMenu):
4262
4262
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
4263
4263
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
4264
4264
 
4265
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
4265
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
4266
4266
  """
4267
- Argument X-Offset.
4267
+ Argument HeightNode.
4268
4268
  """
4269
4269
 
4270
- class _HeightNode(PyTextualCommandArgumentsSubItem):
4270
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
4271
4271
  """
4272
- Argument HeightNode.
4272
+ Argument X-Offset.
4273
4273
  """
4274
4274
 
4275
4275
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -4524,7 +4524,7 @@ class Root(PyMenu):
4524
4524
  def __init__(self, parent, attr, service, rules, path):
4525
4525
  super().__init__(parent, attr, service, rules, path)
4526
4526
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
4527
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4527
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4528
4528
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
4529
4529
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
4530
4530
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -4535,16 +4535,16 @@ class Root(PyMenu):
4535
4535
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
4536
4536
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
4537
4537
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
4538
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4538
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4539
4539
 
4540
4540
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
4541
4541
  """
4542
4542
  Argument SizeRelativeLength.
4543
4543
  """
4544
4544
 
4545
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4545
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
4546
4546
  """
4547
- Argument XmaxRatio.
4547
+ Argument Xmax.
4548
4548
  """
4549
4549
 
4550
4550
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -4597,9 +4597,9 @@ class Root(PyMenu):
4597
4597
  Argument ZmaxRatio.
4598
4598
  """
4599
4599
 
4600
- class _Xmax(PyNumericalCommandArgumentsSubItem):
4600
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4601
4601
  """
4602
- Argument Xmax.
4602
+ Argument XmaxRatio.
4603
4603
  """
4604
4604
 
4605
4605
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -4615,15 +4615,15 @@ class Root(PyMenu):
4615
4615
  self.Y = self._Y(self, "Y", service, rules, path)
4616
4616
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4617
4617
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4618
- self.Rate = self._Rate(self, "Rate", service, rules, path)
4619
4618
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4620
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4619
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
4620
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4621
4621
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4622
4622
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4623
4623
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4624
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4625
- self.X = self._X(self, "X", service, rules, path)
4624
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4626
4625
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4626
+ self.X = self._X(self, "X", service, rules, path)
4627
4627
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4628
4628
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4629
4629
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -4660,19 +4660,19 @@ class Root(PyMenu):
4660
4660
  Argument BoundaryLayerLevels.
4661
4661
  """
4662
4662
 
4663
- class _Rate(PyNumericalCommandArgumentsSubItem):
4663
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4664
4664
  """
4665
- Argument Rate.
4665
+ Argument WakeGrowthFactor.
4666
4666
  """
4667
4667
 
4668
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4668
+ class _Rate(PyNumericalCommandArgumentsSubItem):
4669
4669
  """
4670
- Argument WakeGrowthFactor.
4670
+ Argument Rate.
4671
4671
  """
4672
4672
 
4673
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4673
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4674
4674
  """
4675
- Argument AspectRatio.
4675
+ Argument NumberOfLayers.
4676
4676
  """
4677
4677
 
4678
4678
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4690,19 +4690,19 @@ class Root(PyMenu):
4690
4690
  Argument EdgeSelectionList.
4691
4691
  """
4692
4692
 
4693
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4693
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4694
4694
  """
4695
- Argument NumberOfLayers.
4695
+ Argument AspectRatio.
4696
4696
  """
4697
4697
 
4698
- class _X(PyNumericalCommandArgumentsSubItem):
4698
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4699
4699
  """
4700
- Argument X.
4700
+ Argument LastRatioPercentage.
4701
4701
  """
4702
4702
 
4703
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4703
+ class _X(PyNumericalCommandArgumentsSubItem):
4704
4704
  """
4705
- Argument LastRatioPercentage.
4705
+ Argument X.
4706
4706
  """
4707
4707
 
4708
4708
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -4749,9 +4749,9 @@ class Root(PyMenu):
4749
4749
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
4750
4750
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
4751
4751
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
4752
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
4753
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4754
4752
  self.X2 = self._X2(self, "X2", service, rules, path)
4753
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4754
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
4755
4755
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
4756
4756
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
4757
4757
 
@@ -4815,9 +4815,9 @@ class Root(PyMenu):
4815
4815
  Argument Node3.
4816
4816
  """
4817
4817
 
4818
- class _Node2(PyTextualCommandArgumentsSubItem):
4818
+ class _X2(PyNumericalCommandArgumentsSubItem):
4819
4819
  """
4820
- Argument Node2.
4820
+ Argument X2.
4821
4821
  """
4822
4822
 
4823
4823
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
@@ -4825,9 +4825,9 @@ class Root(PyMenu):
4825
4825
  Argument Y-Offset.
4826
4826
  """
4827
4827
 
4828
- class _X2(PyNumericalCommandArgumentsSubItem):
4828
+ class _Node2(PyTextualCommandArgumentsSubItem):
4829
4829
  """
4830
- Argument X2.
4830
+ Argument Node2.
4831
4831
  """
4832
4832
 
4833
4833
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -5018,7 +5018,7 @@ class Root(PyMenu):
5018
5018
  def __init__(self, parent, attr, service, rules, path):
5019
5019
  super().__init__(parent, attr, service, rules, path)
5020
5020
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5021
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5021
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5022
5022
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5023
5023
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5024
5024
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5029,16 +5029,16 @@ class Root(PyMenu):
5029
5029
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5030
5030
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5031
5031
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5032
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5032
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5033
5033
 
5034
5034
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5035
5035
  """
5036
5036
  Argument SizeRelativeLength.
5037
5037
  """
5038
5038
 
5039
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5039
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5040
5040
  """
5041
- Argument Xmax.
5041
+ Argument XmaxRatio.
5042
5042
  """
5043
5043
 
5044
5044
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -5091,9 +5091,9 @@ class Root(PyMenu):
5091
5091
  Argument ZmaxRatio.
5092
5092
  """
5093
5093
 
5094
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5094
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
5095
5095
  """
5096
- Argument XmaxRatio.
5096
+ Argument Xmax.
5097
5097
  """
5098
5098
 
5099
5099
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -5109,17 +5109,17 @@ class Root(PyMenu):
5109
5109
  self.Y = self._Y(self, "Y", service, rules, path)
5110
5110
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5111
5111
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5112
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5113
5112
  self.Rate = self._Rate(self, "Rate", service, rules, path)
5113
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5114
5114
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5115
5115
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5116
5116
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5117
5117
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5118
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5118
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5119
5119
  self.X = self._X(self, "X", service, rules, path)
5120
5120
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5121
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5122
5121
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5122
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5123
5123
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
5124
5124
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
5125
5125
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -5154,14 +5154,14 @@ class Root(PyMenu):
5154
5154
  Argument AspectRatio.
5155
5155
  """
5156
5156
 
5157
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5157
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5158
5158
  """
5159
- Argument WakeGrowthFactor.
5159
+ Argument Rate.
5160
5160
  """
5161
5161
 
5162
- class _Rate(PyNumericalCommandArgumentsSubItem):
5162
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5163
5163
  """
5164
- Argument Rate.
5164
+ Argument NumberOfLayers.
5165
5165
  """
5166
5166
 
5167
5167
  class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
@@ -5184,9 +5184,9 @@ class Root(PyMenu):
5184
5184
  Argument EdgeSelectionList.
5185
5185
  """
5186
5186
 
5187
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5187
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5188
5188
  """
5189
- Argument NumberOfLayers.
5189
+ Argument WakeGrowthFactor.
5190
5190
  """
5191
5191
 
5192
5192
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -5199,14 +5199,14 @@ class Root(PyMenu):
5199
5199
  Argument LastRatioPercentage.
5200
5200
  """
5201
5201
 
5202
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5202
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
5203
5203
  """
5204
- Argument OffsetMethodType.
5204
+ Argument FlipDirection.
5205
5205
  """
5206
5206
 
5207
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
5207
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5208
5208
  """
5209
- Argument FlipDirection.
5209
+ Argument OffsetMethodType.
5210
5210
  """
5211
5211
 
5212
5212
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -5231,8 +5231,8 @@ class Root(PyMenu):
5231
5231
 
5232
5232
  def __init__(self, parent, attr, service, rules, path):
5233
5233
  super().__init__(parent, attr, service, rules, path)
5234
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5235
5234
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5235
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5236
5236
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5237
5237
  self.X1 = self._X1(self, "X1", service, rules, path)
5238
5238
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -5243,20 +5243,20 @@ class Root(PyMenu):
5243
5243
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5244
5244
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5245
5245
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5246
- self.X2 = self._X2(self, "X2", service, rules, path)
5247
5246
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5248
5247
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5248
+ self.X2 = self._X2(self, "X2", service, rules, path)
5249
5249
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5250
5250
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5251
5251
 
5252
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5252
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5253
5253
  """
5254
- Argument X-Offset.
5254
+ Argument HeightNode.
5255
5255
  """
5256
5256
 
5257
- class _HeightNode(PyTextualCommandArgumentsSubItem):
5257
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5258
5258
  """
5259
- Argument HeightNode.
5259
+ Argument X-Offset.
5260
5260
  """
5261
5261
 
5262
5262
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5309,11 +5309,6 @@ class Root(PyMenu):
5309
5309
  Argument Node3.
5310
5310
  """
5311
5311
 
5312
- class _X2(PyNumericalCommandArgumentsSubItem):
5313
- """
5314
- Argument X2.
5315
- """
5316
-
5317
5312
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5318
5313
  """
5319
5314
  Argument Y-Offset.
@@ -5324,6 +5319,11 @@ class Root(PyMenu):
5324
5319
  Argument Node2.
5325
5320
  """
5326
5321
 
5322
+ class _X2(PyNumericalCommandArgumentsSubItem):
5323
+ """
5324
+ Argument X2.
5325
+ """
5326
+
5327
5327
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
5328
5328
  """
5329
5329
  Argument HeightFrontInc.
@@ -5977,7 +5977,7 @@ class Root(PyMenu):
5977
5977
  def __init__(self, parent, attr, service, rules, path):
5978
5978
  super().__init__(parent, attr, service, rules, path)
5979
5979
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5980
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5980
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5981
5981
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5982
5982
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5983
5983
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5988,16 +5988,16 @@ class Root(PyMenu):
5988
5988
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5989
5989
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5990
5990
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5991
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5991
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5992
5992
 
5993
5993
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5994
5994
  """
5995
5995
  Argument SizeRelativeLength.
5996
5996
  """
5997
5997
 
5998
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5998
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5999
5999
  """
6000
- Argument Xmax.
6000
+ Argument XmaxRatio.
6001
6001
  """
6002
6002
 
6003
6003
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -6050,9 +6050,9 @@ class Root(PyMenu):
6050
6050
  Argument ZmaxRatio.
6051
6051
  """
6052
6052
 
6053
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6053
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
6054
6054
  """
6055
- Argument XmaxRatio.
6055
+ Argument Xmax.
6056
6056
  """
6057
6057
 
6058
6058
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -6069,14 +6069,14 @@ class Root(PyMenu):
6069
6069
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
6070
6070
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
6071
6071
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6072
- self.Rate = self._Rate(self, "Rate", service, rules, path)
6073
6072
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6073
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
6074
6074
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
6075
6075
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
6076
6076
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
6077
6077
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
6078
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
6079
6078
  self.X = self._X(self, "X", service, rules, path)
6079
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
6080
6080
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
6081
6081
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
6082
6082
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -6118,14 +6118,14 @@ class Root(PyMenu):
6118
6118
  Argument NumberOfLayers.
6119
6119
  """
6120
6120
 
6121
- class _Rate(PyNumericalCommandArgumentsSubItem):
6121
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
6122
6122
  """
6123
- Argument Rate.
6123
+ Argument WakeGrowthFactor.
6124
6124
  """
6125
6125
 
6126
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
6126
+ class _Rate(PyNumericalCommandArgumentsSubItem):
6127
6127
  """
6128
- Argument WakeGrowthFactor.
6128
+ Argument Rate.
6129
6129
  """
6130
6130
 
6131
6131
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -6148,14 +6148,14 @@ class Root(PyMenu):
6148
6148
  Argument AspectRatio.
6149
6149
  """
6150
6150
 
6151
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
6151
+ class _X(PyNumericalCommandArgumentsSubItem):
6152
6152
  """
6153
- Argument LastRatioPercentage.
6153
+ Argument X.
6154
6154
  """
6155
6155
 
6156
- class _X(PyNumericalCommandArgumentsSubItem):
6156
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
6157
6157
  """
6158
- Argument X.
6158
+ Argument LastRatioPercentage.
6159
6159
  """
6160
6160
 
6161
6161
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -6190,32 +6190,32 @@ class Root(PyMenu):
6190
6190
 
6191
6191
  def __init__(self, parent, attr, service, rules, path):
6192
6192
  super().__init__(parent, attr, service, rules, path)
6193
- self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
6194
6193
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
6194
+ self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
6195
6195
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
6196
6196
  self.X1 = self._X1(self, "X1", service, rules, path)
6197
6197
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
6198
6198
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
6199
- self.Z2 = self._Z2(self, "Z2", service, rules, path)
6200
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
6201
6199
  self.Z1 = self._Z1(self, "Z1", service, rules, path)
6200
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
6201
+ self.Z2 = self._Z2(self, "Z2", service, rules, path)
6202
6202
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
6203
6203
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
6204
6204
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
6205
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
6206
6205
  self.X2 = self._X2(self, "X2", service, rules, path)
6206
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
6207
6207
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
6208
6208
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
6209
6209
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
6210
6210
 
6211
- class _HeightNode(PyTextualCommandArgumentsSubItem):
6211
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
6212
6212
  """
6213
- Argument HeightNode.
6213
+ Argument X-Offset.
6214
6214
  """
6215
6215
 
6216
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
6216
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
6217
6217
  """
6218
- Argument X-Offset.
6218
+ Argument HeightNode.
6219
6219
  """
6220
6220
 
6221
6221
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -6238,9 +6238,9 @@ class Root(PyMenu):
6238
6238
  Argument Z-Offset.
6239
6239
  """
6240
6240
 
6241
- class _Z2(PyNumericalCommandArgumentsSubItem):
6241
+ class _Z1(PyNumericalCommandArgumentsSubItem):
6242
6242
  """
6243
- Argument Z2.
6243
+ Argument Z1.
6244
6244
  """
6245
6245
 
6246
6246
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -6248,9 +6248,9 @@ class Root(PyMenu):
6248
6248
  Argument Node1.
6249
6249
  """
6250
6250
 
6251
- class _Z1(PyNumericalCommandArgumentsSubItem):
6251
+ class _Z2(PyNumericalCommandArgumentsSubItem):
6252
6252
  """
6253
- Argument Z1.
6253
+ Argument Z2.
6254
6254
  """
6255
6255
 
6256
6256
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -6268,14 +6268,14 @@ class Root(PyMenu):
6268
6268
  Argument Node3.
6269
6269
  """
6270
6270
 
6271
- class _Node2(PyTextualCommandArgumentsSubItem):
6271
+ class _X2(PyNumericalCommandArgumentsSubItem):
6272
6272
  """
6273
- Argument Node2.
6273
+ Argument X2.
6274
6274
  """
6275
6275
 
6276
- class _X2(PyNumericalCommandArgumentsSubItem):
6276
+ class _Node2(PyTextualCommandArgumentsSubItem):
6277
6277
  """
6278
- Argument X2.
6278
+ Argument Node2.
6279
6279
  """
6280
6280
 
6281
6281
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
@@ -6533,12 +6533,12 @@ class Root(PyMenu):
6533
6533
  def __init__(self, parent, attr, service, rules, path):
6534
6534
  super().__init__(parent, attr, service, rules, path)
6535
6535
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6536
- self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
6537
- self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
6538
6536
  self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
6537
+ self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
6539
6538
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
6540
- self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
6539
+ self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
6541
6540
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
6541
+ self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
6542
6542
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
6543
6543
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
6544
6544
  self.NonRectangularBufferSize = self._NonRectangularBufferSize(self, "NonRectangularBufferSize", service, rules, path)
@@ -6549,9 +6549,9 @@ class Root(PyMenu):
6549
6549
  Argument NumberOfLayers.
6550
6550
  """
6551
6551
 
6552
- class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
6552
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
6553
6553
  """
6554
- Argument LabelSelectionList.
6554
+ Argument Thickness.
6555
6555
  """
6556
6556
 
6557
6557
  class _SelectionType(PyTextualCommandArgumentsSubItem):
@@ -6559,19 +6559,14 @@ class Root(PyMenu):
6559
6559
  Argument SelectionType.
6560
6560
  """
6561
6561
 
6562
- class _Thickness(PyNumericalCommandArgumentsSubItem):
6563
- """
6564
- Argument Thickness.
6565
- """
6566
-
6567
6562
  class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
6568
6563
  """
6569
6564
  Argument ZoneSelectionList.
6570
6565
  """
6571
6566
 
6572
- class _MeshSize(PyNumericalCommandArgumentsSubItem):
6567
+ class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
6573
6568
  """
6574
- Argument MeshSize.
6569
+ Argument LabelSelectionList.
6575
6570
  """
6576
6571
 
6577
6572
  class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
@@ -6579,6 +6574,11 @@ class Root(PyMenu):
6579
6574
  Argument FeatureAngle.
6580
6575
  """
6581
6576
 
6577
+ class _MeshSize(PyNumericalCommandArgumentsSubItem):
6578
+ """
6579
+ Argument MeshSize.
6580
+ """
6581
+
6582
6582
  class _BufferSize(PyNumericalCommandArgumentsSubItem):
6583
6583
  """
6584
6584
  Argument BufferSize.
@@ -6904,8 +6904,8 @@ class Root(PyMenu):
6904
6904
  super().__init__(parent, attr, service, rules, path)
6905
6905
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
6906
6906
  self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
6907
- self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
6908
6907
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
6908
+ self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
6909
6909
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
6910
6910
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
6911
6911
  self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
@@ -6922,14 +6922,14 @@ class Root(PyMenu):
6922
6922
  Argument ZeroThickness.
6923
6923
  """
6924
6924
 
6925
- class _CloseLeakges(PyTextualCommandArgumentsSubItem):
6925
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
6926
6926
  """
6927
- Argument CloseLeakges.
6927
+ Argument AdvancedOptions.
6928
6928
  """
6929
6929
 
6930
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
6930
+ class _CloseLeakges(PyTextualCommandArgumentsSubItem):
6931
6931
  """
6932
- Argument AdvancedOptions.
6932
+ Argument CloseLeakges.
6933
6933
  """
6934
6934
 
6935
6935
  class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
@@ -7351,12 +7351,12 @@ class Root(PyMenu):
7351
7351
  self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
7352
7352
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
7353
7353
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
7354
- self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
7355
7354
  self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
7356
- self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
7357
- self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
7355
+ self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
7358
7356
  self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
7359
7357
  self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
7358
+ self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
7359
+ self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
7360
7360
  self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
7361
7361
 
7362
7362
  class _SplitQuads(PyTextualCommandArgumentsSubItem):
@@ -7374,19 +7374,24 @@ class Root(PyMenu):
7374
7374
  Argument MinAspectRatio.
7375
7375
  """
7376
7376
 
7377
+ class _LocalRemesh(PyTextualCommandArgumentsSubItem):
7378
+ """
7379
+ Argument LocalRemesh.
7380
+ """
7381
+
7377
7382
  class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
7378
7383
  """
7379
7384
  Argument RemeshGrowthRate.
7380
7385
  """
7381
7386
 
7382
- class _LocalRemesh(PyTextualCommandArgumentsSubItem):
7387
+ class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
7383
7388
  """
7384
- Argument LocalRemesh.
7389
+ Argument MaxFaceSkew.
7385
7390
  """
7386
7391
 
7387
- class _GapFactor(PyNumericalCommandArgumentsSubItem):
7392
+ class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
7388
7393
  """
7389
- Argument GapFactor.
7394
+ Argument ShowPrism2DPreferences.
7390
7395
  """
7391
7396
 
7392
7397
  class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
@@ -7394,14 +7399,9 @@ class Root(PyMenu):
7394
7399
  Argument RefineStretchedQuads.
7395
7400
  """
7396
7401
 
7397
- class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
7398
- """
7399
- Argument MaxFaceSkew.
7400
- """
7401
-
7402
- class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
7402
+ class _GapFactor(PyNumericalCommandArgumentsSubItem):
7403
7403
  """
7404
- Argument ShowPrism2DPreferences.
7404
+ Argument GapFactor.
7405
7405
  """
7406
7406
 
7407
7407
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
@@ -8242,18 +8242,18 @@ class Root(PyMenu):
8242
8242
  def __init__(self, parent, attr, service, rules, path):
8243
8243
  super().__init__(parent, attr, service, rules, path)
8244
8244
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
8245
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
8246
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
8247
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
8248
8245
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
8249
8246
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
8247
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
8248
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
8249
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
8250
8250
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
8251
8251
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
8252
8252
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
8253
8253
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
8254
- self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
8255
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
8256
8254
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
8255
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
8256
+ self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
8257
8257
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
8258
8258
  self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
8259
8259
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
@@ -8264,14 +8264,14 @@ class Root(PyMenu):
8264
8264
  Argument SMQualityCollapseLimit.
8265
8265
  """
8266
8266
 
8267
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
8267
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
8268
8268
  """
8269
- Argument FoldFaceLimit.
8269
+ Argument AutoMerge.
8270
8270
  """
8271
8271
 
8272
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
8272
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
8273
8273
  """
8274
- Argument SMSeparation.
8274
+ Argument SMQualityImprove.
8275
8275
  """
8276
8276
 
8277
8277
  class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -8279,14 +8279,14 @@ class Root(PyMenu):
8279
8279
  Argument ShowSurfaceMeshPreferences.
8280
8280
  """
8281
8281
 
8282
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
8282
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
8283
8283
  """
8284
- Argument AutoMerge.
8284
+ Argument FoldFaceLimit.
8285
8285
  """
8286
8286
 
8287
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
8287
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
8288
8288
  """
8289
- Argument SMQualityImprove.
8289
+ Argument SMSeparation.
8290
8290
  """
8291
8291
 
8292
8292
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -8309,9 +8309,9 @@ class Root(PyMenu):
8309
8309
  Argument SMStepWidth.
8310
8310
  """
8311
8311
 
8312
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
8312
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
8313
8313
  """
8314
- Argument SMQualityMaxAngle.
8314
+ Argument VolumeMeshMaxSize.
8315
8315
  """
8316
8316
 
8317
8317
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -8319,9 +8319,9 @@ class Root(PyMenu):
8319
8319
  Argument AutoAssignZoneTypes.
8320
8320
  """
8321
8321
 
8322
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
8322
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
8323
8323
  """
8324
- Argument VolumeMeshMaxSize.
8324
+ Argument SMQualityMaxAngle.
8325
8325
  """
8326
8326
 
8327
8327
  class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
@@ -8396,18 +8396,18 @@ class Root(PyMenu):
8396
8396
 
8397
8397
  def __init__(self, parent, attr, service, rules, path):
8398
8398
  super().__init__(parent, attr, service, rules, path)
8399
- self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
8400
8399
  self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
8400
+ self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
8401
8401
  self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
8402
8402
 
8403
- class _MaxSize(PyNumericalCommandArgumentsSubItem):
8403
+ class _RefineFaceting(PyParameterCommandArgumentsSubItem):
8404
8404
  """
8405
- Argument MaxSize.
8405
+ Argument RefineFaceting.
8406
8406
  """
8407
8407
 
8408
- class _RefineFaceting(PyParameterCommandArgumentsSubItem):
8408
+ class _MaxSize(PyNumericalCommandArgumentsSubItem):
8409
8409
  """
8410
- Argument RefineFaceting.
8410
+ Argument MaxSize.
8411
8411
  """
8412
8412
 
8413
8413
  class _Tolerance(PyNumericalCommandArgumentsSubItem):
@@ -8428,11 +8428,11 @@ class Root(PyMenu):
8428
8428
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
8429
8429
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
8430
8430
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
8431
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8432
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8431
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8433
8432
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
8433
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
8434
8434
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
8435
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
8435
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
8436
8436
 
8437
8437
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
8438
8438
  """
@@ -8464,19 +8464,19 @@ class Root(PyMenu):
8464
8464
  Argument OneZonePer.
8465
8465
  """
8466
8466
 
8467
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8467
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8468
8468
  """
8469
- Argument UsePartOrBodyAsSuffix.
8469
+ Argument ImportCurvatureDataFromCAD.
8470
8470
  """
8471
8471
 
8472
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8472
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8473
8473
  """
8474
- Argument ImportNamedSelections.
8474
+ Argument ExtractFeatures.
8475
8475
  """
8476
8476
 
8477
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
8477
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
8478
8478
  """
8479
- Argument ExtractFeatures.
8479
+ Argument UsePartOrBodyAsSuffix.
8480
8480
  """
8481
8481
 
8482
8482
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -8484,9 +8484,9 @@ class Root(PyMenu):
8484
8484
  Argument ImportPartNames.
8485
8485
  """
8486
8486
 
8487
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
8487
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
8488
8488
  """
8489
- Argument ImportCurvatureDataFromCAD.
8489
+ Argument ImportNamedSelections.
8490
8490
  """
8491
8491
 
8492
8492
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -8501,10 +8501,10 @@ class Root(PyMenu):
8501
8501
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
8502
8502
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
8503
8503
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
8504
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
8504
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
8505
8505
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
8506
8506
  self.Operation = self._Operation(self, "Operation", service, rules, path)
8507
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
8507
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
8508
8508
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
8509
8509
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
8510
8510
  self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
@@ -8537,9 +8537,9 @@ class Root(PyMenu):
8537
8537
  Argument RelativeShareTopologyTolerance.
8538
8538
  """
8539
8539
 
8540
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
8540
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
8541
8541
  """
8542
- Argument ShareTopologyAngle.
8542
+ Argument FluidLabelWildcard.
8543
8543
  """
8544
8544
 
8545
8545
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -8552,9 +8552,9 @@ class Root(PyMenu):
8552
8552
  Argument Operation.
8553
8553
  """
8554
8554
 
8555
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
8555
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
8556
8556
  """
8557
- Argument FluidLabelWildcard.
8557
+ Argument ShareTopologyAngle.
8558
8558
  """
8559
8559
 
8560
8560
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -8962,9 +8962,9 @@ class Root(PyMenu):
8962
8962
  def __init__(self, parent, attr, service, rules, path):
8963
8963
  super().__init__(parent, attr, service, rules, path)
8964
8964
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
8965
- self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
8966
- self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
8967
8965
  self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
8966
+ self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
8967
+ self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
8968
8968
  self.Type = self._Type(self, "Type", service, rules, path)
8969
8969
  self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
8970
8970
  self.HexMaxSize = self._HexMaxSize(self, "HexMaxSize", service, rules, path)
@@ -8977,9 +8977,9 @@ class Root(PyMenu):
8977
8977
  Argument MaxSize.
8978
8978
  """
8979
8979
 
8980
- class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
8980
+ class _PeelLayers(PyNumericalCommandArgumentsSubItem):
8981
8981
  """
8982
- Argument HexMinCellLength.
8982
+ Argument PeelLayers.
8983
8983
  """
8984
8984
 
8985
8985
  class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
@@ -8987,9 +8987,9 @@ class Root(PyMenu):
8987
8987
  Argument TetPolyMaxCellLength.
8988
8988
  """
8989
8989
 
8990
- class _PeelLayers(PyNumericalCommandArgumentsSubItem):
8990
+ class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
8991
8991
  """
8992
- Argument PeelLayers.
8992
+ Argument HexMinCellLength.
8993
8993
  """
8994
8994
 
8995
8995
  class _Type(PyTextualCommandArgumentsSubItem):
@@ -9044,28 +9044,28 @@ class Root(PyMenu):
9044
9044
 
9045
9045
  def __init__(self, parent, attr, service, rules, path):
9046
9046
  super().__init__(parent, attr, service, rules, path)
9047
- self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
9047
+ self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
9048
9048
  self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
9049
9049
  self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
9050
- self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
9051
- self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
9052
9050
  self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
9053
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
9051
+ self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
9052
+ self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
9053
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
9054
9054
  self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
9055
9055
  self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
9056
9056
  self.MaxCellSizeChange = self._MaxCellSizeChange(self, "MaxCellSizeChange", service, rules, path)
9057
9057
  self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
9058
- self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
9058
+ self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
9059
9059
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
9060
9060
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
9061
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
9062
- self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
9061
+ self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
9062
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
9063
9063
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
9064
9064
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
9065
9065
 
9066
- class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
9066
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
9067
9067
  """
9068
- Argument UseSizeFieldInSolids.
9068
+ Argument UseSizeField.
9069
9069
  """
9070
9070
 
9071
9071
  class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
@@ -9078,9 +9078,9 @@ class Root(PyMenu):
9078
9078
  Argument MinPolySize.
9079
9079
  """
9080
9080
 
9081
- class _UseSizeField(PyTextualCommandArgumentsSubItem):
9081
+ class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
9082
9082
  """
9083
- Argument UseSizeField.
9083
+ Argument MergeBodyLabels.
9084
9084
  """
9085
9085
 
9086
9086
  class _QualityMethod(PyTextualCommandArgumentsSubItem):
@@ -9088,14 +9088,14 @@ class Root(PyMenu):
9088
9088
  Argument QualityMethod.
9089
9089
  """
9090
9090
 
9091
- class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
9091
+ class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
9092
9092
  """
9093
- Argument MergeBodyLabels.
9093
+ Argument UseSizeFieldInSolids.
9094
9094
  """
9095
9095
 
9096
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
9096
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
9097
9097
  """
9098
- Argument ShowVolumeMeshPreferences.
9098
+ Argument PolyInSolids.
9099
9099
  """
9100
9100
 
9101
9101
  class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
@@ -9118,9 +9118,9 @@ class Root(PyMenu):
9118
9118
  Argument WritePrismControlFile.
9119
9119
  """
9120
9120
 
9121
- class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
9121
+ class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
9122
9122
  """
9123
- Argument MinFaceArea.
9123
+ Argument PrepareZoneNames.
9124
9124
  """
9125
9125
 
9126
9126
  class _CheckSelfProximity(PyTextualCommandArgumentsSubItem):
@@ -9133,14 +9133,14 @@ class Root(PyMenu):
9133
9133
  Argument Avoid1_8Transition.
9134
9134
  """
9135
9135
 
9136
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
9136
+ class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
9137
9137
  """
9138
- Argument PolyInSolids.
9138
+ Argument MinFaceArea.
9139
9139
  """
9140
9140
 
9141
- class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
9141
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
9142
9142
  """
9143
- Argument PrepareZoneNames.
9143
+ Argument ShowVolumeMeshPreferences.
9144
9144
  """
9145
9145
 
9146
9146
  class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -9168,8 +9168,8 @@ class Root(PyMenu):
9168
9168
  self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
9169
9169
  self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
9170
9170
  self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
9171
- self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
9172
9171
  self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
9172
+ self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
9173
9173
  self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
9174
9174
 
9175
9175
  class _PrismKeepFirstLayer(PyTextualCommandArgumentsSubItem):
@@ -9212,14 +9212,14 @@ class Root(PyMenu):
9212
9212
  Argument ShowPrismPreferences.
9213
9213
  """
9214
9214
 
9215
- class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
9215
+ class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
9216
9216
  """
9217
- Argument PrismMinAspectRatio.
9217
+ Argument StairstepExposedQuads.
9218
9218
  """
9219
9219
 
9220
- class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
9220
+ class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
9221
9221
  """
9222
- Argument StairstepExposedQuads.
9222
+ Argument PrismMinAspectRatio.
9223
9223
  """
9224
9224
 
9225
9225
  class _PrismAdjacentAngle(PyNumericalCommandArgumentsSubItem):
@@ -9234,19 +9234,19 @@ class Root(PyMenu):
9234
9234
 
9235
9235
  def __init__(self, parent, attr, service, rules, path):
9236
9236
  super().__init__(parent, attr, service, rules, path)
9237
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
9238
9237
  self.AutoOrderControls = self._AutoOrderControls(self, "AutoOrderControls", service, rules, path)
9239
- self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
9240
9238
  self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
9239
+ self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
9240
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
9241
9241
 
9242
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
9242
+ class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
9243
9243
  """
9244
- Argument MinAspectRatio.
9244
+ Argument AutoOrderControls.
9245
9245
  """
9246
9246
 
9247
- class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
9247
+ class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
9248
9248
  """
9249
- Argument AutoOrderControls.
9249
+ Argument ShowGlobalThinVolumePreferences.
9250
9250
  """
9251
9251
 
9252
9252
  class _StairStep(PyTextualCommandArgumentsSubItem):
@@ -9254,9 +9254,9 @@ class Root(PyMenu):
9254
9254
  Argument StairStep.
9255
9255
  """
9256
9256
 
9257
- class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
9257
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
9258
9258
  """
9259
- Argument ShowGlobalThinVolumePreferences.
9259
+ Argument MinAspectRatio.
9260
9260
  """
9261
9261
 
9262
9262
  class _InvokePrimsControl(PyTextualCommandArgumentsSubItem):
@@ -9649,10 +9649,10 @@ class Root(PyMenu):
9649
9649
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
9650
9650
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
9651
9651
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
9652
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
9652
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
9653
9653
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
9654
9654
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
9655
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
9655
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
9656
9656
 
9657
9657
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
9658
9658
  """
@@ -9679,9 +9679,9 @@ class Root(PyMenu):
9679
9679
  Argument AllowDefeaturing.
9680
9680
  """
9681
9681
 
9682
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
9682
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
9683
9683
  """
9684
- Argument ShowSMImprovePreferences.
9684
+ Argument SIRemoveStep.
9685
9685
  """
9686
9686
 
9687
9687
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -9694,9 +9694,9 @@ class Root(PyMenu):
9694
9694
  Argument SIStepWidth.
9695
9695
  """
9696
9696
 
9697
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
9697
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
9698
9698
  """
9699
- Argument SIRemoveStep.
9699
+ Argument ShowSMImprovePreferences.
9700
9700
  """
9701
9701
 
9702
9702
  def create_instance(self) -> _GeometrySetupCommandArguments:
@@ -9912,15 +9912,15 @@ class Root(PyMenu):
9912
9912
  self.X1 = self._X1(self, "X1", service, rules, path)
9913
9913
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
9914
9914
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
9915
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
9916
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
9917
9915
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
9916
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
9917
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
9918
9918
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
9919
9919
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
9920
9920
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
9921
9921
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
9922
- self.X2 = self._X2(self, "X2", service, rules, path)
9923
9922
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
9923
+ self.X2 = self._X2(self, "X2", service, rules, path)
9924
9924
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
9925
9925
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
9926
9926
 
@@ -9954,9 +9954,9 @@ class Root(PyMenu):
9954
9954
  Argument Z-Offset.
9955
9955
  """
9956
9956
 
9957
- class _Z1(PyNumericalCommandArgumentsSubItem):
9957
+ class _Z2(PyNumericalCommandArgumentsSubItem):
9958
9958
  """
9959
- Argument Z1.
9959
+ Argument Z2.
9960
9960
  """
9961
9961
 
9962
9962
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -9964,9 +9964,9 @@ class Root(PyMenu):
9964
9964
  Argument Node1.
9965
9965
  """
9966
9966
 
9967
- class _Z2(PyNumericalCommandArgumentsSubItem):
9967
+ class _Z1(PyNumericalCommandArgumentsSubItem):
9968
9968
  """
9969
- Argument Z2.
9969
+ Argument Z1.
9970
9970
  """
9971
9971
 
9972
9972
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -9989,14 +9989,14 @@ class Root(PyMenu):
9989
9989
  Argument Node2.
9990
9990
  """
9991
9991
 
9992
- class _X2(PyNumericalCommandArgumentsSubItem):
9992
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
9993
9993
  """
9994
- Argument X2.
9994
+ Argument Y-Offset.
9995
9995
  """
9996
9996
 
9997
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
9997
+ class _X2(PyNumericalCommandArgumentsSubItem):
9998
9998
  """
9999
- Argument Y-Offset.
9999
+ Argument X2.
10000
10000
  """
10001
10001
 
10002
10002
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -10531,11 +10531,11 @@ class Root(PyMenu):
10531
10531
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
10532
10532
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
10533
10533
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
10534
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
10535
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
10536
10534
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
10537
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
10535
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
10538
10536
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
10537
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
10538
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
10539
10539
 
10540
10540
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
10541
10541
  """
@@ -10567,9 +10567,9 @@ class Root(PyMenu):
10567
10567
  Argument OneZonePer.
10568
10568
  """
10569
10569
 
10570
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
10570
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
10571
10571
  """
10572
- Argument ImportCurvatureDataFromCAD.
10572
+ Argument UsePartOrBodyAsSuffix.
10573
10573
  """
10574
10574
 
10575
10575
  class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
@@ -10577,9 +10577,9 @@ class Root(PyMenu):
10577
10577
  Argument ImportNamedSelections.
10578
10578
  """
10579
10579
 
10580
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
10580
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
10581
10581
  """
10582
- Argument UsePartOrBodyAsSuffix.
10582
+ Argument ExtractFeatures.
10583
10583
  """
10584
10584
 
10585
10585
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -10587,9 +10587,9 @@ class Root(PyMenu):
10587
10587
  Argument ImportPartNames.
10588
10588
  """
10589
10589
 
10590
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
10590
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
10591
10591
  """
10592
- Argument ExtractFeatures.
10592
+ Argument ImportCurvatureDataFromCAD.
10593
10593
  """
10594
10594
 
10595
10595
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -10788,11 +10788,11 @@ class Root(PyMenu):
10788
10788
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
10789
10789
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
10790
10790
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
10791
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
10792
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
10793
10791
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
10794
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
10792
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
10795
10793
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
10794
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
10795
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
10796
10796
 
10797
10797
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
10798
10798
  """
@@ -10824,9 +10824,9 @@ class Root(PyMenu):
10824
10824
  Argument OneZonePer.
10825
10825
  """
10826
10826
 
10827
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
10827
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
10828
10828
  """
10829
- Argument ImportCurvatureDataFromCAD.
10829
+ Argument UsePartOrBodyAsSuffix.
10830
10830
  """
10831
10831
 
10832
10832
  class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
@@ -10834,9 +10834,9 @@ class Root(PyMenu):
10834
10834
  Argument ExtractFeatures.
10835
10835
  """
10836
10836
 
10837
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
10837
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
10838
10838
  """
10839
- Argument UsePartOrBodyAsSuffix.
10839
+ Argument ImportNamedSelections.
10840
10840
  """
10841
10841
 
10842
10842
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -10844,9 +10844,9 @@ class Root(PyMenu):
10844
10844
  Argument ImportPartNames.
10845
10845
  """
10846
10846
 
10847
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
10847
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
10848
10848
  """
10849
- Argument ImportNamedSelections.
10849
+ Argument ImportCurvatureDataFromCAD.
10850
10850
  """
10851
10851
 
10852
10852
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -11175,8 +11175,8 @@ class Root(PyMenu):
11175
11175
  def __init__(self, parent, attr, service, rules, path):
11176
11176
  super().__init__(parent, attr, service, rules, path)
11177
11177
  self.FirstNumber = self._FirstNumber(self, "FirstNumber", service, rules, path)
11178
- self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
11179
11178
  self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", service, rules, path)
11179
+ self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
11180
11180
  self.InvokeBatteryModelingOptions = self._InvokeBatteryModelingOptions(self, "InvokeBatteryModelingOptions", service, rules, path)
11181
11181
  self.UseCustomPattern = self._UseCustomPattern(self, "UseCustomPattern", service, rules, path)
11182
11182
 
@@ -11185,14 +11185,14 @@ class Root(PyMenu):
11185
11185
  Argument FirstNumber.
11186
11186
  """
11187
11187
 
11188
- class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
11188
+ class _CustomPatternString(PyTextualCommandArgumentsSubItem):
11189
11189
  """
11190
- Argument NbCellsPerUnit.
11190
+ Argument CustomPatternString.
11191
11191
  """
11192
11192
 
11193
- class _CustomPatternString(PyTextualCommandArgumentsSubItem):
11193
+ class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
11194
11194
  """
11195
- Argument CustomPatternString.
11195
+ Argument NbCellsPerUnit.
11196
11196
  """
11197
11197
 
11198
11198
  class _InvokeBatteryModelingOptions(PyTextualCommandArgumentsSubItem):
@@ -11285,9 +11285,9 @@ class Root(PyMenu):
11285
11285
  super().__init__(parent, attr, service, rules, path)
11286
11286
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
11287
11287
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
11288
- self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
11289
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
11290
11288
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
11289
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
11290
+ self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
11291
11291
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
11292
11292
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
11293
11293
  self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
@@ -11303,9 +11303,9 @@ class Root(PyMenu):
11303
11303
  Argument FacetResolution.
11304
11304
  """
11305
11305
 
11306
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
11306
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
11307
11307
  """
11308
- Argument MaxEdgeLengthFactor.
11308
+ Argument NormalAngle.
11309
11309
  """
11310
11310
 
11311
11311
  class _Deviation(PyNumericalCommandArgumentsSubItem):
@@ -11313,9 +11313,9 @@ class Root(PyMenu):
11313
11313
  Argument Deviation.
11314
11314
  """
11315
11315
 
11316
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
11316
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
11317
11317
  """
11318
- Argument NormalAngle.
11318
+ Argument MaxEdgeLengthFactor.
11319
11319
  """
11320
11320
 
11321
11321
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
@@ -11440,11 +11440,11 @@ class Root(PyMenu):
11440
11440
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
11441
11441
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
11442
11442
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
11443
- self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
11444
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
11445
11443
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
11446
- self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
11444
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
11445
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
11447
11446
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
11447
+ self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
11448
11448
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
11449
11449
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
11450
11450
 
@@ -11493,9 +11493,9 @@ class Root(PyMenu):
11493
11493
  Argument AdvancedOptions.
11494
11494
  """
11495
11495
 
11496
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
11496
+ class _SizingType(PyTextualCommandArgumentsSubItem):
11497
11497
  """
11498
- Argument InitialSizeControl.
11498
+ Argument SizingType.
11499
11499
  """
11500
11500
 
11501
11501
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -11503,19 +11503,19 @@ class Root(PyMenu):
11503
11503
  Argument WrapGrowthRate.
11504
11504
  """
11505
11505
 
11506
- class _SizingType(PyTextualCommandArgumentsSubItem):
11506
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
11507
11507
  """
11508
- Argument SizingType.
11508
+ Argument InitialSizeControl.
11509
11509
  """
11510
11510
 
11511
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
11511
+ class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
11512
11512
  """
11513
- Argument CellsPerGap.
11513
+ Argument WrapCurvatureNormalAngle.
11514
11514
  """
11515
11515
 
11516
- class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
11516
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
11517
11517
  """
11518
- Argument WrapCurvatureNormalAngle.
11518
+ Argument CellsPerGap.
11519
11519
  """
11520
11520
 
11521
11521
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
@@ -11892,8 +11892,8 @@ class Root(PyMenu):
11892
11892
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
11893
11893
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
11894
11894
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
11895
- self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
11896
11895
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
11896
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
11897
11897
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
11898
11898
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
11899
11899
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -11922,14 +11922,14 @@ class Root(PyMenu):
11922
11922
  Argument ScopeProximityTo.
11923
11923
  """
11924
11924
 
11925
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
11925
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
11926
11926
  """
11927
- Argument CurvatureNormalAngle.
11927
+ Argument PreviewSizefield.
11928
11928
  """
11929
11929
 
11930
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
11930
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
11931
11931
  """
11932
- Argument PreviewSizefield.
11932
+ Argument CurvatureNormalAngle.
11933
11933
  """
11934
11934
 
11935
11935
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -12206,10 +12206,10 @@ class Root(PyMenu):
12206
12206
  super().__init__(parent, attr, service, rules, path)
12207
12207
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
12208
12208
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
12209
+ self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
12209
12210
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12210
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12211
12211
  self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
12212
- self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
12212
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12213
12213
 
12214
12214
  class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
12215
12215
  """
@@ -12221,14 +12221,14 @@ class Root(PyMenu):
12221
12221
  Argument MaxSize.
12222
12222
  """
12223
12223
 
12224
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12224
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
12225
12225
  """
12226
- Argument NormalAngle.
12226
+ Argument MaxEdgeLengthFactor.
12227
12227
  """
12228
12228
 
12229
- class _Deviation(PyNumericalCommandArgumentsSubItem):
12229
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12230
12230
  """
12231
- Argument Deviation.
12231
+ Argument NormalAngle.
12232
12232
  """
12233
12233
 
12234
12234
  class _Refacet(PyParameterCommandArgumentsSubItem):
@@ -12236,9 +12236,9 @@ class Root(PyMenu):
12236
12236
  Argument Refacet.
12237
12237
  """
12238
12238
 
12239
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
12239
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
12240
12240
  """
12241
- Argument MaxEdgeLengthFactor.
12241
+ Argument Deviation.
12242
12242
  """
12243
12243
 
12244
12244
  class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
@@ -12301,8 +12301,8 @@ class Root(PyMenu):
12301
12301
  super().__init__(parent, attr, service, rules, path)
12302
12302
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
12303
12303
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
12304
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12305
12304
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12305
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12306
12306
 
12307
12307
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
12308
12308
  """
@@ -12314,14 +12314,14 @@ class Root(PyMenu):
12314
12314
  Argument RefacetDuringLoad.
12315
12315
  """
12316
12316
 
12317
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12317
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
12318
12318
  """
12319
- Argument NormalAngle.
12319
+ Argument Deviation.
12320
12320
  """
12321
12321
 
12322
- class _Deviation(PyNumericalCommandArgumentsSubItem):
12322
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12323
12323
  """
12324
- Argument Deviation.
12324
+ Argument NormalAngle.
12325
12325
  """
12326
12326
 
12327
12327
  def create_instance(self) -> _PartManagementCommandArguments:
@@ -12918,14 +12918,14 @@ class Root(PyMenu):
12918
12918
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
12919
12919
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
12920
12920
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
12921
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
12921
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
12922
12922
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
12923
12923
  self.Operation = self._Operation(self, "Operation", service, rules, path)
12924
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
12924
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
12925
12925
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
12926
- self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
12927
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
12928
12926
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
12927
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
12928
+ self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
12929
12929
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
12930
12930
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
12931
12931
 
@@ -12954,9 +12954,9 @@ class Root(PyMenu):
12954
12954
  Argument RelativeShareTopologyTolerance.
12955
12955
  """
12956
12956
 
12957
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
12957
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
12958
12958
  """
12959
- Argument ShareTopologyAngle.
12959
+ Argument FluidLabelWildcard.
12960
12960
  """
12961
12961
 
12962
12962
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -12969,9 +12969,9 @@ class Root(PyMenu):
12969
12969
  Argument Operation.
12970
12970
  """
12971
12971
 
12972
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
12972
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
12973
12973
  """
12974
- Argument FluidLabelWildcard.
12974
+ Argument ShareTopologyAngle.
12975
12975
  """
12976
12976
 
12977
12977
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -12979,9 +12979,9 @@ class Root(PyMenu):
12979
12979
  Argument STToleranceIncrement.
12980
12980
  """
12981
12981
 
12982
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
12982
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
12983
12983
  """
12984
- Argument IntfLabelList.
12984
+ Argument ShowShareTopologyPreferences.
12985
12985
  """
12986
12986
 
12987
12987
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -12989,9 +12989,9 @@ class Root(PyMenu):
12989
12989
  Argument PerLabelList.
12990
12990
  """
12991
12991
 
12992
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
12992
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
12993
12993
  """
12994
- Argument ShowShareTopologyPreferences.
12994
+ Argument IntfLabelList.
12995
12995
  """
12996
12996
 
12997
12997
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -13075,20 +13075,20 @@ class Root(PyMenu):
13075
13075
  super().__init__(parent, attr, service, rules, path)
13076
13076
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
13077
13077
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
13078
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
13078
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
13079
13079
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
13080
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
13081
13080
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
13081
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
13082
13082
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
13083
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
13083
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
13084
13084
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
13085
13085
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
13086
13086
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
13087
13087
  self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
13088
13088
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
13089
- self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
13090
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
13091
13089
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
13090
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
13091
+ self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
13092
13092
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
13093
13093
 
13094
13094
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -13101,9 +13101,9 @@ class Root(PyMenu):
13101
13101
  Argument AutoMerge.
13102
13102
  """
13103
13103
 
13104
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
13104
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
13105
13105
  """
13106
- Argument SMSeparation.
13106
+ Argument SMQualityImprove.
13107
13107
  """
13108
13108
 
13109
13109
  class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -13111,14 +13111,14 @@ class Root(PyMenu):
13111
13111
  Argument SMSeparationAngle.
13112
13112
  """
13113
13113
 
13114
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
13114
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
13115
13115
  """
13116
- Argument ShowSurfaceMeshPreferences.
13116
+ Argument FoldFaceLimit.
13117
13117
  """
13118
13118
 
13119
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
13119
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
13120
13120
  """
13121
- Argument FoldFaceLimit.
13121
+ Argument ShowSurfaceMeshPreferences.
13122
13122
  """
13123
13123
 
13124
13124
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -13126,9 +13126,9 @@ class Root(PyMenu):
13126
13126
  Argument TVMAutoControlCreation.
13127
13127
  """
13128
13128
 
13129
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
13129
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
13130
13130
  """
13131
- Argument SMQualityImprove.
13131
+ Argument SMSeparation.
13132
13132
  """
13133
13133
 
13134
13134
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -13156,9 +13156,9 @@ class Root(PyMenu):
13156
13156
  Argument VolumeMeshMaxSize.
13157
13157
  """
13158
13158
 
13159
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
13159
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
13160
13160
  """
13161
- Argument SMQualityImproveLimit.
13161
+ Argument SelfIntersectCheck.
13162
13162
  """
13163
13163
 
13164
13164
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -13166,9 +13166,9 @@ class Root(PyMenu):
13166
13166
  Argument AutoSurfaceRemesh.
13167
13167
  """
13168
13168
 
13169
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
13169
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
13170
13170
  """
13171
- Argument SelfIntersectCheck.
13171
+ Argument SMQualityImproveLimit.
13172
13172
  """
13173
13173
 
13174
13174
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -13259,9 +13259,9 @@ class Root(PyMenu):
13259
13259
  def __init__(self, parent, attr, service, rules, path):
13260
13260
  super().__init__(parent, attr, service, rules, path)
13261
13261
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
13262
- self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
13263
- self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
13264
13262
  self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
13263
+ self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
13264
+ self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
13265
13265
  self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
13266
13266
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
13267
13267
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
@@ -13273,9 +13273,9 @@ class Root(PyMenu):
13273
13273
  Argument NewLabelObjects.
13274
13274
  """
13275
13275
 
13276
- class _NewLabels(PyTextualCommandArgumentsSubItem):
13276
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
13277
13277
  """
13278
- Argument NewLabels.
13278
+ Argument NewLabelResolution.
13279
13279
  """
13280
13280
 
13281
13281
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -13283,9 +13283,9 @@ class Root(PyMenu):
13283
13283
  Argument NewLabelType.
13284
13284
  """
13285
13285
 
13286
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
13286
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
13287
13287
  """
13288
- Argument NewLabelResolution.
13288
+ Argument NewLabels.
13289
13289
  """
13290
13290
 
13291
13291
  class _NewLabelCells(PyTextualCommandArgumentsSubItem):