ansys-fluent-core 0.33.dev0__py3-none-any.whl → 0.34.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-fluent-core might be problematic. Click here for more details.

Files changed (78) hide show
  1. ansys/fluent/core/__init__.py +11 -4
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
  3. ansys/fluent/core/codegen/datamodelgen.py +2 -2
  4. ansys/fluent/core/codegen/print_fluent_version.py +4 -4
  5. ansys/fluent/core/codegen/settingsgen.py +1 -2
  6. ansys/fluent/core/exceptions.py +0 -1
  7. ansys/fluent/core/file_session.py +9 -9
  8. ansys/fluent/core/filereader/case_file.py +2 -2
  9. ansys/fluent/core/fluent_connection.py +5 -5
  10. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  11. ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
  12. ansys/fluent/core/generated/datamodel_231/meshing.py +202 -202
  13. ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
  14. ansys/fluent/core/generated/datamodel_232/meshing.py +159 -159
  15. ansys/fluent/core/generated/datamodel_241/flicing.py +35 -35
  16. ansys/fluent/core/generated/datamodel_241/meshing.py +294 -294
  17. ansys/fluent/core/generated/datamodel_242/flicing.py +35 -35
  18. ansys/fluent/core/generated/datamodel_242/meshing.py +305 -305
  19. ansys/fluent/core/generated/datamodel_242/part_management.py +9 -9
  20. ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
  21. ansys/fluent/core/generated/datamodel_251/meshing.py +337 -337
  22. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  23. ansys/fluent/core/generated/datamodel_252/flicing.py +35 -35
  24. ansys/fluent/core/generated/datamodel_252/meshing.py +399 -399
  25. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  26. ansys/fluent/core/generated/datamodel_261/flicing.py +45 -45
  27. ansys/fluent/core/generated/datamodel_261/meshing.py +412 -406
  28. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  29. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
  30. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  31. ansys/fluent/core/generated/solver/settings_252.py +55 -55
  32. ansys/fluent/core/generated/solver/settings_261.py +2483 -3943
  33. ansys/fluent/core/generated/solver/settings_261.pyi +3530 -6130
  34. ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
  35. ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
  36. ansys/fluent/core/generated/solver/tui_261.py +185 -345
  37. ansys/fluent/core/launcher/container_launcher.py +7 -9
  38. ansys/fluent/core/launcher/fluent_container.py +106 -75
  39. ansys/fluent/core/launcher/launch_options.py +22 -1
  40. ansys/fluent/core/launcher/launcher.py +5 -4
  41. ansys/fluent/core/pyfluent_warnings.py +13 -0
  42. ansys/fluent/core/search.py +170 -83
  43. ansys/fluent/core/services/app_utilities.py +52 -32
  44. ansys/fluent/core/services/datamodel_se.py +6 -3
  45. ansys/fluent/core/services/scheme_eval.py +2 -0
  46. ansys/fluent/core/services/solution_variables.py +64 -49
  47. ansys/fluent/core/session.py +36 -30
  48. ansys/fluent/core/session_base_meshing.py +2 -24
  49. ansys/fluent/core/session_shared.py +5 -2
  50. ansys/fluent/core/session_solver.py +15 -9
  51. ansys/fluent/core/solver/__init__.py +1 -1
  52. ansys/fluent/core/solver/flobject.py +62 -64
  53. ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
  54. ansys/fluent/core/solver/settings_builtin_data.py +121 -540
  55. ansys/fluent/core/utils/context_managers.py +0 -17
  56. ansys/fluent/core/utils/fluent_version.py +173 -0
  57. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/METADATA +8 -8
  58. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/RECORD +60 -78
  59. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/WHEEL +1 -1
  60. ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
  61. ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
  62. ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
  63. ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
  64. ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
  65. ansys/fluent/core/generated/fluent_version_222.py +0 -5
  66. ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
  67. ansys/fluent/core/generated/solver/settings_222.py +0 -29473
  68. ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
  69. ansys/fluent/core/generated/solver/tui_222.py +0 -43451
  70. ansys/fluent/core/post_objects/__init__.py +0 -21
  71. ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
  72. ansys/fluent/core/post_objects/meta.py +0 -926
  73. ansys/fluent/core/post_objects/post_helper.py +0 -178
  74. ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
  75. ansys/fluent/core/post_objects/post_objects_container.py +0 -248
  76. ansys/fluent/core/post_objects/singleton_meta.py +0 -42
  77. ansys/fluent/core/post_objects/timing_decorator.py +0 -38
  78. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info/licenses}/LICENSE +0 -0
@@ -1302,10 +1302,10 @@ class Root(PyMenu):
1302
1302
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
1303
1303
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
1304
1304
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
1305
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
1305
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1306
1306
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
1307
1307
  self.Operation = self._Operation(self, "Operation", service, rules, path)
1308
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1308
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
1309
1309
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
1310
1310
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
1311
1311
  self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
@@ -1338,9 +1338,9 @@ class Root(PyMenu):
1338
1338
  Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
1339
1339
  """
1340
1340
 
1341
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
1341
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
1342
1342
  """
1343
- Specify the threshold angle for joining face pairs.
1343
+ Argument FluidLabelWildcard.
1344
1344
  """
1345
1345
 
1346
1346
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -1353,9 +1353,9 @@ class Root(PyMenu):
1353
1353
  Choose whether to apply share topology using the Join-Intersect method where you join and/or intersect the problematic faces, or using the Interface Connect method where you connect edges of overlapping face pairs. Note that imprinting of overlapping faces in SCDM/Discovery is highly recommended for the Interface Connect method.
1354
1354
  """
1355
1355
 
1356
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
1356
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
1357
1357
  """
1358
- Argument FluidLabelWildcard.
1358
+ Specify the threshold angle for joining face pairs.
1359
1359
  """
1360
1360
 
1361
1361
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -1522,23 +1522,23 @@ class Root(PyMenu):
1522
1522
 
1523
1523
  def __init__(self, parent, attr, service, rules, path):
1524
1524
  super().__init__(parent, attr, service, rules, path)
1525
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
1526
1525
  self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
1526
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
1527
1527
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
1528
1528
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
1529
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
1530
1529
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1530
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
1531
1531
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
1532
1532
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
1533
1533
 
1534
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1534
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
1535
1535
  """
1536
- Argument ShowShellBLAdvancedOptions.
1536
+ Argument ExposeSide.
1537
1537
  """
1538
1538
 
1539
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
1539
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1540
1540
  """
1541
- Argument ExposeSide.
1541
+ Argument ShowShellBLAdvancedOptions.
1542
1542
  """
1543
1543
 
1544
1544
  class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -1551,14 +1551,14 @@ class Root(PyMenu):
1551
1551
  Argument MinAspectRatio.
1552
1552
  """
1553
1553
 
1554
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1554
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1555
1555
  """
1556
- Argument LastRatioPercentage.
1556
+ Argument LastRatioNumLayers.
1557
1557
  """
1558
1558
 
1559
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1559
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1560
1560
  """
1561
- Argument LastRatioNumLayers.
1561
+ Argument LastRatioPercentage.
1562
1562
  """
1563
1563
 
1564
1564
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -1769,12 +1769,12 @@ class Root(PyMenu):
1769
1769
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
1770
1770
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
1771
1771
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
1772
- self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1773
1772
  self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1773
+ self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1774
1774
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
1775
1775
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1776
- self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1777
1776
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1777
+ self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1778
1778
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1779
1779
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
1780
1780
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -1804,14 +1804,14 @@ class Root(PyMenu):
1804
1804
  Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
1805
1805
  """
1806
1806
 
1807
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1807
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
1808
1808
  """
1809
- Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
1809
+ Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
1810
1810
  """
1811
1811
 
1812
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
1812
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1813
1813
  """
1814
- Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
1814
+ Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
1815
1815
  """
1816
1816
 
1817
1817
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -1824,14 +1824,14 @@ class Root(PyMenu):
1824
1824
  Argument LastRatioNumLayers.
1825
1825
  """
1826
1826
 
1827
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1827
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1828
1828
  """
1829
- Display advanced options that you may want to apply to this task.
1829
+ Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
1830
1830
  """
1831
1831
 
1832
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1832
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1833
1833
  """
1834
- Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
1834
+ Display advanced options that you may want to apply to this task.
1835
1835
  """
1836
1836
 
1837
1837
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -2090,12 +2090,12 @@ class Root(PyMenu):
2090
2090
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
2091
2091
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
2092
2092
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
2093
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2094
2093
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
2094
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2095
2095
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
2096
2096
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
2097
- self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
2098
2097
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
2098
+ self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
2099
2099
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
2100
2100
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
2101
2101
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -2125,14 +2125,14 @@ class Root(PyMenu):
2125
2125
  Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
2126
2126
  """
2127
2127
 
2128
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
2128
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2129
2129
  """
2130
- Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
2130
+ Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
2131
2131
  """
2132
2132
 
2133
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2133
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
2134
2134
  """
2135
- Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
2135
+ Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
2136
2136
  """
2137
2137
 
2138
2138
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -2145,14 +2145,14 @@ class Root(PyMenu):
2145
2145
  Display advanced options that you may want to apply to this task.
2146
2146
  """
2147
2147
 
2148
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
2148
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2149
2149
  """
2150
- Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
2150
+ Argument LastRatioNumLayers.
2151
2151
  """
2152
2152
 
2153
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2153
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
2154
2154
  """
2155
- Argument LastRatioNumLayers.
2155
+ Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
2156
2156
  """
2157
2157
 
2158
2158
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -2396,8 +2396,8 @@ class Root(PyMenu):
2396
2396
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
2397
2397
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2398
2398
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
2399
- self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2400
2399
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
2400
+ self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2401
2401
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
2402
2402
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
2403
2403
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -2453,14 +2453,14 @@ class Root(PyMenu):
2453
2453
  Enable this field to display the initial size control in the graphics window.
2454
2454
  """
2455
2455
 
2456
- class _SizingType(PyTextualCommandArgumentsSubItem):
2456
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
2457
2457
  """
2458
- Choose the type of sizing control (curvature, proximity, soft, or boi).
2458
+ Specify the increase in element edge length with each succeeding layer of elements.
2459
2459
  """
2460
2460
 
2461
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
2461
+ class _SizingType(PyTextualCommandArgumentsSubItem):
2462
2462
  """
2463
- Specify the increase in element edge length with each succeeding layer of elements.
2463
+ Choose the type of sizing control (curvature, proximity, soft, or boi).
2464
2464
  """
2465
2465
 
2466
2466
  class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -2999,8 +2999,8 @@ class Root(PyMenu):
2999
2999
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
3000
3000
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3001
3001
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
3002
- self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
3003
3002
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
3003
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
3004
3004
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
3005
3005
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
3006
3006
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -3030,14 +3030,14 @@ class Root(PyMenu):
3030
3030
  Argument ScopeProximityTo.
3031
3031
  """
3032
3032
 
3033
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
3033
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
3034
3034
  """
3035
- Argument CurvatureNormalAngle.
3035
+ Argument PreviewSizefield.
3036
3036
  """
3037
3037
 
3038
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
3038
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
3039
3039
  """
3040
- Argument PreviewSizefield.
3040
+ Argument CurvatureNormalAngle.
3041
3041
  """
3042
3042
 
3043
3043
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -3253,8 +3253,8 @@ class Root(PyMenu):
3253
3253
  self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
3254
3254
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
3255
3255
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
3256
- self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
3257
3256
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
3257
+ self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
3258
3258
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
3259
3259
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
3260
3260
 
@@ -3278,14 +3278,14 @@ class Root(PyMenu):
3278
3278
  Argument MinAspectRatio.
3279
3279
  """
3280
3280
 
3281
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
3281
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3282
3282
  """
3283
- Argument LastRatioNumLayers.
3283
+ Argument LastRatioPercentage.
3284
3284
  """
3285
3285
 
3286
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
3286
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
3287
3287
  """
3288
- Argument LastRatioPercentage.
3288
+ Argument LastRatioNumLayers.
3289
3289
  """
3290
3290
 
3291
3291
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -4164,11 +4164,11 @@ class Root(PyMenu):
4164
4164
  super().__init__(parent, attr, service, rules, path)
4165
4165
  self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
4166
4166
  self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
4167
- self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4167
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4168
4168
  self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
4169
4169
  self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
4170
4170
  self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
4171
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4171
+ self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4172
4172
  self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
4173
4173
  self.TargetSizeFieldFileName = self._TargetSizeFieldFileName(self, "TargetSizeFieldFileName", service, rules, path)
4174
4174
  self.SolidFluidRatio = self._SolidFluidRatio(self, "SolidFluidRatio", service, rules, path)
@@ -4186,9 +4186,9 @@ class Root(PyMenu):
4186
4186
  The ratio of the initial wrap size field and the local target size field.
4187
4187
  """
4188
4188
 
4189
- class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4189
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4190
4190
  """
4191
- Determine how the size controls are calculated in the Add Local Sizing task: using Both Wrap and Target values, by Target Only (the default), or by Wrap Only. For complex models, computational expense can be lowered by choosing one of the other options. If either Wrap Only or Target Only is selected, then the other values are determined using the Wrap/Target Size Ratio value.
4191
+ Display advanced options that you may want to apply to the task.
4192
4192
  """
4193
4193
 
4194
4194
  class _SolidFluidRaio(PyNumericalCommandArgumentsSubItem):
@@ -4206,9 +4206,9 @@ class Root(PyMenu):
4206
4206
  For geometries having a very large number of small feature edges, select Yes to speed up the calculation and reduce memory requirements when using a proximity size function.
4207
4207
  """
4208
4208
 
4209
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4209
+ class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4210
4210
  """
4211
- Display advanced options that you may want to apply to the task.
4211
+ Determine how the size controls are calculated in the Add Local Sizing task: using Both Wrap and Target values, by Target Only (the default), or by Wrap Only. For complex models, computational expense can be lowered by choosing one of the other options. If either Wrap Only or Target Only is selected, then the other values are determined using the Wrap/Target Size Ratio value.
4212
4212
  """
4213
4213
 
4214
4214
  class _ExistingSizeField(PyTextualCommandArgumentsSubItem):
@@ -4508,7 +4508,7 @@ class Root(PyMenu):
4508
4508
  def __init__(self, parent, attr, service, rules, path):
4509
4509
  super().__init__(parent, attr, service, rules, path)
4510
4510
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
4511
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4511
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4512
4512
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
4513
4513
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
4514
4514
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -4519,16 +4519,16 @@ class Root(PyMenu):
4519
4519
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
4520
4520
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
4521
4521
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
4522
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
4522
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
4523
4523
 
4524
4524
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
4525
4525
  """
4526
4526
  Argument SizeRelativeLength.
4527
4527
  """
4528
4528
 
4529
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4529
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
4530
4530
  """
4531
- Argument XmaxRatio.
4531
+ Argument Xmax.
4532
4532
  """
4533
4533
 
4534
4534
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -4581,9 +4581,9 @@ class Root(PyMenu):
4581
4581
  Argument ZmaxRatio.
4582
4582
  """
4583
4583
 
4584
- class _Xmax(PyNumericalCommandArgumentsSubItem):
4584
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
4585
4585
  """
4586
- Argument Xmax.
4586
+ Argument XmaxRatio.
4587
4587
  """
4588
4588
 
4589
4589
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -4598,18 +4598,18 @@ class Root(PyMenu):
4598
4598
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
4599
4599
  self.Y = self._Y(self, "Y", service, rules, path)
4600
4600
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4601
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4601
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4602
4602
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4603
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4603
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4604
4604
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4605
4605
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4606
4606
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4607
4607
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4608
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4609
- self.X = self._X(self, "X", service, rules, path)
4608
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4610
4609
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4611
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4610
+ self.X = self._X(self, "X", service, rules, path)
4612
4611
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4612
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4613
4613
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
4614
4614
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
4615
4615
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -4639,9 +4639,9 @@ class Root(PyMenu):
4639
4639
  Argument DefeaturingSize.
4640
4640
  """
4641
4641
 
4642
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4642
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4643
4643
  """
4644
- Argument AspectRatio.
4644
+ Argument BoundaryLayerLevels.
4645
4645
  """
4646
4646
 
4647
4647
  class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
@@ -4649,9 +4649,9 @@ class Root(PyMenu):
4649
4649
  Argument NumberOfLayers.
4650
4650
  """
4651
4651
 
4652
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4652
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4653
4653
  """
4654
- Argument WakeGrowthFactor.
4654
+ Argument AspectRatio.
4655
4655
  """
4656
4656
 
4657
4657
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -4674,14 +4674,9 @@ class Root(PyMenu):
4674
4674
  Argument EdgeSelectionList.
4675
4675
  """
4676
4676
 
4677
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4678
- """
4679
- Argument BoundaryLayerLevels.
4680
- """
4681
-
4682
- class _X(PyNumericalCommandArgumentsSubItem):
4677
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4683
4678
  """
4684
- Argument X.
4679
+ Argument WakeGrowthFactor.
4685
4680
  """
4686
4681
 
4687
4682
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -4689,9 +4684,9 @@ class Root(PyMenu):
4689
4684
  Argument LastRatioPercentage.
4690
4685
  """
4691
4686
 
4692
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
4687
+ class _X(PyNumericalCommandArgumentsSubItem):
4693
4688
  """
4694
- Argument OffsetMethodType.
4689
+ Argument X.
4695
4690
  """
4696
4691
 
4697
4692
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -4699,6 +4694,11 @@ class Root(PyMenu):
4699
4694
  Argument FlipDirection.
4700
4695
  """
4701
4696
 
4697
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
4698
+ """
4699
+ Argument OffsetMethodType.
4700
+ """
4701
+
4702
4702
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
4703
4703
  """
4704
4704
  Argument FirstHeight.
@@ -4738,9 +4738,9 @@ class Root(PyMenu):
4738
4738
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
4739
4739
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
4740
4740
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
4741
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4742
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
4743
4741
  self.X2 = self._X2(self, "X2", service, rules, path)
4742
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
4743
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4744
4744
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
4745
4745
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
4746
4746
 
@@ -4804,9 +4804,9 @@ class Root(PyMenu):
4804
4804
  Argument Node3.
4805
4805
  """
4806
4806
 
4807
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4807
+ class _X2(PyNumericalCommandArgumentsSubItem):
4808
4808
  """
4809
- Argument Y-Offset.
4809
+ Argument X2.
4810
4810
  """
4811
4811
 
4812
4812
  class _Node2(PyTextualCommandArgumentsSubItem):
@@ -4814,9 +4814,9 @@ class Root(PyMenu):
4814
4814
  Argument Node2.
4815
4815
  """
4816
4816
 
4817
- class _X2(PyNumericalCommandArgumentsSubItem):
4817
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4818
4818
  """
4819
- Argument X2.
4819
+ Argument Y-Offset.
4820
4820
  """
4821
4821
 
4822
4822
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -4883,8 +4883,8 @@ class Root(PyMenu):
4883
4883
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
4884
4884
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
4885
4885
  self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
4886
- self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
4887
4886
  self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
4887
+ self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
4888
4888
  self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
4889
4889
 
4890
4890
  class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
@@ -4942,14 +4942,14 @@ class Root(PyMenu):
4942
4942
  Argument BoxCenterX.
4943
4943
  """
4944
4944
 
4945
- class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
4945
+ class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
4946
4946
  """
4947
- Argument CylinderRadius2.
4947
+ Argument BoxCenterZ.
4948
4948
  """
4949
4949
 
4950
- class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
4950
+ class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
4951
4951
  """
4952
- Argument BoxCenterZ.
4952
+ Argument CylinderRadius2.
4953
4953
  """
4954
4954
 
4955
4955
  class _CylinderY2(PyNumericalCommandArgumentsSubItem):
@@ -5095,7 +5095,7 @@ class Root(PyMenu):
5095
5095
  def __init__(self, parent, attr, service, rules, path):
5096
5096
  super().__init__(parent, attr, service, rules, path)
5097
5097
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5098
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5098
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5099
5099
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5100
5100
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5101
5101
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5106,16 +5106,16 @@ class Root(PyMenu):
5106
5106
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5107
5107
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5108
5108
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5109
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5109
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5110
5110
 
5111
5111
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5112
5112
  """
5113
5113
  Argument SizeRelativeLength.
5114
5114
  """
5115
5115
 
5116
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5116
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5117
5117
  """
5118
- Specify the x-coordinate of the offset collar mesh.
5118
+ Argument XmaxRatio.
5119
5119
  """
5120
5120
 
5121
5121
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -5168,9 +5168,9 @@ class Root(PyMenu):
5168
5168
  Argument ZmaxRatio.
5169
5169
  """
5170
5170
 
5171
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5171
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
5172
5172
  """
5173
- Argument XmaxRatio.
5173
+ Specify the x-coordinate of the offset collar mesh.
5174
5174
  """
5175
5175
 
5176
5176
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -5185,18 +5185,18 @@ class Root(PyMenu):
5185
5185
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
5186
5186
  self.Y = self._Y(self, "Y", service, rules, path)
5187
5187
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5188
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5189
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5190
- self.Rate = self._Rate(self, "Rate", service, rules, path)
5191
5188
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5189
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5190
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
5191
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5192
5192
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5193
5193
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5194
5194
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5195
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5196
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5195
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5197
5196
  self.X = self._X(self, "X", service, rules, path)
5198
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5197
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5199
5198
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5199
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5200
5200
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
5201
5201
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
5202
5202
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -5226,14 +5226,14 @@ class Root(PyMenu):
5226
5226
  Argument DefeaturingSize.
5227
5227
  """
5228
5228
 
5229
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5229
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5230
5230
  """
5231
- Argument AspectRatio.
5231
+ Argument BoundaryLayerLevels.
5232
5232
  """
5233
5233
 
5234
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5234
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5235
5235
  """
5236
- Argument WakeGrowthFactor.
5236
+ Argument NumberOfLayers.
5237
5237
  """
5238
5238
 
5239
5239
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -5241,9 +5241,9 @@ class Root(PyMenu):
5241
5241
  Argument Rate.
5242
5242
  """
5243
5243
 
5244
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5244
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5245
5245
  """
5246
- Argument BoundaryLayerLevels.
5246
+ Argument AspectRatio.
5247
5247
  """
5248
5248
 
5249
5249
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5261,14 +5261,9 @@ class Root(PyMenu):
5261
5261
  Choose a single edge zone from the list below for your edge-based collar mesh. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
5262
5262
  """
5263
5263
 
5264
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5265
- """
5266
- Argument NumberOfLayers.
5267
- """
5268
-
5269
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5264
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5270
5265
  """
5271
- Argument LastRatioPercentage.
5266
+ Argument WakeGrowthFactor.
5272
5267
  """
5273
5268
 
5274
5269
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -5276,9 +5271,9 @@ class Root(PyMenu):
5276
5271
  Specify the x-coordinate of the offset collar mesh.
5277
5272
  """
5278
5273
 
5279
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5274
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5280
5275
  """
5281
- Argument OffsetMethodType.
5276
+ Argument LastRatioPercentage.
5282
5277
  """
5283
5278
 
5284
5279
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -5286,6 +5281,11 @@ class Root(PyMenu):
5286
5281
  Argument FlipDirection.
5287
5282
  """
5288
5283
 
5284
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5285
+ """
5286
+ Argument OffsetMethodType.
5287
+ """
5288
+
5289
5289
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
5290
5290
  """
5291
5291
  Argument FirstHeight.
@@ -5325,9 +5325,9 @@ class Root(PyMenu):
5325
5325
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5326
5326
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5327
5327
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5328
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
5328
5329
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5329
5330
  self.X2 = self._X2(self, "X2", service, rules, path)
5330
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
5331
5331
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5332
5332
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5333
5333
 
@@ -5391,6 +5391,11 @@ class Root(PyMenu):
5391
5391
  Argument Node3.
5392
5392
  """
5393
5393
 
5394
+ class _Node2(PyTextualCommandArgumentsSubItem):
5395
+ """
5396
+ Argument Node2.
5397
+ """
5398
+
5394
5399
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5395
5400
  """
5396
5401
  Argument Y-Offset.
@@ -5401,11 +5406,6 @@ class Root(PyMenu):
5401
5406
  Argument X2.
5402
5407
  """
5403
5408
 
5404
- class _Node2(PyTextualCommandArgumentsSubItem):
5405
- """
5406
- Argument Node2.
5407
- """
5408
-
5409
5409
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
5410
5410
  """
5411
5411
  Argument HeightFrontInc.
@@ -5460,8 +5460,8 @@ class Root(PyMenu):
5460
5460
  def __init__(self, parent, attr, service, rules, path):
5461
5461
  super().__init__(parent, attr, service, rules, path)
5462
5462
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
5463
- self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
5464
5463
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
5464
+ self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
5465
5465
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
5466
5466
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
5467
5467
  self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
@@ -5470,8 +5470,8 @@ class Root(PyMenu):
5470
5470
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
5471
5471
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
5472
5472
  self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
5473
- self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
5474
5473
  self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
5474
+ self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
5475
5475
  self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
5476
5476
 
5477
5477
  class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
@@ -5479,14 +5479,14 @@ class Root(PyMenu):
5479
5479
  Argument CylinderZ2.
5480
5480
  """
5481
5481
 
5482
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5482
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5483
5483
  """
5484
- Argument BoxYLength.
5484
+ Argument CylinderX2.
5485
5485
  """
5486
5486
 
5487
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5487
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5488
5488
  """
5489
- Argument CylinderX2.
5489
+ Argument BoxYLength.
5490
5490
  """
5491
5491
 
5492
5492
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -5529,14 +5529,14 @@ class Root(PyMenu):
5529
5529
  Specify the x-coordinate of the offset collar mesh.
5530
5530
  """
5531
5531
 
5532
- class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
5532
+ class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
5533
5533
  """
5534
- Specify the z-coordinate of the offset collar mesh.
5534
+ Argument CylinderRadius2.
5535
5535
  """
5536
5536
 
5537
- class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
5537
+ class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
5538
5538
  """
5539
- Argument CylinderRadius2.
5539
+ Specify the z-coordinate of the offset collar mesh.
5540
5540
  """
5541
5541
 
5542
5542
  class _CylinderY2(PyNumericalCommandArgumentsSubItem):
@@ -5683,7 +5683,7 @@ class Root(PyMenu):
5683
5683
  def __init__(self, parent, attr, service, rules, path):
5684
5684
  super().__init__(parent, attr, service, rules, path)
5685
5685
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5686
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5686
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5687
5687
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5688
5688
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5689
5689
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5694,16 +5694,16 @@ class Root(PyMenu):
5694
5694
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5695
5695
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5696
5696
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5697
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5697
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5698
5698
 
5699
5699
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5700
5700
  """
5701
5701
  Determine if you would like to specify the bounding box for the component mesh as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
5702
5702
  """
5703
5703
 
5704
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5704
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
5705
5705
  """
5706
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
5706
+ Extends the maximum size of the bounding box in the X direction by the specified value.
5707
5707
  """
5708
5708
 
5709
5709
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -5756,9 +5756,9 @@ class Root(PyMenu):
5756
5756
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
5757
5757
  """
5758
5758
 
5759
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5759
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5760
5760
  """
5761
- Extends the maximum size of the bounding box in the X direction by the specified value.
5761
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
5762
5762
  """
5763
5763
 
5764
5764
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -5775,14 +5775,14 @@ class Root(PyMenu):
5775
5775
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5776
5776
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5777
5777
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5778
- self.Rate = self._Rate(self, "Rate", service, rules, path)
5779
5778
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5779
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5780
5780
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5781
5781
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5782
5782
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5783
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5784
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5783
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
5785
5784
  self.X = self._X(self, "X", service, rules, path)
5785
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5786
5786
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5787
5787
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5788
5788
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -5824,14 +5824,14 @@ class Root(PyMenu):
5824
5824
  Argument WakeGrowthFactor.
5825
5825
  """
5826
5826
 
5827
- class _Rate(PyNumericalCommandArgumentsSubItem):
5827
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5828
5828
  """
5829
- Specify the rate of growth of the boundary layer.
5829
+ Select the number of boundary layers to be generated.
5830
5830
  """
5831
5831
 
5832
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5832
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5833
5833
  """
5834
- Select the number of boundary layers to be generated.
5834
+ Argument BoundaryLayerLevels.
5835
5835
  """
5836
5836
 
5837
5837
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5849,14 +5849,9 @@ class Root(PyMenu):
5849
5849
  Argument EdgeSelectionList.
5850
5850
  """
5851
5851
 
5852
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5853
- """
5854
- Argument BoundaryLayerLevels.
5855
- """
5856
-
5857
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5852
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5858
5853
  """
5859
- Specify the offset height of the last layer as a percentage of the local base mesh size.
5854
+ Specify the rate of growth of the boundary layer.
5860
5855
  """
5861
5856
 
5862
5857
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -5864,6 +5859,11 @@ class Root(PyMenu):
5864
5859
  Argument X.
5865
5860
  """
5866
5861
 
5862
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5863
+ """
5864
+ Specify the offset height of the last layer as a percentage of the local base mesh size.
5865
+ """
5866
+
5867
5867
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5868
5868
  """
5869
5869
  Choose the method that will be used to create the boundary layer, or prism, controls.
@@ -5901,8 +5901,8 @@ class Root(PyMenu):
5901
5901
 
5902
5902
  def __init__(self, parent, attr, service, rules, path):
5903
5903
  super().__init__(parent, attr, service, rules, path)
5904
- self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5905
5904
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5905
+ self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5906
5906
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5907
5907
  self.X1 = self._X1(self, "X1", service, rules, path)
5908
5908
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -5913,20 +5913,20 @@ class Root(PyMenu):
5913
5913
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5914
5914
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5915
5915
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5916
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5916
5917
  self.X2 = self._X2(self, "X2", service, rules, path)
5917
5918
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5918
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5919
5919
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5920
5920
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5921
5921
 
5922
- class _HeightNode(PyTextualCommandArgumentsSubItem):
5922
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5923
5923
  """
5924
- Argument HeightNode.
5924
+ Argument X-Offset.
5925
5925
  """
5926
5926
 
5927
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5927
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5928
5928
  """
5929
- Argument X-Offset.
5929
+ Argument HeightNode.
5930
5930
  """
5931
5931
 
5932
5932
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5979,6 +5979,11 @@ class Root(PyMenu):
5979
5979
  Argument Node3.
5980
5980
  """
5981
5981
 
5982
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5983
+ """
5984
+ Argument Y-Offset.
5985
+ """
5986
+
5982
5987
  class _X2(PyNumericalCommandArgumentsSubItem):
5983
5988
  """
5984
5989
  Argument X2.
@@ -5989,11 +5994,6 @@ class Root(PyMenu):
5989
5994
  Argument Node2.
5990
5995
  """
5991
5996
 
5992
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5993
- """
5994
- Argument Y-Offset.
5995
- """
5996
-
5997
5997
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
5998
5998
  """
5999
5999
  Argument HeightFrontInc.
@@ -6370,7 +6370,7 @@ class Root(PyMenu):
6370
6370
  def __init__(self, parent, attr, service, rules, path):
6371
6371
  super().__init__(parent, attr, service, rules, path)
6372
6372
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
6373
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6373
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6374
6374
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
6375
6375
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
6376
6376
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -6381,16 +6381,16 @@ class Root(PyMenu):
6381
6381
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
6382
6382
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
6383
6383
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
6384
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6384
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6385
6385
 
6386
6386
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
6387
6387
  """
6388
6388
  Determine if you would like to specify the bounding box as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
6389
6389
  """
6390
6390
 
6391
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6391
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
6392
6392
  """
6393
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6393
+ Extends the maximum size of the bounding box in the X direction by the specified value.
6394
6394
  """
6395
6395
 
6396
6396
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -6443,9 +6443,9 @@ class Root(PyMenu):
6443
6443
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
6444
6444
  """
6445
6445
 
6446
- class _Xmax(PyNumericalCommandArgumentsSubItem):
6446
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6447
6447
  """
6448
- Extends the maximum size of the bounding box in the X direction by the specified value.
6448
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6449
6449
  """
6450
6450
 
6451
6451
  def create_instance(self) -> _CreateExternalFlowBoundariesCommandArguments:
@@ -6891,7 +6891,7 @@ class Root(PyMenu):
6891
6891
  def __init__(self, parent, attr, service, rules, path):
6892
6892
  super().__init__(parent, attr, service, rules, path)
6893
6893
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
6894
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6894
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6895
6895
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
6896
6896
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
6897
6897
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -6902,16 +6902,16 @@ class Root(PyMenu):
6902
6902
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
6903
6903
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
6904
6904
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
6905
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6905
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6906
6906
 
6907
6907
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
6908
6908
  """
6909
6909
  Determine if you would like to specify the bounding box for the refinement region as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
6910
6910
  """
6911
6911
 
6912
- class _Xmax(PyNumericalCommandArgumentsSubItem):
6912
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6913
6913
  """
6914
- Specify the X-coordinate for the initial position of the cylindrical refinement region.
6914
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6915
6915
  """
6916
6916
 
6917
6917
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -6964,9 +6964,9 @@ class Root(PyMenu):
6964
6964
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
6965
6965
  """
6966
6966
 
6967
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6967
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
6968
6968
  """
6969
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6969
+ Specify the X-coordinate for the initial position of the cylindrical refinement region.
6970
6970
  """
6971
6971
 
6972
6972
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -6982,13 +6982,13 @@ class Root(PyMenu):
6982
6982
  self.Y = self._Y(self, "Y", service, rules, path)
6983
6983
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
6984
6984
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
6985
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6986
6985
  self.Rate = self._Rate(self, "Rate", service, rules, path)
6987
6986
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
6987
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6988
6988
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
6989
6989
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
6990
6990
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
6991
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6991
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6992
6992
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
6993
6993
  self.X = self._X(self, "X", service, rules, path)
6994
6994
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
@@ -7027,11 +7027,6 @@ class Root(PyMenu):
7027
7027
  Argument AspectRatio.
7028
7028
  """
7029
7029
 
7030
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7031
- """
7032
- Argument NumberOfLayers.
7033
- """
7034
-
7035
7030
  class _Rate(PyNumericalCommandArgumentsSubItem):
7036
7031
  """
7037
7032
  Argument Rate.
@@ -7042,6 +7037,11 @@ class Root(PyMenu):
7042
7037
  Specify the number of boundary layers that are to be captured in the refinement region.
7043
7038
  """
7044
7039
 
7040
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7041
+ """
7042
+ Specify the factor by which the refinement region expands in the wake of the flow direction.
7043
+ """
7044
+
7045
7045
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
7046
7046
  """
7047
7047
  Specify the direction that the flow through this refinement region.
@@ -7057,9 +7057,9 @@ class Root(PyMenu):
7057
7057
  Argument EdgeSelectionList.
7058
7058
  """
7059
7059
 
7060
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7060
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7061
7061
  """
7062
- Specify the factor by which the refinement region expands in the wake of the flow direction.
7062
+ Argument NumberOfLayers.
7063
7063
  """
7064
7064
 
7065
7065
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -7109,8 +7109,8 @@ class Root(PyMenu):
7109
7109
 
7110
7110
  def __init__(self, parent, attr, service, rules, path):
7111
7111
  super().__init__(parent, attr, service, rules, path)
7112
- self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
7113
7112
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
7113
+ self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
7114
7114
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
7115
7115
  self.X1 = self._X1(self, "X1", service, rules, path)
7116
7116
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -7121,20 +7121,20 @@ class Root(PyMenu):
7121
7121
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
7122
7122
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
7123
7123
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
7124
+ self.X2 = self._X2(self, "X2", service, rules, path)
7124
7125
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
7125
7126
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
7126
- self.X2 = self._X2(self, "X2", service, rules, path)
7127
7127
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
7128
7128
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
7129
7129
 
7130
- class _HeightNode(PyTextualCommandArgumentsSubItem):
7130
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
7131
7131
  """
7132
- Argument HeightNode.
7132
+ Specify the X-coordinate for the offset of the initial position of the cylinder.
7133
7133
  """
7134
7134
 
7135
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
7135
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
7136
7136
  """
7137
- Specify the X-coordinate for the offset of the initial position of the cylinder.
7137
+ Argument HeightNode.
7138
7138
  """
7139
7139
 
7140
7140
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -7187,6 +7187,11 @@ class Root(PyMenu):
7187
7187
  Argument Node3.
7188
7188
  """
7189
7189
 
7190
+ class _X2(PyNumericalCommandArgumentsSubItem):
7191
+ """
7192
+ Specify the X-coordinate of the second position of the cylinder.
7193
+ """
7194
+
7190
7195
  class _Node2(PyTextualCommandArgumentsSubItem):
7191
7196
  """
7192
7197
  Argument Node2.
@@ -7197,11 +7202,6 @@ class Root(PyMenu):
7197
7202
  Specify the Y-coordinate for the offset of the initial position of the cylinder.
7198
7203
  """
7199
7204
 
7200
- class _X2(PyNumericalCommandArgumentsSubItem):
7201
- """
7202
- Specify the X-coordinate of the second position of the cylinder.
7203
- """
7204
-
7205
7205
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
7206
7206
  """
7207
7207
  Argument HeightFrontInc.
@@ -7259,9 +7259,9 @@ class Root(PyMenu):
7259
7259
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
7260
7260
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
7261
7261
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
7262
- self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
7263
- self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
7264
7262
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
7263
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
7264
+ self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
7265
7265
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
7266
7266
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
7267
7267
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
@@ -7290,9 +7290,9 @@ class Root(PyMenu):
7290
7290
  Specify the X-coordinate of the first position of the cylinder.
7291
7291
  """
7292
7292
 
7293
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7293
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7294
7294
  """
7295
- Argument BoxZLength.
7295
+ Argument BoxXLength.
7296
7296
  """
7297
7297
 
7298
7298
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -7300,9 +7300,9 @@ class Root(PyMenu):
7300
7300
  Specify the Y-coordinate of the first position of the cylinder.
7301
7301
  """
7302
7302
 
7303
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7303
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7304
7304
  """
7305
- Argument BoxXLength.
7305
+ Argument BoxZLength.
7306
7306
  """
7307
7307
 
7308
7308
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -7537,12 +7537,12 @@ class Root(PyMenu):
7537
7537
  def __init__(self, parent, attr, service, rules, path):
7538
7538
  super().__init__(parent, attr, service, rules, path)
7539
7539
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
7540
- self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
7540
+ self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
7541
7541
  self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
7542
7542
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
7543
- self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
7544
- self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
7543
+ self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
7545
7544
  self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
7545
+ self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
7546
7546
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
7547
7547
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
7548
7548
  self.NonRectangularBufferSize = self._NonRectangularBufferSize(self, "NonRectangularBufferSize", service, rules, path)
@@ -7553,9 +7553,9 @@ class Root(PyMenu):
7553
7553
  Specify the number of layers, or divisions, along the thickness of the porous region.
7554
7554
  """
7555
7555
 
7556
- class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
7556
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
7557
7557
  """
7558
- Select a single label that will correspond to the porous region. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
7558
+ Specify the thickness (or the total height) of the porous region.
7559
7559
  """
7560
7560
 
7561
7561
  class _SelectionType(PyTextualCommandArgumentsSubItem):
@@ -7568,19 +7568,19 @@ class Root(PyMenu):
7568
7568
  Choose a single face zone from the list below. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
7569
7569
  """
7570
7570
 
7571
- class _Thickness(PyNumericalCommandArgumentsSubItem):
7571
+ class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
7572
7572
  """
7573
- Specify the thickness (or the total height) of the porous region.
7573
+ Select a single label that will correspond to the porous region. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
7574
7574
  """
7575
7575
 
7576
- class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
7576
+ class _MeshSize(PyNumericalCommandArgumentsSubItem):
7577
7577
  """
7578
- Specify the angle at which features will be extracted for the porous region.
7578
+ Specify the cell size for the porous region mesh.
7579
7579
  """
7580
7580
 
7581
- class _MeshSize(PyNumericalCommandArgumentsSubItem):
7581
+ class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
7582
7582
  """
7583
- Specify the cell size for the porous region mesh.
7583
+ Specify the angle at which features will be extracted for the porous region.
7584
7584
  """
7585
7585
 
7586
7586
  class _BufferSize(PyNumericalCommandArgumentsSubItem):
@@ -7911,9 +7911,9 @@ class Root(PyMenu):
7911
7911
  def __init__(self, parent, attr, service, rules, path):
7912
7912
  super().__init__(parent, attr, service, rules, path)
7913
7913
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
7914
- self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
7915
- self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
7916
7914
  self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
7915
+ self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
7916
+ self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
7917
7917
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
7918
7918
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
7919
7919
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
@@ -7926,9 +7926,9 @@ class Root(PyMenu):
7926
7926
  Specify whether or not you will have any porous regions in your geometry. If so, then a Create Porous Regions task will be added to the workflow. A simple primitive rectangle will be placed over complex and detailed geometry of a porous region (for example, fins and tubes of a heat exchanger). With buffer layer:
7927
7927
  """
7928
7928
 
7929
- class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7929
+ class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7930
7930
  """
7931
- Argument CloseLeakages.
7931
+ Specify whether or not you will need to account for any portions of your geometry with zero-thickness, and apply thickness to them for a more refined surface mesh. If so, then an Add Thickness task will be added to the workflow.
7932
7932
  """
7933
7933
 
7934
7934
  class _CloseLeakges(PyTextualCommandArgumentsSubItem):
@@ -7936,9 +7936,9 @@ class Root(PyMenu):
7936
7936
  Specify whether or not your geometry contains any problems (such as gaps or overlapping/intersecting surfaces) that may create leakages that need to be closed. If so, then a Define Leakage Threshold task is added to the workflow.
7937
7937
  """
7938
7938
 
7939
- class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7939
+ class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7940
7940
  """
7941
- Specify whether or not you will need to account for any portions of your geometry with zero-thickness, and apply thickness to them for a more refined surface mesh. If so, then an Add Thickness task will be added to the workflow.
7941
+ Argument CloseLeakages.
7942
7942
  """
7943
7943
 
7944
7944
  class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
@@ -8393,10 +8393,10 @@ class Root(PyMenu):
8393
8393
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
8394
8394
  self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
8395
8395
  self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
8396
- self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
8397
- self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
8398
- self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
8399
8396
  self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
8397
+ self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
8398
+ self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
8399
+ self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
8400
8400
  self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
8401
8401
 
8402
8402
  class _SplitQuads(PyTextualCommandArgumentsSubItem):
@@ -8424,24 +8424,24 @@ class Root(PyMenu):
8424
8424
  Argument LocalRemesh.
8425
8425
  """
8426
8426
 
8427
- class _GapFactor(PyNumericalCommandArgumentsSubItem):
8427
+ class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
8428
8428
  """
8429
- Argument GapFactor.
8429
+ Argument MaxFaceSkew.
8430
8430
  """
8431
8431
 
8432
- class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
8432
+ class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
8433
8433
  """
8434
- Argument ShowPrism2DPreferences.
8434
+ Argument RefineStretchedQuads.
8435
8435
  """
8436
8436
 
8437
- class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
8437
+ class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
8438
8438
  """
8439
- Argument RefineStretchedQuads.
8439
+ Argument ShowPrism2DPreferences.
8440
8440
  """
8441
8441
 
8442
- class _MaxFaceSkew(PyNumericalCommandArgumentsSubItem):
8442
+ class _GapFactor(PyNumericalCommandArgumentsSubItem):
8443
8443
  """
8444
- Argument MaxFaceSkew.
8444
+ Argument GapFactor.
8445
8445
  """
8446
8446
 
8447
8447
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
@@ -9168,8 +9168,8 @@ class Root(PyMenu):
9168
9168
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
9169
9169
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
9170
9170
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
9171
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
9172
9171
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
9172
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
9173
9173
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
9174
9174
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
9175
9175
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -9199,14 +9199,14 @@ class Root(PyMenu):
9199
9199
  Set proximity based refinement. Edges considers edge-to-edge proximity, while Faces considers face-to-face proximity, and Faces and Edges considers both. More...
9200
9200
  """
9201
9201
 
9202
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
9202
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9203
9203
  """
9204
- Enable this option to visualize the size field in the graphics window.
9204
+ Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve. More...
9205
9205
  """
9206
9206
 
9207
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9207
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
9208
9208
  """
9209
- Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve. More...
9209
+ Enable this option to visualize the size field in the graphics window.
9210
9210
  """
9211
9211
 
9212
9212
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -9307,21 +9307,21 @@ class Root(PyMenu):
9307
9307
  def __init__(self, parent, attr, service, rules, path):
9308
9308
  super().__init__(parent, attr, service, rules, path)
9309
9309
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
9310
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9310
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9311
9311
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
9312
9312
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
9313
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9313
9314
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9314
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9315
9315
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
9316
9316
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
9317
9317
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
9318
9318
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
9319
- self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9320
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9321
9319
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
9322
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9323
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9320
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9321
+ self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9324
9322
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
9323
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9324
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9325
9325
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
9326
9326
 
9327
9327
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -9329,9 +9329,9 @@ class Root(PyMenu):
9329
9329
  Specify the limiting skewness value for cell collapse to improve the mesh. If any remaining triangles are above this limit, these triangles will be aggressively removed using a fixed maximum angle of 120 degrees.
9330
9330
  """
9331
9331
 
9332
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9332
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
9333
9333
  """
9334
- Specify the value limiting when folded faces are smoothed or resolved. Folded faces are resolved while under this limit. Set this value to 0 if the number of free nodes (due to a zero-thickness wall such as a baffle for instance) falls below 10.
9334
+ Argument AutoMerge.
9335
9335
  """
9336
9336
 
9337
9337
  class _SMSeparation(PyTextualCommandArgumentsSubItem):
@@ -9344,14 +9344,14 @@ class Root(PyMenu):
9344
9344
  Display advanced options that you may want to apply to the task.
9345
9345
  """
9346
9346
 
9347
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9347
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9348
9348
  """
9349
- Choose whether or not to apply quality measures during surface mesh generation. You should disable this option when using Multizone meshing of very thin structures, relative to the minimum size.
9349
+ Specify the value limiting when folded faces are smoothed or resolved. Folded faces are resolved while under this limit. Set this value to 0 if the number of free nodes (due to a zero-thickness wall such as a baffle for instance) falls below 10.
9350
9350
  """
9351
9351
 
9352
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
9352
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9353
9353
  """
9354
- Argument AutoMerge.
9354
+ Choose whether or not to apply quality measures during surface mesh generation. You should disable this option when using Multizone meshing of very thin structures, relative to the minimum size.
9355
9355
  """
9356
9356
 
9357
9357
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -9374,9 +9374,9 @@ class Root(PyMenu):
9374
9374
  Specify the width of the step that you wish to remove.
9375
9375
  """
9376
9376
 
9377
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
9377
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
9378
9378
  """
9379
- Specify the maximum size of the elements for the surface mesh.
9379
+ Specify the maximum angle between the normals of adjacent faces. This quality measure is useful in locating sharp corners in complicated geometries. The angle value ranges from 0 to 180 degrees. Four consecutive attempts are made to improve the quality, each using a larger adjacent angle, until this maximum value.
9380
9380
  """
9381
9381
 
9382
9382
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -9384,14 +9384,14 @@ class Root(PyMenu):
9384
9384
  Choose whether or not to automatically assign boundary types to zones.
9385
9385
  """
9386
9386
 
9387
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
9387
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
9388
9388
  """
9389
- Specify the maximum angle between the normals of adjacent faces. This quality measure is useful in locating sharp corners in complicated geometries. The angle value ranges from 0 to 180 degrees. Four consecutive attempts are made to improve the quality, each using a larger adjacent angle, until this maximum value.
9389
+ Specify the maximum size of the elements for the surface mesh.
9390
9390
  """
9391
9391
 
9392
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9392
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9393
9393
  """
9394
- Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9394
+ Specify a limiting value for skewness to improve the quality of the surface mesh. Quality improvement is attempted on those triangles where the skewness is above this limit.
9395
9395
  """
9396
9396
 
9397
9397
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -9399,9 +9399,9 @@ class Root(PyMenu):
9399
9399
  Choose whether or not to automatically remesh in order to remove excessive clustering of nodes. By default (auto), this is done if local sizing has been assigned or Share Topology is invoked, but skipped if not. Performance may be improved if this is disabled. In addition, you can choose to use the much faster refaceting technique as an alternative to automatic remeshing. When importing the mesh, remeshing is only performed if this option is set to yes and then all faces are remeshed; and the refaceting option is not available because the initial mesh cannot be refaceted.
9400
9400
  """
9401
9401
 
9402
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9402
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9403
9403
  """
9404
- Specify a limiting value for skewness to improve the quality of the surface mesh. Quality improvement is attempted on those triangles where the skewness is above this limit.
9404
+ Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9405
9405
  """
9406
9406
 
9407
9407
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -9494,10 +9494,10 @@ class Root(PyMenu):
9494
9494
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
9495
9495
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
9496
9496
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9497
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9497
9498
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
9498
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9499
9499
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9500
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9500
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9501
9501
 
9502
9502
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
9503
9503
  """
@@ -9534,14 +9534,14 @@ class Root(PyMenu):
9534
9534
  Argument UsePartOrBodyAsSuffix.
9535
9535
  """
9536
9536
 
9537
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9537
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9538
9538
  """
9539
- Argument ExtractFeatures.
9539
+ Argument ImportNamedSelections.
9540
9540
  """
9541
9541
 
9542
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
9542
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9543
9543
  """
9544
- Argument ImportCurvatureDataFromCAD.
9544
+ Argument ExtractFeatures.
9545
9545
  """
9546
9546
 
9547
9547
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -9549,9 +9549,9 @@ class Root(PyMenu):
9549
9549
  Argument ImportPartNames.
9550
9550
  """
9551
9551
 
9552
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9552
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
9553
9553
  """
9554
- Argument ImportNamedSelections.
9554
+ Argument ImportCurvatureDataFromCAD.
9555
9555
  """
9556
9556
 
9557
9557
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -9571,9 +9571,9 @@ class Root(PyMenu):
9571
9571
  self.Operation = self._Operation(self, "Operation", service, rules, path)
9572
9572
  self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9573
9573
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
9574
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9575
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9576
9574
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
9575
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9576
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9577
9577
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
9578
9578
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
9579
9579
 
@@ -9627,9 +9627,9 @@ class Root(PyMenu):
9627
9627
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
9628
9628
  """
9629
9629
 
9630
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9630
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9631
9631
  """
9632
- Display advanced options that you may want to apply to the task.
9632
+ Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
9633
9633
  """
9634
9634
 
9635
9635
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -9637,9 +9637,9 @@ class Root(PyMenu):
9637
9637
  Argument PerLabelList.
9638
9638
  """
9639
9639
 
9640
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9640
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9641
9641
  """
9642
- Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
9642
+ Display advanced options that you may want to apply to the task.
9643
9643
  """
9644
9644
 
9645
9645
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10032,9 +10032,9 @@ class Root(PyMenu):
10032
10032
  def __init__(self, parent, attr, service, rules, path):
10033
10033
  super().__init__(parent, attr, service, rules, path)
10034
10034
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10035
- self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
10036
- self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10037
10035
  self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
10036
+ self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10037
+ self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
10038
10038
  self.Type = self._Type(self, "Type", service, rules, path)
10039
10039
  self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
10040
10040
  self.HexMaxSize = self._HexMaxSize(self, "HexMaxSize", service, rules, path)
@@ -10047,9 +10047,9 @@ class Root(PyMenu):
10047
10047
  Argument MaxSize.
10048
10048
  """
10049
10049
 
10050
- class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10050
+ class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10051
10051
  """
10052
- The minimum cell length for the hexcore or poly-hexcore volume fill types.
10052
+ Specify the number of layers that control the gap between the hexahedra core and the geometry. This distance is assumed to be the height of an ideal tetrahedral cell on the boundary face.
10053
10053
  """
10054
10054
 
10055
10055
  class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
@@ -10057,9 +10057,9 @@ class Root(PyMenu):
10057
10057
  The maximum cell length for either the tetrahedron, polyhedron, or poly-hexcore volume fill types.
10058
10058
  """
10059
10059
 
10060
- class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10060
+ class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10061
10061
  """
10062
- Specify the number of layers that control the gap between the hexahedra core and the geometry. This distance is assumed to be the height of an ideal tetrahedral cell on the boundary face.
10062
+ The minimum cell length for the hexcore or poly-hexcore volume fill types.
10063
10063
  """
10064
10064
 
10065
10065
  class _Type(PyTextualCommandArgumentsSubItem):
@@ -10117,21 +10117,22 @@ class Root(PyMenu):
10117
10117
  self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
10118
10118
  self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
10119
10119
  self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
10120
- self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
10121
- self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10122
10120
  self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
10121
+ self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
10122
+ self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10123
+ self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
10123
10124
  self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10124
10125
  self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
10125
10126
  self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
10126
10127
  self.MaxCellSizeChange = self._MaxCellSizeChange(self, "MaxCellSizeChange", service, rules, path)
10127
10128
  self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
10128
- self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10129
+ self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10129
10130
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
10130
10131
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
10131
10132
  self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
10132
- self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10133
- self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
10134
10133
  self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10134
+ self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
10135
+ self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10135
10136
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
10136
10137
 
10137
10138
  class _UseSizeField(PyTextualCommandArgumentsSubItem):
@@ -10149,9 +10150,14 @@ class Root(PyMenu):
10149
10150
  Argument MinPolySize.
10150
10151
  """
10151
10152
 
10152
- class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
10153
+ class _QualityMethod(PyTextualCommandArgumentsSubItem):
10153
10154
  """
10154
- Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10155
+ Choose from several different types of mesh quality controls (skewness, aspect ratio, change in size, and so on). Choices include Orthogonal (the default for the workflows), Enhanced Orthogonal, and Skewness. For more information, see More... .
10156
+ """
10157
+
10158
+ class _SizeFieldPeriodicity(PyTextualCommandArgumentsSubItem):
10159
+ """
10160
+ Argument SizeFieldPeriodicity.
10155
10161
  """
10156
10162
 
10157
10163
  class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
@@ -10159,9 +10165,9 @@ class Root(PyMenu):
10159
10165
  This option is available when both the Use Size Field? and Fill Polyhedra in Solids? options are enabled for the poly-hexcore fill method. By default this option is set to no, which specifies growth-rate-based sizing for polyhedra regions during poly-hexcore generation. Selecting yes for this option specifies the sizing for polyhedra regions to be size-field based and is recommended when BOI(s) or body sizing have been defined that include the polyhedra region.
10160
10166
  """
10161
10167
 
10162
- class _QualityMethod(PyTextualCommandArgumentsSubItem):
10168
+ class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
10163
10169
  """
10164
- Choose from several different types of mesh quality controls (skewness, aspect ratio, change in size, and so on). Choices include Orthogonal (the default for the workflows), Enhanced Orthogonal, and Skewness. For more information, see More... .
10170
+ Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10165
10171
  """
10166
10172
 
10167
10173
  class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -10189,9 +10195,9 @@ class Root(PyMenu):
10189
10195
  Indicate whether or not you want to save a .pzmcontrol file to your working folder that will contain the boundary (prism) layer specifications.
10190
10196
  """
10191
10197
 
10192
- class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10198
+ class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10193
10199
  """
10194
- Indicate whether or not you want to persistently rename volume mesh components. This will make zone names equivalent to region names, and will make cell and face zone names unique. Using this field is highly recommended for any parametric study. Persistent renaming only works if all body names are unique.
10200
+ Argument MinFaceArea.
10195
10201
  """
10196
10202
 
10197
10203
  class _CheckSelfProximity(PyTextualCommandArgumentsSubItem):
@@ -10209,9 +10215,9 @@ class Root(PyMenu):
10209
10215
  Argument MinEdgeLength.
10210
10216
  """
10211
10217
 
10212
- class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10218
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10213
10219
  """
10214
- Argument MinFaceArea.
10220
+ Indicate whether or not to fill only polyhedra cells in all solid regions during volume meshing using the poly-hexcore volume fill method. The default value is no. Setting this to yes may improve meshing efficiency.
10215
10221
  """
10216
10222
 
10217
10223
  class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -10219,9 +10225,9 @@ class Root(PyMenu):
10219
10225
  Specify the rate of growth for a tetrahedron or polyhedron mesh.
10220
10226
  """
10221
10227
 
10222
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10228
+ class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10223
10229
  """
10224
- Indicate whether or not to fill only polyhedra cells in all solid regions during volume meshing using the poly-hexcore volume fill method. The default value is no. Setting this to yes may improve meshing efficiency.
10230
+ Indicate whether or not you want to persistently rename volume mesh components. This will make zone names equivalent to region names, and will make cell and face zone names unique. Using this field is highly recommended for any parametric study. Persistent renaming only works if all body names are unique.
10225
10231
  """
10226
10232
 
10227
10233
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -10317,18 +10323,18 @@ class Root(PyMenu):
10317
10323
  def __init__(self, parent, attr, service, rules, path):
10318
10324
  super().__init__(parent, attr, service, rules, path)
10319
10325
  self.AutoOrderControls = self._AutoOrderControls(self, "AutoOrderControls", service, rules, path)
10320
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
10321
- self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
10322
10326
  self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
10327
+ self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
10328
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
10323
10329
 
10324
10330
  class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
10325
10331
  """
10326
10332
  When set to yes, will automatically swap source and target faces in order to increase the success rate of the thin volume mesh generation. This option is set to yes by default for conventional thin volume meshing and is set to no when Stacked Plates is enabled.
10327
10333
  """
10328
10334
 
10329
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
10335
+ class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
10330
10336
  """
10331
- Controls the minimum aspect ratio for cells at the boundary of the thin volume mesh regions. By default, this option is set to 0.3, other than for Stacked Plates, where it is set to 0.1. For flat parallel plates (not including stacked plates), it is recommended to use a value of 0.1 to produce a high quality thin volume mesh.
10337
+ Display global settings for thin volume meshing.
10332
10338
  """
10333
10339
 
10334
10340
  class _StairStep(PyTextualCommandArgumentsSubItem):
@@ -10336,9 +10342,9 @@ class Root(PyMenu):
10336
10342
  Use this option to invoke stair-stepping at thin volume mesh regions.
10337
10343
  """
10338
10344
 
10339
- class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
10345
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
10340
10346
  """
10341
- Display global settings for thin volume meshing.
10347
+ Controls the minimum aspect ratio for cells at the boundary of the thin volume mesh regions. By default, this option is set to 0.3, other than for Stacked Plates, where it is set to 0.1. For flat parallel plates (not including stacked plates), it is recommended to use a value of 0.1 to produce a high quality thin volume mesh.
10342
10348
  """
10343
10349
 
10344
10350
  class _InvokePrimsControl(PyTextualCommandArgumentsSubItem):
@@ -10488,8 +10494,8 @@ class Root(PyMenu):
10488
10494
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
10489
10495
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10490
10496
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
10491
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
10492
10497
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
10498
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
10493
10499
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
10494
10500
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
10495
10501
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -10519,14 +10525,14 @@ class Root(PyMenu):
10519
10525
  Argument ScopeProximityTo.
10520
10526
  """
10521
10527
 
10522
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10528
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10523
10529
  """
10524
- Argument PreviewSizefield.
10530
+ Argument CurvatureNormalAngle.
10525
10531
  """
10526
10532
 
10527
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10533
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10528
10534
  """
10529
- Argument CurvatureNormalAngle.
10535
+ Argument PreviewSizefield.
10530
10536
  """
10531
10537
 
10532
10538
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -10743,10 +10749,10 @@ class Root(PyMenu):
10743
10749
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
10744
10750
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
10745
10751
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
10746
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10752
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10747
10753
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
10748
10754
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
10749
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10755
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10750
10756
 
10751
10757
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
10752
10758
  """
@@ -10773,9 +10779,9 @@ class Root(PyMenu):
10773
10779
  Argument AllowDefeaturing.
10774
10780
  """
10775
10781
 
10776
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10782
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10777
10783
  """
10778
- Argument SIRemoveStep.
10784
+ Argument ShowSMImprovePreferences.
10779
10785
  """
10780
10786
 
10781
10787
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10788,9 +10794,9 @@ class Root(PyMenu):
10788
10794
  Argument SIStepWidth.
10789
10795
  """
10790
10796
 
10791
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10797
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10792
10798
  """
10793
- Argument ShowSMImprovePreferences.
10799
+ Argument SIRemoveStep.
10794
10800
  """
10795
10801
 
10796
10802
  def create_instance(self) -> _GeometrySetupCommandArguments:
@@ -10999,32 +11005,32 @@ class Root(PyMenu):
10999
11005
 
11000
11006
  def __init__(self, parent, attr, service, rules, path):
11001
11007
  super().__init__(parent, attr, service, rules, path)
11002
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
11003
11008
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
11009
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
11004
11010
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
11005
11011
  self.X1 = self._X1(self, "X1", service, rules, path)
11006
11012
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
11007
11013
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
11008
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
11009
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
11010
11014
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
11015
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
11016
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
11011
11017
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
11012
11018
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
11013
11019
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
11014
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
11015
11020
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
11016
11021
  self.X2 = self._X2(self, "X2", service, rules, path)
11022
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
11017
11023
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
11018
11024
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
11019
11025
 
11020
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
11026
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
11021
11027
  """
11022
- Argument X-Offset.
11028
+ Argument HeightNode.
11023
11029
  """
11024
11030
 
11025
- class _HeightNode(PyTextualCommandArgumentsSubItem):
11031
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
11026
11032
  """
11027
- Argument HeightNode.
11033
+ Argument X-Offset.
11028
11034
  """
11029
11035
 
11030
11036
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -11047,9 +11053,9 @@ class Root(PyMenu):
11047
11053
  Argument Z-Offset.
11048
11054
  """
11049
11055
 
11050
- class _Z1(PyNumericalCommandArgumentsSubItem):
11056
+ class _Z2(PyNumericalCommandArgumentsSubItem):
11051
11057
  """
11052
- Argument Z1.
11058
+ Argument Z2.
11053
11059
  """
11054
11060
 
11055
11061
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -11057,9 +11063,9 @@ class Root(PyMenu):
11057
11063
  Argument Node1.
11058
11064
  """
11059
11065
 
11060
- class _Z2(PyNumericalCommandArgumentsSubItem):
11066
+ class _Z1(PyNumericalCommandArgumentsSubItem):
11061
11067
  """
11062
- Argument Z2.
11068
+ Argument Z1.
11063
11069
  """
11064
11070
 
11065
11071
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -11077,11 +11083,6 @@ class Root(PyMenu):
11077
11083
  Argument Node3.
11078
11084
  """
11079
11085
 
11080
- class _Node2(PyTextualCommandArgumentsSubItem):
11081
- """
11082
- Argument Node2.
11083
- """
11084
-
11085
11086
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
11086
11087
  """
11087
11088
  Argument Y-Offset.
@@ -11092,6 +11093,11 @@ class Root(PyMenu):
11092
11093
  Argument X2.
11093
11094
  """
11094
11095
 
11096
+ class _Node2(PyTextualCommandArgumentsSubItem):
11097
+ """
11098
+ Argument Node2.
11099
+ """
11100
+
11095
11101
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
11096
11102
  """
11097
11103
  Argument HeightFrontInc.
@@ -11115,7 +11121,7 @@ class Root(PyMenu):
11115
11121
  def __init__(self, parent, attr, service, rules, path):
11116
11122
  super().__init__(parent, attr, service, rules, path)
11117
11123
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
11118
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
11124
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
11119
11125
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
11120
11126
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
11121
11127
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -11126,16 +11132,16 @@ class Root(PyMenu):
11126
11132
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
11127
11133
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
11128
11134
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
11129
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
11135
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
11130
11136
 
11131
11137
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
11132
11138
  """
11133
11139
  Determine if you would like to specify the bounding box for the construction surface as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
11134
11140
  """
11135
11141
 
11136
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
11142
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
11137
11143
  """
11138
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
11144
+ Extends the maximum size of the bounding box in the X direction by the specified value.
11139
11145
  """
11140
11146
 
11141
11147
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -11188,9 +11194,9 @@ class Root(PyMenu):
11188
11194
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
11189
11195
  """
11190
11196
 
11191
- class _Xmax(PyNumericalCommandArgumentsSubItem):
11197
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
11192
11198
  """
11193
- Extends the maximum size of the bounding box in the X direction by the specified value.
11199
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
11194
11200
  """
11195
11201
 
11196
11202
  def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
@@ -11621,11 +11627,11 @@ class Root(PyMenu):
11621
11627
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
11622
11628
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11623
11629
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11624
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11625
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11626
11630
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11627
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11628
11631
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11632
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11633
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11634
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11629
11635
 
11630
11636
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11631
11637
  """
@@ -11657,19 +11663,19 @@ class Root(PyMenu):
11657
11663
  Argument OneZonePer.
11658
11664
  """
11659
11665
 
11660
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11666
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11661
11667
  """
11662
- Argument UsePartOrBodyAsSuffix.
11668
+ Argument ImportCurvatureDataFromCAD.
11663
11669
  """
11664
11670
 
11665
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11671
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11666
11672
  """
11667
- Argument ExtractFeatures.
11673
+ Argument ImportNamedSelections.
11668
11674
  """
11669
11675
 
11670
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11676
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11671
11677
  """
11672
- Argument ImportCurvatureDataFromCAD.
11678
+ Argument ExtractFeatures.
11673
11679
  """
11674
11680
 
11675
11681
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -11677,9 +11683,9 @@ class Root(PyMenu):
11677
11683
  Argument ImportPartNames.
11678
11684
  """
11679
11685
 
11680
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11686
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11681
11687
  """
11682
- Argument ImportNamedSelections.
11688
+ Argument UsePartOrBodyAsSuffix.
11683
11689
  """
11684
11690
 
11685
11691
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -11772,12 +11778,12 @@ class Root(PyMenu):
11772
11778
  self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
11773
11779
  self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
11774
11780
  self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
11775
- self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11781
+ self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11776
11782
  self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
11777
11783
  self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
11778
11784
  self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
11779
11785
  self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
11780
- self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11786
+ self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11781
11787
  self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
11782
11788
  self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
11783
11789
 
@@ -11796,9 +11802,9 @@ class Root(PyMenu):
11796
11802
  Choose whether or not you are going to separate zones upon import based on a region, a region and a specified separation angle, a face, or neither. This is required to select faces for local sizing. If Named Selections have already been defined at these locations, then separation is not needed.
11797
11803
  """
11798
11804
 
11799
- class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11805
+ class _MergeNodes(PyTextualCommandArgumentsSubItem):
11800
11806
  """
11801
- Argument ExtractAngle.
11807
+ Argument MergeNodes.
11802
11808
  """
11803
11809
 
11804
11810
  class _CIRefaceting(PyParameterCommandArgumentsSubItem):
@@ -11821,9 +11827,9 @@ class Root(PyMenu):
11821
11827
  Enables you to specify a maximum facet size for the imported model to avoid very large facets during the file import. Depending on the CAD geometry, this may yield more accuracy.
11822
11828
  """
11823
11829
 
11824
- class _MergeNodes(PyTextualCommandArgumentsSubItem):
11830
+ class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11825
11831
  """
11826
- Argument MergeNodes.
11832
+ Argument ExtractAngle.
11827
11833
  """
11828
11834
 
11829
11835
  class _CISeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -11884,11 +11890,11 @@ class Root(PyMenu):
11884
11890
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
11885
11891
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11886
11892
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11887
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11893
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11888
11894
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11889
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11895
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11890
11896
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11891
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11897
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11892
11898
 
11893
11899
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11894
11900
  """
@@ -11920,9 +11926,9 @@ class Root(PyMenu):
11920
11926
  Argument OneZonePer.
11921
11927
  """
11922
11928
 
11923
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11929
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11924
11930
  """
11925
- Argument UsePartOrBodyAsSuffix.
11931
+ Argument ImportCurvatureDataFromCAD.
11926
11932
  """
11927
11933
 
11928
11934
  class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
@@ -11930,9 +11936,9 @@ class Root(PyMenu):
11930
11936
  Argument ExtractFeatures.
11931
11937
  """
11932
11938
 
11933
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11939
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11934
11940
  """
11935
- Argument ImportNamedSelections.
11941
+ Argument UsePartOrBodyAsSuffix.
11936
11942
  """
11937
11943
 
11938
11944
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -11940,9 +11946,9 @@ class Root(PyMenu):
11940
11946
  Argument ImportPartNames.
11941
11947
  """
11942
11948
 
11943
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11949
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11944
11950
  """
11945
- Argument ImportCurvatureDataFromCAD.
11951
+ Argument ImportNamedSelections.
11946
11952
  """
11947
11953
 
11948
11954
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -12007,10 +12013,10 @@ class Root(PyMenu):
12007
12013
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
12008
12014
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
12009
12015
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
12010
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12016
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12011
12017
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
12012
12018
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
12013
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12019
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12014
12020
 
12015
12021
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
12016
12022
  """
@@ -12037,9 +12043,9 @@ class Root(PyMenu):
12037
12043
  Argument AllowDefeaturing.
12038
12044
  """
12039
12045
 
12040
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12046
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12041
12047
  """
12042
- Display advanced options that you may want to apply to the task.
12048
+ Indicate if there are any small imperfections (ledge or step artifacts from the original CAD geometry) that can be removed as part of this task. If you select yes, then you must specify a Max Step Width and the Step Skewness Quality Limit.
12043
12049
  """
12044
12050
 
12045
12051
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -12052,9 +12058,9 @@ class Root(PyMenu):
12052
12058
  Specify the width of the step that you wish to remove.
12053
12059
  """
12054
12060
 
12055
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12061
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12056
12062
  """
12057
- Indicate if there are any small imperfections (ledge or step artifacts from the original CAD geometry) that can be removed as part of this task. If you select yes, then you must specify a Max Step Width and the Step Skewness Quality Limit.
12063
+ Display advanced options that you may want to apply to the task.
12058
12064
  """
12059
12065
 
12060
12066
  def create_instance(self) -> _ImproveSurfaceMeshCommandArguments:
@@ -12268,8 +12274,8 @@ class Root(PyMenu):
12268
12274
  def __init__(self, parent, attr, service, rules, path):
12269
12275
  super().__init__(parent, attr, service, rules, path)
12270
12276
  self.FirstNumber = self._FirstNumber(self, "FirstNumber", service, rules, path)
12271
- self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
12272
12277
  self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", service, rules, path)
12278
+ self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
12273
12279
  self.InvokeBatteryModelingOptions = self._InvokeBatteryModelingOptions(self, "InvokeBatteryModelingOptions", service, rules, path)
12274
12280
  self.UseCustomPattern = self._UseCustomPattern(self, "UseCustomPattern", service, rules, path)
12275
12281
 
@@ -12278,14 +12284,14 @@ class Root(PyMenu):
12278
12284
  Specify the numerical value that will be appended to the name of the first unit associated with the meshing pattern object. This value also dictates the labeling for mesh objects associated with this mesh pattern. More...
12279
12285
  """
12280
12286
 
12281
- class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
12287
+ class _CustomPatternString(PyTextualCommandArgumentsSubItem):
12282
12288
  """
12283
- Specify the numerical value that will be appended to the name of the first unit associated with the meshing pattern object. This value also dictates the labeling for mesh objects associated with this mesh pattern. More...
12289
+ Argument CustomPatternString.
12284
12290
  """
12285
12291
 
12286
- class _CustomPatternString(PyTextualCommandArgumentsSubItem):
12292
+ class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
12287
12293
  """
12288
- Argument CustomPatternString.
12294
+ Specify the numerical value that will be appended to the name of the first unit associated with the meshing pattern object. This value also dictates the labeling for mesh objects associated with this mesh pattern. More...
12289
12295
  """
12290
12296
 
12291
12297
  class _InvokeBatteryModelingOptions(PyTextualCommandArgumentsSubItem):
@@ -12378,9 +12384,9 @@ class Root(PyMenu):
12378
12384
  super().__init__(parent, attr, service, rules, path)
12379
12385
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
12380
12386
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
12387
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12381
12388
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12382
12389
  self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
12383
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12384
12390
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
12385
12391
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
12386
12392
  self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
@@ -12396,6 +12402,11 @@ class Root(PyMenu):
12396
12402
  Argument FacetResolution.
12397
12403
  """
12398
12404
 
12405
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12406
+ """
12407
+ Argument NormalAngle.
12408
+ """
12409
+
12399
12410
  class _Deviation(PyNumericalCommandArgumentsSubItem):
12400
12411
  """
12401
12412
  Argument Deviation.
@@ -12406,11 +12417,6 @@ class Root(PyMenu):
12406
12417
  Argument MaxEdgeLengthFactor.
12407
12418
  """
12408
12419
 
12409
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12410
- """
12411
- Argument NormalAngle.
12412
- """
12413
-
12414
12420
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
12415
12421
  """
12416
12422
  Argument MaxEdgeLength.
@@ -12535,8 +12541,8 @@ class Root(PyMenu):
12535
12541
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
12536
12542
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
12537
12543
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
12538
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12539
12544
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
12545
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12540
12546
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
12541
12547
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
12542
12548
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
@@ -12588,14 +12594,14 @@ class Root(PyMenu):
12588
12594
  Display advanced wrap-specific options that are also applied to the task. See this description for more information about wrap (and target) mesh size controls.
12589
12595
  """
12590
12596
 
12591
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
12597
+ class _SizingType(PyTextualCommandArgumentsSubItem):
12592
12598
  """
12593
- Specify the increase in element edge length with each succeeding layer of elements.
12599
+ Choose the type of sizing control (curvature, proximity, soft, or boi).
12594
12600
  """
12595
12601
 
12596
- class _SizingType(PyTextualCommandArgumentsSubItem):
12602
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
12597
12603
  """
12598
- Choose the type of sizing control (curvature, proximity, soft, or boi).
12604
+ Specify the increase in element edge length with each succeeding layer of elements.
12599
12605
  """
12600
12606
 
12601
12607
  class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
@@ -13314,10 +13320,10 @@ class Root(PyMenu):
13314
13320
  super().__init__(parent, attr, service, rules, path)
13315
13321
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
13316
13322
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
13323
+ self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
13317
13324
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13318
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13319
13325
  self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
13320
- self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
13326
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13321
13327
 
13322
13328
  class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
13323
13329
  """
@@ -13329,14 +13335,14 @@ class Root(PyMenu):
13329
13335
  Specify a maximum element size for the imported model to avoid very large facets during the file import.
13330
13336
  """
13331
13337
 
13332
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13338
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13333
13339
  """
13334
- Specify a rotational angle (in degrees) of transformation.
13340
+ Specifies the maximum size of the facets relative to the bounding box of the geometry.
13335
13341
  """
13336
13342
 
13337
- class _Deviation(PyNumericalCommandArgumentsSubItem):
13343
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13338
13344
  """
13339
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13345
+ Specify a rotational angle (in degrees) of transformation.
13340
13346
  """
13341
13347
 
13342
13348
  class _Refacet(PyParameterCommandArgumentsSubItem):
@@ -13344,9 +13350,9 @@ class Root(PyMenu):
13344
13350
  Select this option when you want to change faceting of the selected object. Refaceting will refacet the original CAD geometry. Only the faceted CAD geometry is used during the meshing process. The refaceting settings control how far the facet edges are from the model and the size of the facets. More...
13345
13351
  """
13346
13352
 
13347
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13353
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
13348
13354
  """
13349
- Specifies the maximum size of the facets relative to the bounding box of the geometry.
13355
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13350
13356
  """
13351
13357
 
13352
13358
  class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
@@ -14025,9 +14031,9 @@ class Root(PyMenu):
14025
14031
  self.Operation = self._Operation(self, "Operation", service, rules, path)
14026
14032
  self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
14027
14033
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
14028
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
14029
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
14030
14034
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
14035
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
14036
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
14031
14037
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
14032
14038
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
14033
14039
 
@@ -14081,9 +14087,9 @@ class Root(PyMenu):
14081
14087
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
14082
14088
  """
14083
14089
 
14084
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
14090
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
14085
14091
  """
14086
- Display advanced options that you may want to apply to the task.
14092
+ Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
14087
14093
  """
14088
14094
 
14089
14095
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -14091,9 +14097,9 @@ class Root(PyMenu):
14091
14097
  Argument PerLabelList.
14092
14098
  """
14093
14099
 
14094
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
14100
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
14095
14101
  """
14096
- Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
14102
+ Display advanced options that you may want to apply to the task.
14097
14103
  """
14098
14104
 
14099
14105
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -14180,9 +14186,9 @@ class Root(PyMenu):
14180
14186
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
14181
14187
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
14182
14188
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
14183
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14184
- self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14185
14189
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
14190
+ self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14191
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14186
14192
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
14187
14193
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
14188
14194
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
@@ -14218,9 +14224,9 @@ class Root(PyMenu):
14218
14224
  Argument SMSeparation.
14219
14225
  """
14220
14226
 
14221
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14227
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14222
14228
  """
14223
- Argument FoldFaceLimit.
14229
+ Argument SMSeparationAngle.
14224
14230
  """
14225
14231
 
14226
14232
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -14228,9 +14234,9 @@ class Root(PyMenu):
14228
14234
  Argument TVMAutoControlCreation.
14229
14235
  """
14230
14236
 
14231
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14237
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14232
14238
  """
14233
- Argument SMSeparationAngle.
14239
+ Argument FoldFaceLimit.
14234
14240
  """
14235
14241
 
14236
14242
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -14360,9 +14366,9 @@ class Root(PyMenu):
14360
14366
  def __init__(self, parent, attr, service, rules, path):
14361
14367
  super().__init__(parent, attr, service, rules, path)
14362
14368
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
14363
- self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14364
- self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
14365
14369
  self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
14370
+ self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
14371
+ self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14366
14372
  self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14367
14373
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
14368
14374
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
@@ -14374,9 +14380,9 @@ class Root(PyMenu):
14374
14380
  Argument NewLabelObjects.
14375
14381
  """
14376
14382
 
14377
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14383
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
14378
14384
  """
14379
- Argument NewLabelResolution.
14385
+ Argument NewLabels.
14380
14386
  """
14381
14387
 
14382
14388
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -14384,9 +14390,9 @@ class Root(PyMenu):
14384
14390
  Argument NewLabelType.
14385
14391
  """
14386
14392
 
14387
- class _NewLabels(PyTextualCommandArgumentsSubItem):
14393
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14388
14394
  """
14389
- Argument NewLabels.
14395
+ Argument NewLabelResolution.
14390
14396
  """
14391
14397
 
14392
14398
  class _NewLabelCells(PyTextualCommandArgumentsSubItem):