ansys-fluent-core 0.35.dev1__py3-none-any.whl → 0.36.dev0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (67) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/__init__.py +1 -0
  3. ansys/fluent/core/codegen/datamodelgen.py +13 -2
  4. ansys/fluent/core/codegen/settingsgen.py +4 -0
  5. ansys/fluent/core/docker/docker_compose.py +30 -1
  6. ansys/fluent/core/examples/downloads.py +3 -4
  7. ansys/fluent/core/fluent_connection.py +2 -3
  8. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  9. ansys/fluent/core/generated/datamodel_231/flicing.py +25 -25
  10. ansys/fluent/core/generated/datamodel_231/meshing.py +202 -202
  11. ansys/fluent/core/generated/datamodel_232/flicing.py +25 -25
  12. ansys/fluent/core/generated/datamodel_232/meshing.py +161 -161
  13. ansys/fluent/core/generated/datamodel_241/flicing.py +30 -30
  14. ansys/fluent/core/generated/datamodel_241/meshing.py +241 -241
  15. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  16. ansys/fluent/core/generated/datamodel_242/meshing.py +318 -318
  17. ansys/fluent/core/generated/datamodel_242/part_management.py +9 -9
  18. ansys/fluent/core/generated/datamodel_251/flicing.py +25 -25
  19. ansys/fluent/core/generated/datamodel_251/meshing.py +395 -395
  20. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  21. ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
  22. ansys/fluent/core/generated/datamodel_252/meshing.py +394 -394
  23. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  24. ansys/fluent/core/generated/datamodel_261/flicing.py +20 -20
  25. ansys/fluent/core/generated/datamodel_261/meshing.py +500 -493
  26. ansys/fluent/core/generated/datamodel_261/meshing_workflow.py +61694 -0
  27. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  28. ansys/fluent/core/generated/datamodel_261/preferences.py +28 -0
  29. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +14 -0
  30. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  31. ansys/fluent/core/generated/meshing/tui_261.py +388 -10
  32. ansys/fluent/core/generated/solver/settings_261.py +8273 -3465
  33. ansys/fluent/core/generated/solver/settings_261.pyi +5805 -2181
  34. ansys/fluent/core/generated/solver/tui_261.py +1049 -335
  35. ansys/fluent/core/launcher/container_launcher.py +12 -3
  36. ansys/fluent/core/launcher/fluent_container.py +5 -3
  37. ansys/fluent/core/launcher/launch_options.py +2 -2
  38. ansys/fluent/core/launcher/launcher.py +2 -6
  39. ansys/fluent/core/launcher/pim_launcher.py +76 -3
  40. ansys/fluent/core/launcher/process_launch_string.py +1 -2
  41. ansys/fluent/core/launcher/slurm_launcher.py +4 -3
  42. ansys/fluent/core/launcher/standalone_launcher.py +3 -2
  43. ansys/fluent/core/module_config.py +5 -10
  44. ansys/fluent/core/report.py +1 -1
  45. ansys/fluent/core/services/__init__.py +2 -0
  46. ansys/fluent/core/services/datamodel_se.py +4 -1
  47. ansys/fluent/core/services/field_data.py +24 -0
  48. ansys/fluent/core/services/reduction.py +2 -0
  49. ansys/fluent/core/services/settings.py +1 -1
  50. ansys/fluent/core/services/solution_variables.py +92 -0
  51. ansys/fluent/core/session.py +1 -2
  52. ansys/fluent/core/session_base_meshing.py +8 -0
  53. ansys/fluent/core/session_meshing.py +5 -0
  54. ansys/fluent/core/session_pure_meshing.py +6 -0
  55. ansys/fluent/core/session_pure_meshing.pyi +5 -0
  56. ansys/fluent/core/session_utilities.py +8 -5
  57. ansys/fluent/core/solver/flobject.py +19 -0
  58. ansys/fluent/core/solver/function/reduction.py +2 -0
  59. ansys/fluent/core/ui/__init__.py +64 -0
  60. ansys/fluent/core/ui/jupyter_ui.py +203 -0
  61. ansys/fluent/core/ui/standalone_web_ui.py +296 -0
  62. ansys/fluent/core/ui/utils.py +173 -0
  63. ansys/fluent/core/utils/deprecate.py +1 -0
  64. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/METADATA +25 -19
  65. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/RECORD +67 -62
  66. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/WHEEL +0 -0
  67. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/licenses/LICENSE +0 -0
@@ -1308,9 +1308,9 @@ class Root(PyMenu):
1308
1308
  self.Operation = self._Operation(self, "Operation", service, rules, path)
1309
1309
  self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1310
1310
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
1311
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
1312
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
1313
1311
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
1312
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
1313
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
1314
1314
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
1315
1315
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
1316
1316
 
@@ -1364,9 +1364,9 @@ class Root(PyMenu):
1364
1364
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
1365
1365
  """
1366
1366
 
1367
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
1367
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
1368
1368
  """
1369
- Display advanced options that you may want to apply to the task.
1369
+ 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...
1370
1370
  """
1371
1371
 
1372
1372
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -1374,9 +1374,9 @@ class Root(PyMenu):
1374
1374
  Argument PerLabelList.
1375
1375
  """
1376
1376
 
1377
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
1377
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
1378
1378
  """
1379
- 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...
1379
+ Display advanced options that you may want to apply to the task.
1380
1380
  """
1381
1381
 
1382
1382
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -1523,23 +1523,23 @@ class Root(PyMenu):
1523
1523
 
1524
1524
  def __init__(self, parent, attr, service, rules, path):
1525
1525
  super().__init__(parent, attr, service, rules, path)
1526
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
1527
1526
  self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
1527
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
1528
1528
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
1529
1529
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
1530
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
1531
1530
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1531
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
1532
1532
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
1533
1533
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
1534
1534
 
1535
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1535
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
1536
1536
  """
1537
- Argument ShowShellBLAdvancedOptions.
1537
+ Argument ExposeSide.
1538
1538
  """
1539
1539
 
1540
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
1540
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1541
1541
  """
1542
- Argument ExposeSide.
1542
+ Argument ShowShellBLAdvancedOptions.
1543
1543
  """
1544
1544
 
1545
1545
  class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -1552,14 +1552,14 @@ class Root(PyMenu):
1552
1552
  Argument MinAspectRatio.
1553
1553
  """
1554
1554
 
1555
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1555
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1556
1556
  """
1557
- Argument LastRatioPercentage.
1557
+ Argument LastRatioNumLayers.
1558
1558
  """
1559
1559
 
1560
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1560
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1561
1561
  """
1562
- Argument LastRatioNumLayers.
1562
+ Argument LastRatioPercentage.
1563
1563
  """
1564
1564
 
1565
1565
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -1774,8 +1774,8 @@ class Root(PyMenu):
1774
1774
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1775
1775
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
1776
1776
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1777
- self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1778
1777
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1778
+ self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1779
1779
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1780
1780
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
1781
1781
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -1825,14 +1825,14 @@ class Root(PyMenu):
1825
1825
  Display advanced options that you may want to apply to this task.
1826
1826
  """
1827
1827
 
1828
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1828
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1829
1829
  """
1830
- Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
1830
+ Argument LastRatioNumLayers.
1831
1831
  """
1832
1832
 
1833
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1833
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1834
1834
  """
1835
- Argument LastRatioNumLayers.
1835
+ Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
1836
1836
  """
1837
1837
 
1838
1838
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -2091,12 +2091,12 @@ class Root(PyMenu):
2091
2091
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
2092
2092
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
2093
2093
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
2094
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2095
2094
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
2095
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2096
2096
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
2097
- self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
2098
- self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
2099
2097
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
2098
+ self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
2099
+ self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
2100
2100
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
2101
2101
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
2102
2102
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -2126,14 +2126,14 @@ class Root(PyMenu):
2126
2126
  Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
2127
2127
  """
2128
2128
 
2129
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
2129
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2130
2130
  """
2131
- 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.
2131
+ 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...
2132
2132
  """
2133
2133
 
2134
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2134
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
2135
2135
  """
2136
- 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...
2136
+ 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.
2137
2137
  """
2138
2138
 
2139
2139
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -2141,9 +2141,9 @@ class Root(PyMenu):
2141
2141
  Argument InvalidNormalMethod.
2142
2142
  """
2143
2143
 
2144
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
2144
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2145
2145
  """
2146
- Display advanced options that you may want to apply to this task.
2146
+ Argument LastRatioNumLayers.
2147
2147
  """
2148
2148
 
2149
2149
  class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
@@ -2151,9 +2151,9 @@ class Root(PyMenu):
2151
2151
  Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
2152
2152
  """
2153
2153
 
2154
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2154
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
2155
2155
  """
2156
- Argument LastRatioNumLayers.
2156
+ Display advanced options that you may want to apply to this task.
2157
2157
  """
2158
2158
 
2159
2159
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -2403,8 +2403,8 @@ class Root(PyMenu):
2403
2403
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
2404
2404
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
2405
2405
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2406
- self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2407
2406
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
2407
+ self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2408
2408
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
2409
2409
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
2410
2410
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
@@ -2456,14 +2456,14 @@ class Root(PyMenu):
2456
2456
  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.
2457
2457
  """
2458
2458
 
2459
- class _SizingType(PyTextualCommandArgumentsSubItem):
2459
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
2460
2460
  """
2461
- Choose the type of sizing control (curvature, proximity, soft, or boi).
2461
+ Enable this field to display the initial size control in the graphics window.
2462
2462
  """
2463
2463
 
2464
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
2464
+ class _SizingType(PyTextualCommandArgumentsSubItem):
2465
2465
  """
2466
- Enable this field to display the initial size control in the graphics window.
2466
+ Choose the type of sizing control (curvature, proximity, soft, or boi).
2467
2467
  """
2468
2468
 
2469
2469
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -2554,6 +2554,7 @@ class Root(PyMenu):
2554
2554
  Set curvature or proximity based refinement. The edges option considers edge-to-edge proximity, while faces considers face-to-face proximity, and faces and edges considers both. The edge labels option considers edge sizing based on edge labels. Note that when you use the edges or the faces and edges options, you can only select face zones or face labels. Also, saving a size control file after using either of these two options will not be persistent.
2555
2555
  IgnoreOrientation : str
2556
2556
  Specify whether or not you need to apply additional refinement in and around thin areas (such as between plates), without over-refinement. This ignores face proximity within voids and will not allow you to refine in thin voids, but will allow refinement in gaps. This should be used in predominantly fluid regions with no thin solid regions.
2557
+ IgnoreProximityAcrossObjects : str
2557
2558
  BOIZoneorLabel : str
2558
2559
  Choose how you want to select your surface (by label or by zone).
2559
2560
  BOIFaceLabelList : list[str]
@@ -2600,6 +2601,7 @@ class Root(PyMenu):
2600
2601
  self.BOICellsPerGap = self._BOICellsPerGap(self, "BOICellsPerGap", service, rules, path)
2601
2602
  self.BOIScopeTo = self._BOIScopeTo(self, "BOIScopeTo", service, rules, path)
2602
2603
  self.IgnoreOrientation = self._IgnoreOrientation(self, "IgnoreOrientation", service, rules, path)
2604
+ self.IgnoreProximityAcrossObjects = self._IgnoreProximityAcrossObjects(self, "IgnoreProximityAcrossObjects", service, rules, path)
2603
2605
  self.BOIZoneorLabel = self._BOIZoneorLabel(self, "BOIZoneorLabel", service, rules, path)
2604
2606
  self.BOIFaceLabelList = self._BOIFaceLabelList(self, "BOIFaceLabelList", service, rules, path)
2605
2607
  self.BOIFaceZoneList = self._BOIFaceZoneList(self, "BOIFaceZoneList", service, rules, path)
@@ -2702,6 +2704,11 @@ class Root(PyMenu):
2702
2704
  Specify whether or not you need to apply additional refinement in and around thin areas (such as between plates), without over-refinement. This ignores face proximity within voids and will not allow you to refine in thin voids, but will allow refinement in gaps. This should be used in predominantly fluid regions with no thin solid regions.
2703
2705
  """
2704
2706
 
2707
+ class _IgnoreProximityAcrossObjects(PyTextualCommandArgumentsSubItem):
2708
+ """
2709
+ Argument IgnoreProximityAcrossObjects.
2710
+ """
2711
+
2705
2712
  class _BOIZoneorLabel(PyTextualCommandArgumentsSubItem):
2706
2713
  """
2707
2714
  Choose how you want to select your surface (by label or by zone).
@@ -3257,8 +3264,8 @@ class Root(PyMenu):
3257
3264
 
3258
3265
  def __init__(self, parent, attr, service, rules, path):
3259
3266
  super().__init__(parent, attr, service, rules, path)
3260
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
3261
3267
  self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
3268
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
3262
3269
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
3263
3270
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
3264
3271
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
@@ -3266,14 +3273,14 @@ class Root(PyMenu):
3266
3273
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
3267
3274
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
3268
3275
 
3269
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
3276
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
3270
3277
  """
3271
- Argument ShowShellBLAdvancedOptions.
3278
+ Argument ExposeSide.
3272
3279
  """
3273
3280
 
3274
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
3281
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
3275
3282
  """
3276
- Argument ExposeSide.
3283
+ Argument ShowShellBLAdvancedOptions.
3277
3284
  """
3278
3285
 
3279
3286
  class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -4172,11 +4179,11 @@ class Root(PyMenu):
4172
4179
  super().__init__(parent, attr, service, rules, path)
4173
4180
  self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
4174
4181
  self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
4175
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4182
+ self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4176
4183
  self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
4177
4184
  self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
4178
4185
  self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
4179
- self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4186
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4180
4187
  self.SolidFluidRatio = self._SolidFluidRatio(self, "SolidFluidRatio", service, rules, path)
4181
4188
  self.TargetSizeFieldFileName = self._TargetSizeFieldFileName(self, "TargetSizeFieldFileName", service, rules, path)
4182
4189
  self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
@@ -4194,9 +4201,9 @@ class Root(PyMenu):
4194
4201
  The ratio of the initial wrap size field and the local target size field.
4195
4202
  """
4196
4203
 
4197
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4204
+ class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4198
4205
  """
4199
- Display advanced options that you may want to apply to the task.
4206
+ 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.
4200
4207
  """
4201
4208
 
4202
4209
  class _SolidFluidRaio(PyNumericalCommandArgumentsSubItem):
@@ -4214,9 +4221,9 @@ class Root(PyMenu):
4214
4221
  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.
4215
4222
  """
4216
4223
 
4217
- class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4224
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4218
4225
  """
4219
- 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.
4226
+ Display advanced options that you may want to apply to the task.
4220
4227
  """
4221
4228
 
4222
4229
  class _SolidFluidRatio(PyNumericalCommandArgumentsSubItem):
@@ -4607,15 +4614,15 @@ class Root(PyMenu):
4607
4614
  self.Y = self._Y(self, "Y", service, rules, path)
4608
4615
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4609
4616
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4610
- self.Rate = self._Rate(self, "Rate", service, rules, path)
4611
4617
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4612
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4618
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
4619
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4613
4620
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4614
4621
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4615
4622
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4616
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4617
- self.X = self._X(self, "X", service, rules, path)
4623
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4618
4624
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4625
+ self.X = self._X(self, "X", service, rules, path)
4619
4626
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4620
4627
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4621
4628
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -4652,19 +4659,19 @@ class Root(PyMenu):
4652
4659
  Argument AspectRatio.
4653
4660
  """
4654
4661
 
4655
- class _Rate(PyNumericalCommandArgumentsSubItem):
4662
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4656
4663
  """
4657
- Argument Rate.
4664
+ Argument NumberOfLayers.
4658
4665
  """
4659
4666
 
4660
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4667
+ class _Rate(PyNumericalCommandArgumentsSubItem):
4661
4668
  """
4662
- Argument NumberOfLayers.
4669
+ Argument Rate.
4663
4670
  """
4664
4671
 
4665
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4672
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4666
4673
  """
4667
- Argument WakeGrowthFactor.
4674
+ Argument BoundaryLayerLevels.
4668
4675
  """
4669
4676
 
4670
4677
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4682,19 +4689,19 @@ class Root(PyMenu):
4682
4689
  Argument EdgeSelectionList.
4683
4690
  """
4684
4691
 
4685
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4692
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4686
4693
  """
4687
- Argument BoundaryLayerLevels.
4694
+ Argument WakeGrowthFactor.
4688
4695
  """
4689
4696
 
4690
- class _X(PyNumericalCommandArgumentsSubItem):
4697
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4691
4698
  """
4692
- Argument X.
4699
+ Argument LastRatioPercentage.
4693
4700
  """
4694
4701
 
4695
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4702
+ class _X(PyNumericalCommandArgumentsSubItem):
4696
4703
  """
4697
- Argument LastRatioPercentage.
4704
+ Argument X.
4698
4705
  """
4699
4706
 
4700
4707
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -4734,32 +4741,32 @@ class Root(PyMenu):
4734
4741
 
4735
4742
  def __init__(self, parent, attr, service, rules, path):
4736
4743
  super().__init__(parent, attr, service, rules, path)
4737
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
4738
4744
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
4745
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
4739
4746
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
4740
4747
  self.X1 = self._X1(self, "X1", service, rules, path)
4741
4748
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
4742
4749
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
4743
- self.Z2 = self._Z2(self, "Z2", service, rules, path)
4744
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
4745
4750
  self.Z1 = self._Z1(self, "Z1", service, rules, path)
4751
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
4752
+ self.Z2 = self._Z2(self, "Z2", service, rules, path)
4746
4753
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
4747
4754
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
4748
4755
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
4749
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4750
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
4751
4756
  self.X2 = self._X2(self, "X2", service, rules, path)
4757
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
4758
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4752
4759
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
4753
4760
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
4754
4761
 
4755
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
4762
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
4756
4763
  """
4757
- Argument X-Offset.
4764
+ Argument HeightNode.
4758
4765
  """
4759
4766
 
4760
- class _HeightNode(PyTextualCommandArgumentsSubItem):
4767
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
4761
4768
  """
4762
- Argument HeightNode.
4769
+ Argument X-Offset.
4763
4770
  """
4764
4771
 
4765
4772
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -4782,9 +4789,9 @@ class Root(PyMenu):
4782
4789
  Argument Z-Offset.
4783
4790
  """
4784
4791
 
4785
- class _Z2(PyNumericalCommandArgumentsSubItem):
4792
+ class _Z1(PyNumericalCommandArgumentsSubItem):
4786
4793
  """
4787
- Argument Z2.
4794
+ Argument Z1.
4788
4795
  """
4789
4796
 
4790
4797
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -4792,9 +4799,9 @@ class Root(PyMenu):
4792
4799
  Argument Node1.
4793
4800
  """
4794
4801
 
4795
- class _Z1(PyNumericalCommandArgumentsSubItem):
4802
+ class _Z2(PyNumericalCommandArgumentsSubItem):
4796
4803
  """
4797
- Argument Z1.
4804
+ Argument Z2.
4798
4805
  """
4799
4806
 
4800
4807
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -4812,9 +4819,9 @@ class Root(PyMenu):
4812
4819
  Argument Node3.
4813
4820
  """
4814
4821
 
4815
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4822
+ class _X2(PyNumericalCommandArgumentsSubItem):
4816
4823
  """
4817
- Argument Y-Offset.
4824
+ Argument X2.
4818
4825
  """
4819
4826
 
4820
4827
  class _Node2(PyTextualCommandArgumentsSubItem):
@@ -4822,9 +4829,9 @@ class Root(PyMenu):
4822
4829
  Argument Node2.
4823
4830
  """
4824
4831
 
4825
- class _X2(PyNumericalCommandArgumentsSubItem):
4832
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4826
4833
  """
4827
- Argument X2.
4834
+ Argument Y-Offset.
4828
4835
  """
4829
4836
 
4830
4837
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -4884,15 +4891,15 @@ class Root(PyMenu):
4884
4891
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
4885
4892
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
4886
4893
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
4887
- self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
4888
- self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
4889
4894
  self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
4895
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
4896
+ self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
4890
4897
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
4891
4898
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
4892
4899
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
4893
4900
  self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
4894
- self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
4895
4901
  self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
4902
+ self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
4896
4903
  self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
4897
4904
 
4898
4905
  class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
@@ -4915,9 +4922,9 @@ class Root(PyMenu):
4915
4922
  Argument CylinderX1.
4916
4923
  """
4917
4924
 
4918
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
4925
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
4919
4926
  """
4920
- Argument BoxXLength.
4927
+ Argument BoxZLength.
4921
4928
  """
4922
4929
 
4923
4930
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -4925,9 +4932,9 @@ class Root(PyMenu):
4925
4932
  Argument CylinderY1.
4926
4933
  """
4927
4934
 
4928
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
4935
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
4929
4936
  """
4930
- Argument BoxZLength.
4937
+ Argument BoxXLength.
4931
4938
  """
4932
4939
 
4933
4940
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -4950,14 +4957,14 @@ class Root(PyMenu):
4950
4957
  Argument BoxCenterX.
4951
4958
  """
4952
4959
 
4953
- class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
4960
+ class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
4954
4961
  """
4955
- Argument CylinderRadius2.
4962
+ Argument BoxCenterZ.
4956
4963
  """
4957
4964
 
4958
- class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
4965
+ class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
4959
4966
  """
4960
- Argument BoxCenterZ.
4967
+ Argument CylinderRadius2.
4961
4968
  """
4962
4969
 
4963
4970
  class _CylinderY2(PyNumericalCommandArgumentsSubItem):
@@ -5103,7 +5110,7 @@ class Root(PyMenu):
5103
5110
  def __init__(self, parent, attr, service, rules, path):
5104
5111
  super().__init__(parent, attr, service, rules, path)
5105
5112
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5106
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5113
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5107
5114
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5108
5115
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5109
5116
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5114,16 +5121,16 @@ class Root(PyMenu):
5114
5121
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5115
5122
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5116
5123
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5117
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5124
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5118
5125
 
5119
5126
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5120
5127
  """
5121
5128
  Argument SizeRelativeLength.
5122
5129
  """
5123
5130
 
5124
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5131
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
5125
5132
  """
5126
- Argument XmaxRatio.
5133
+ Specify the x-coordinate of the offset collar mesh.
5127
5134
  """
5128
5135
 
5129
5136
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -5176,9 +5183,9 @@ class Root(PyMenu):
5176
5183
  Argument ZmaxRatio.
5177
5184
  """
5178
5185
 
5179
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5186
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5180
5187
  """
5181
- Specify the x-coordinate of the offset collar mesh.
5188
+ Argument XmaxRatio.
5182
5189
  """
5183
5190
 
5184
5191
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -5193,18 +5200,18 @@ class Root(PyMenu):
5193
5200
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
5194
5201
  self.Y = self._Y(self, "Y", service, rules, path)
5195
5202
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5196
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5203
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5197
5204
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5205
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
5198
5206
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5199
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5200
5207
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5201
5208
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5202
5209
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5203
- self.Rate = self._Rate(self, "Rate", service, rules, path)
5204
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5210
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5205
5211
  self.X = self._X(self, "X", service, rules, path)
5206
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5212
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5207
5213
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5214
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5208
5215
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
5209
5216
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
5210
5217
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -5234,9 +5241,9 @@ class Root(PyMenu):
5234
5241
  Argument DefeaturingSize.
5235
5242
  """
5236
5243
 
5237
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5244
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5238
5245
  """
5239
- Argument AspectRatio.
5246
+ Argument BoundaryLayerLevels.
5240
5247
  """
5241
5248
 
5242
5249
  class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
@@ -5244,14 +5251,14 @@ class Root(PyMenu):
5244
5251
  Argument WakeGrowthFactor.
5245
5252
  """
5246
5253
 
5247
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5254
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5248
5255
  """
5249
- Argument NumberOfLayers.
5256
+ Argument Rate.
5250
5257
  """
5251
5258
 
5252
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5259
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5253
5260
  """
5254
- Argument BoundaryLayerLevels.
5261
+ Argument NumberOfLayers.
5255
5262
  """
5256
5263
 
5257
5264
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5269,14 +5276,9 @@ class Root(PyMenu):
5269
5276
  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...
5270
5277
  """
5271
5278
 
5272
- class _Rate(PyNumericalCommandArgumentsSubItem):
5273
- """
5274
- Argument Rate.
5275
- """
5276
-
5277
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5279
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5278
5280
  """
5279
- Argument LastRatioPercentage.
5281
+ Argument AspectRatio.
5280
5282
  """
5281
5283
 
5282
5284
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -5284,9 +5286,9 @@ class Root(PyMenu):
5284
5286
  Specify the x-coordinate of the offset collar mesh.
5285
5287
  """
5286
5288
 
5287
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
5289
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5288
5290
  """
5289
- Argument FlipDirection.
5291
+ Argument LastRatioPercentage.
5290
5292
  """
5291
5293
 
5292
5294
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -5294,6 +5296,11 @@ class Root(PyMenu):
5294
5296
  Argument OffsetMethodType.
5295
5297
  """
5296
5298
 
5299
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
5300
+ """
5301
+ Argument FlipDirection.
5302
+ """
5303
+
5297
5304
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
5298
5305
  """
5299
5306
  Argument FirstHeight.
@@ -5321,32 +5328,32 @@ class Root(PyMenu):
5321
5328
 
5322
5329
  def __init__(self, parent, attr, service, rules, path):
5323
5330
  super().__init__(parent, attr, service, rules, path)
5324
- self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5325
5331
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5332
+ self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5326
5333
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5327
5334
  self.X1 = self._X1(self, "X1", service, rules, path)
5328
5335
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
5329
5336
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
5330
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
5331
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
5332
5337
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
5338
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
5339
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
5333
5340
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5334
5341
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5335
5342
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5336
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5337
5343
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5338
5344
  self.X2 = self._X2(self, "X2", service, rules, path)
5345
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5339
5346
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5340
5347
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5341
5348
 
5342
- class _HeightNode(PyTextualCommandArgumentsSubItem):
5349
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5343
5350
  """
5344
- Argument HeightNode.
5351
+ Argument X-Offset.
5345
5352
  """
5346
5353
 
5347
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5354
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5348
5355
  """
5349
- Argument X-Offset.
5356
+ Argument HeightNode.
5350
5357
  """
5351
5358
 
5352
5359
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5369,9 +5376,9 @@ class Root(PyMenu):
5369
5376
  Argument Z-Offset.
5370
5377
  """
5371
5378
 
5372
- class _Z1(PyNumericalCommandArgumentsSubItem):
5379
+ class _Z2(PyNumericalCommandArgumentsSubItem):
5373
5380
  """
5374
- Argument Z1.
5381
+ Argument Z2.
5375
5382
  """
5376
5383
 
5377
5384
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -5379,9 +5386,9 @@ class Root(PyMenu):
5379
5386
  Argument Node1.
5380
5387
  """
5381
5388
 
5382
- class _Z2(PyNumericalCommandArgumentsSubItem):
5389
+ class _Z1(PyNumericalCommandArgumentsSubItem):
5383
5390
  """
5384
- Argument Z2.
5391
+ Argument Z1.
5385
5392
  """
5386
5393
 
5387
5394
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -5399,11 +5406,6 @@ class Root(PyMenu):
5399
5406
  Argument Node3.
5400
5407
  """
5401
5408
 
5402
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5403
- """
5404
- Argument Y-Offset.
5405
- """
5406
-
5407
5409
  class _Node2(PyTextualCommandArgumentsSubItem):
5408
5410
  """
5409
5411
  Argument Node2.
@@ -5414,6 +5416,11 @@ class Root(PyMenu):
5414
5416
  Argument X2.
5415
5417
  """
5416
5418
 
5419
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5420
+ """
5421
+ Argument Y-Offset.
5422
+ """
5423
+
5417
5424
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
5418
5425
  """
5419
5426
  Argument HeightFrontInc.
@@ -5468,8 +5475,8 @@ class Root(PyMenu):
5468
5475
  def __init__(self, parent, attr, service, rules, path):
5469
5476
  super().__init__(parent, attr, service, rules, path)
5470
5477
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
5471
- self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
5472
5478
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
5479
+ self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
5473
5480
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
5474
5481
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
5475
5482
  self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
@@ -5487,14 +5494,14 @@ class Root(PyMenu):
5487
5494
  Argument CylinderZ2.
5488
5495
  """
5489
5496
 
5490
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5497
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5491
5498
  """
5492
- Argument CylinderX2.
5499
+ Argument BoxYLength.
5493
5500
  """
5494
5501
 
5495
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5502
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5496
5503
  """
5497
- Argument BoxYLength.
5504
+ Argument CylinderX2.
5498
5505
  """
5499
5506
 
5500
5507
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -5782,15 +5789,15 @@ class Root(PyMenu):
5782
5789
  self.Y = self._Y(self, "Y", service, rules, path)
5783
5790
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5784
5791
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5785
- self.Rate = self._Rate(self, "Rate", service, rules, path)
5786
5792
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5787
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5793
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
5794
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5788
5795
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5789
5796
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5790
5797
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5791
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5792
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5798
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5793
5799
  self.X = self._X(self, "X", service, rules, path)
5800
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5794
5801
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5795
5802
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5796
5803
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -5827,19 +5834,19 @@ class Root(PyMenu):
5827
5834
  Specify the ratio of the prism base length to the prism layer height.
5828
5835
  """
5829
5836
 
5830
- class _Rate(PyNumericalCommandArgumentsSubItem):
5837
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5831
5838
  """
5832
- Specify the rate of growth of the boundary layer.
5839
+ Select the number of boundary layers to be generated.
5833
5840
  """
5834
5841
 
5835
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5842
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5836
5843
  """
5837
- Select the number of boundary layers to be generated.
5844
+ Specify the rate of growth of the boundary layer.
5838
5845
  """
5839
5846
 
5840
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5847
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5841
5848
  """
5842
- Argument BoundaryLayerLevels.
5849
+ Argument WakeGrowthFactor.
5843
5850
  """
5844
5851
 
5845
5852
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5857,19 +5864,19 @@ class Root(PyMenu):
5857
5864
  Argument EdgeSelectionList.
5858
5865
  """
5859
5866
 
5860
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5867
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5861
5868
  """
5862
- Argument WakeGrowthFactor.
5869
+ Argument BoundaryLayerLevels.
5863
5870
  """
5864
5871
 
5865
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5872
+ class _X(PyNumericalCommandArgumentsSubItem):
5866
5873
  """
5867
- Specify the offset height of the last layer as a percentage of the local base mesh size.
5874
+ Argument X.
5868
5875
  """
5869
5876
 
5870
- class _X(PyNumericalCommandArgumentsSubItem):
5877
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5871
5878
  """
5872
- Argument X.
5879
+ Specify the offset height of the last layer as a percentage of the local base mesh size.
5873
5880
  """
5874
5881
 
5875
5882
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -5909,32 +5916,32 @@ class Root(PyMenu):
5909
5916
 
5910
5917
  def __init__(self, parent, attr, service, rules, path):
5911
5918
  super().__init__(parent, attr, service, rules, path)
5912
- self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5913
5919
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5920
+ self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5914
5921
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5915
5922
  self.X1 = self._X1(self, "X1", service, rules, path)
5916
5923
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
5917
5924
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
5918
- self.Z2 = self._Z2(self, "Z2", service, rules, path)
5919
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
5920
5925
  self.Z1 = self._Z1(self, "Z1", service, rules, path)
5926
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
5927
+ self.Z2 = self._Z2(self, "Z2", service, rules, path)
5921
5928
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5922
5929
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5923
5930
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5931
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5924
5932
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5925
5933
  self.X2 = self._X2(self, "X2", service, rules, path)
5926
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5927
5934
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5928
5935
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5929
5936
 
5930
- class _HeightNode(PyTextualCommandArgumentsSubItem):
5937
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5931
5938
  """
5932
- Argument HeightNode.
5939
+ Argument X-Offset.
5933
5940
  """
5934
5941
 
5935
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5942
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5936
5943
  """
5937
- Argument X-Offset.
5944
+ Argument HeightNode.
5938
5945
  """
5939
5946
 
5940
5947
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5957,9 +5964,9 @@ class Root(PyMenu):
5957
5964
  Argument Z-Offset.
5958
5965
  """
5959
5966
 
5960
- class _Z2(PyNumericalCommandArgumentsSubItem):
5967
+ class _Z1(PyNumericalCommandArgumentsSubItem):
5961
5968
  """
5962
- Argument Z2.
5969
+ Argument Z1.
5963
5970
  """
5964
5971
 
5965
5972
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -5967,9 +5974,9 @@ class Root(PyMenu):
5967
5974
  Argument Node1.
5968
5975
  """
5969
5976
 
5970
- class _Z1(PyNumericalCommandArgumentsSubItem):
5977
+ class _Z2(PyNumericalCommandArgumentsSubItem):
5971
5978
  """
5972
- Argument Z1.
5979
+ Argument Z2.
5973
5980
  """
5974
5981
 
5975
5982
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -5987,6 +5994,11 @@ class Root(PyMenu):
5987
5994
  Argument Node3.
5988
5995
  """
5989
5996
 
5997
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5998
+ """
5999
+ Argument Y-Offset.
6000
+ """
6001
+
5990
6002
  class _Node2(PyTextualCommandArgumentsSubItem):
5991
6003
  """
5992
6004
  Argument Node2.
@@ -5997,11 +6009,6 @@ class Root(PyMenu):
5997
6009
  Argument X2.
5998
6010
  """
5999
6011
 
6000
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
6001
- """
6002
- Argument Y-Offset.
6003
- """
6004
-
6005
6012
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
6006
6013
  """
6007
6014
  Argument HeightFrontInc.
@@ -6056,18 +6063,18 @@ class Root(PyMenu):
6056
6063
  def __init__(self, parent, attr, service, rules, path):
6057
6064
  super().__init__(parent, attr, service, rules, path)
6058
6065
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
6059
- self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
6060
6066
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
6067
+ self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
6061
6068
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
6062
- self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
6063
- self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
6064
6069
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
6070
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
6071
+ self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
6065
6072
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
6066
6073
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
6067
6074
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
6068
6075
  self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
6069
- self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
6070
6076
  self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
6077
+ self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
6071
6078
  self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
6072
6079
 
6073
6080
  class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
@@ -6075,14 +6082,14 @@ class Root(PyMenu):
6075
6082
  Argument CylinderZ2.
6076
6083
  """
6077
6084
 
6078
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
6085
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
6079
6086
  """
6080
- Argument CylinderX2.
6087
+ Argument BoxYLength.
6081
6088
  """
6082
6089
 
6083
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
6090
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
6084
6091
  """
6085
- Argument BoxYLength.
6092
+ Argument CylinderX2.
6086
6093
  """
6087
6094
 
6088
6095
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -6090,9 +6097,9 @@ class Root(PyMenu):
6090
6097
  Argument CylinderX1.
6091
6098
  """
6092
6099
 
6093
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
6100
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
6094
6101
  """
6095
- Argument BoxZLength.
6102
+ Argument BoxXLength.
6096
6103
  """
6097
6104
 
6098
6105
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -6100,9 +6107,9 @@ class Root(PyMenu):
6100
6107
  Argument CylinderY1.
6101
6108
  """
6102
6109
 
6103
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
6110
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
6104
6111
  """
6105
- Argument BoxXLength.
6112
+ Argument BoxZLength.
6106
6113
  """
6107
6114
 
6108
6115
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -6125,14 +6132,14 @@ class Root(PyMenu):
6125
6132
  Argument BoxCenterX.
6126
6133
  """
6127
6134
 
6128
- class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
6135
+ class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
6129
6136
  """
6130
- Argument CylinderRadius2.
6137
+ Argument BoxCenterZ.
6131
6138
  """
6132
6139
 
6133
- class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
6140
+ class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
6134
6141
  """
6135
- Argument BoxCenterZ.
6142
+ Argument CylinderRadius2.
6136
6143
  """
6137
6144
 
6138
6145
  class _CylinderY2(PyNumericalCommandArgumentsSubItem):
@@ -6378,7 +6385,7 @@ class Root(PyMenu):
6378
6385
  def __init__(self, parent, attr, service, rules, path):
6379
6386
  super().__init__(parent, attr, service, rules, path)
6380
6387
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
6381
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6388
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6382
6389
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
6383
6390
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
6384
6391
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -6389,16 +6396,16 @@ class Root(PyMenu):
6389
6396
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
6390
6397
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
6391
6398
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
6392
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6399
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6393
6400
 
6394
6401
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
6395
6402
  """
6396
6403
  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.
6397
6404
  """
6398
6405
 
6399
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6406
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
6400
6407
  """
6401
- 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.
6408
+ Extends the maximum size of the bounding box in the X direction by the specified value.
6402
6409
  """
6403
6410
 
6404
6411
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -6451,9 +6458,9 @@ class Root(PyMenu):
6451
6458
  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.
6452
6459
  """
6453
6460
 
6454
- class _Xmax(PyNumericalCommandArgumentsSubItem):
6461
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6455
6462
  """
6456
- Extends the maximum size of the bounding box in the X direction by the specified value.
6463
+ 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.
6457
6464
  """
6458
6465
 
6459
6466
  def create_instance(self) -> _CreateExternalFlowBoundariesCommandArguments:
@@ -6990,17 +6997,17 @@ class Root(PyMenu):
6990
6997
  self.Y = self._Y(self, "Y", service, rules, path)
6991
6998
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
6992
6999
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
7000
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6993
7001
  self.Rate = self._Rate(self, "Rate", service, rules, path)
6994
7002
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
6995
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6996
7003
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
6997
7004
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
6998
7005
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
6999
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
7000
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
7006
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
7001
7007
  self.X = self._X(self, "X", service, rules, path)
7002
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
7008
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
7003
7009
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
7010
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
7004
7011
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
7005
7012
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
7006
7013
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -7035,6 +7042,11 @@ class Root(PyMenu):
7035
7042
  Argument AspectRatio.
7036
7043
  """
7037
7044
 
7045
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7046
+ """
7047
+ Argument NumberOfLayers.
7048
+ """
7049
+
7038
7050
  class _Rate(PyNumericalCommandArgumentsSubItem):
7039
7051
  """
7040
7052
  Argument Rate.
@@ -7045,11 +7057,6 @@ class Root(PyMenu):
7045
7057
  Specify the number of boundary layers that are to be captured in the refinement region.
7046
7058
  """
7047
7059
 
7048
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7049
- """
7050
- Specify the factor by which the refinement region expands in the wake of the flow direction.
7051
- """
7052
-
7053
7060
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
7054
7061
  """
7055
7062
  Specify the direction that the flow through this refinement region.
@@ -7065,14 +7072,9 @@ class Root(PyMenu):
7065
7072
  Argument EdgeSelectionList.
7066
7073
  """
7067
7074
 
7068
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7069
- """
7070
- Argument NumberOfLayers.
7071
- """
7072
-
7073
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
7075
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7074
7076
  """
7075
- Argument LastRatioPercentage.
7077
+ Specify the factor by which the refinement region expands in the wake of the flow direction.
7076
7078
  """
7077
7079
 
7078
7080
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -7080,9 +7082,9 @@ class Root(PyMenu):
7080
7082
  Specify the X-coordinate for the initial position of the cylindrical refinement region.
7081
7083
  """
7082
7084
 
7083
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
7085
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
7084
7086
  """
7085
- Argument OffsetMethodType.
7087
+ Argument LastRatioPercentage.
7086
7088
  """
7087
7089
 
7088
7090
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -7090,6 +7092,11 @@ class Root(PyMenu):
7090
7092
  Reverses the orientation of the refinement region.
7091
7093
  """
7092
7094
 
7095
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
7096
+ """
7097
+ Argument OffsetMethodType.
7098
+ """
7099
+
7093
7100
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
7094
7101
  """
7095
7102
  Argument FirstHeight.
@@ -7117,8 +7124,8 @@ class Root(PyMenu):
7117
7124
 
7118
7125
  def __init__(self, parent, attr, service, rules, path):
7119
7126
  super().__init__(parent, attr, service, rules, path)
7120
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
7121
7127
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
7128
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
7122
7129
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
7123
7130
  self.X1 = self._X1(self, "X1", service, rules, path)
7124
7131
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -7129,20 +7136,20 @@ class Root(PyMenu):
7129
7136
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
7130
7137
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
7131
7138
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
7132
- self.X2 = self._X2(self, "X2", service, rules, path)
7133
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
7134
7139
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
7140
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
7141
+ self.X2 = self._X2(self, "X2", service, rules, path)
7135
7142
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
7136
7143
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
7137
7144
 
7138
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
7145
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
7139
7146
  """
7140
- Specify the X-coordinate for the offset of the initial position of the cylinder.
7147
+ Argument HeightNode.
7141
7148
  """
7142
7149
 
7143
- class _HeightNode(PyTextualCommandArgumentsSubItem):
7150
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
7144
7151
  """
7145
- Argument HeightNode.
7152
+ Specify the X-coordinate for the offset of the initial position of the cylinder.
7146
7153
  """
7147
7154
 
7148
7155
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -7195,9 +7202,9 @@ class Root(PyMenu):
7195
7202
  Argument Node3.
7196
7203
  """
7197
7204
 
7198
- class _X2(PyNumericalCommandArgumentsSubItem):
7205
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
7199
7206
  """
7200
- Specify the X-coordinate of the second position of the cylinder.
7207
+ Specify the Y-coordinate for the offset of the initial position of the cylinder.
7201
7208
  """
7202
7209
 
7203
7210
  class _Node2(PyTextualCommandArgumentsSubItem):
@@ -7205,9 +7212,9 @@ class Root(PyMenu):
7205
7212
  Argument Node2.
7206
7213
  """
7207
7214
 
7208
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
7215
+ class _X2(PyNumericalCommandArgumentsSubItem):
7209
7216
  """
7210
- Specify the Y-coordinate for the offset of the initial position of the cylinder.
7217
+ Specify the X-coordinate of the second position of the cylinder.
7211
7218
  """
7212
7219
 
7213
7220
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -7264,18 +7271,18 @@ class Root(PyMenu):
7264
7271
  def __init__(self, parent, attr, service, rules, path):
7265
7272
  super().__init__(parent, attr, service, rules, path)
7266
7273
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
7267
- self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
7268
7274
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
7275
+ self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
7269
7276
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
7270
- self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
7271
- self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
7272
7277
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
7278
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
7279
+ self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
7273
7280
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
7274
7281
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
7275
7282
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
7276
7283
  self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
7277
- self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
7278
7284
  self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
7285
+ self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
7279
7286
  self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
7280
7287
 
7281
7288
  class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
@@ -7283,14 +7290,14 @@ class Root(PyMenu):
7283
7290
  Specify the Z-coordinate of the second position of the cylinder.
7284
7291
  """
7285
7292
 
7286
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
7293
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
7287
7294
  """
7288
- Specify the X-coordinate of the second position of the cylinder.
7295
+ Argument BoxYLength.
7289
7296
  """
7290
7297
 
7291
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
7298
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
7292
7299
  """
7293
- Argument BoxYLength.
7300
+ Specify the X-coordinate of the second position of the cylinder.
7294
7301
  """
7295
7302
 
7296
7303
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -7298,9 +7305,9 @@ class Root(PyMenu):
7298
7305
  Specify the X-coordinate of the first position of the cylinder.
7299
7306
  """
7300
7307
 
7301
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7308
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7302
7309
  """
7303
- Argument BoxZLength.
7310
+ Argument BoxXLength.
7304
7311
  """
7305
7312
 
7306
7313
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -7308,9 +7315,9 @@ class Root(PyMenu):
7308
7315
  Specify the Y-coordinate of the first position of the cylinder.
7309
7316
  """
7310
7317
 
7311
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7318
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7312
7319
  """
7313
- Argument BoxXLength.
7320
+ Argument BoxZLength.
7314
7321
  """
7315
7322
 
7316
7323
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -7333,14 +7340,14 @@ class Root(PyMenu):
7333
7340
  Specify the X-coordinate for the initial position of the cylindrical refinement region.
7334
7341
  """
7335
7342
 
7336
- class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
7343
+ class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
7337
7344
  """
7338
- Specify the radius of the cylinder at the second position.
7345
+ Specify the Z-coordinate for the initial position of the cylindrical refinement region.
7339
7346
  """
7340
7347
 
7341
- class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
7348
+ class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
7342
7349
  """
7343
- Specify the Z-coordinate for the initial position of the cylindrical refinement region.
7350
+ Specify the radius of the cylinder at the second position.
7344
7351
  """
7345
7352
 
7346
7353
  class _CylinderY2(PyNumericalCommandArgumentsSubItem):
@@ -7549,8 +7556,8 @@ class Root(PyMenu):
7549
7556
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
7550
7557
  self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
7551
7558
  self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
7552
- self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
7553
7559
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
7560
+ self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
7554
7561
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
7555
7562
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
7556
7563
  self.NonRectangularBufferSize = self._NonRectangularBufferSize(self, "NonRectangularBufferSize", service, rules, path)
@@ -7581,14 +7588,14 @@ class Root(PyMenu):
7581
7588
  Choose how you want to make your selection (by object, zone, or label).
7582
7589
  """
7583
7590
 
7584
- class _MeshSize(PyNumericalCommandArgumentsSubItem):
7591
+ class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
7585
7592
  """
7586
- Specify the cell size for the porous region mesh.
7593
+ Specify the angle at which features will be extracted for the porous region.
7587
7594
  """
7588
7595
 
7589
- class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
7596
+ class _MeshSize(PyNumericalCommandArgumentsSubItem):
7590
7597
  """
7591
- Specify the angle at which features will be extracted for the porous region.
7598
+ Specify the cell size for the porous region mesh.
7592
7599
  """
7593
7600
 
7594
7601
  class _BufferSize(PyNumericalCommandArgumentsSubItem):
@@ -7919,10 +7926,10 @@ class Root(PyMenu):
7919
7926
  def __init__(self, parent, attr, service, rules, path):
7920
7927
  super().__init__(parent, attr, service, rules, path)
7921
7928
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
7922
- self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
7923
- self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
7924
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
7925
7929
  self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
7930
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
7931
+ self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
7932
+ self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
7926
7933
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
7927
7934
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
7928
7935
  self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
@@ -7934,24 +7941,24 @@ class Root(PyMenu):
7934
7941
  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:
7935
7942
  """
7936
7943
 
7937
- class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7944
+ class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7938
7945
  """
7939
- 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.
7946
+ Argument CloseLeakages.
7940
7947
  """
7941
7948
 
7942
- class _CloseLeakges(PyTextualCommandArgumentsSubItem):
7949
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
7943
7950
  """
7944
- 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.
7951
+ Display advanced options that you may want to apply to the workflow.
7945
7952
  """
7946
7953
 
7947
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
7954
+ class _CloseLeakges(PyTextualCommandArgumentsSubItem):
7948
7955
  """
7949
- Display advanced options that you may want to apply to the workflow.
7956
+ 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.
7950
7957
  """
7951
7958
 
7952
- class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7959
+ class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7953
7960
  """
7954
- Argument CloseLeakages.
7961
+ 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.
7955
7962
  """
7956
7963
 
7957
7964
  class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
@@ -8302,19 +8309,19 @@ class Root(PyMenu):
8302
8309
 
8303
8310
  def __init__(self, parent, attr, service, rules, path):
8304
8311
  super().__init__(parent, attr, service, rules, path)
8305
- self.MaxLayerHeight = self._MaxLayerHeight(self, "MaxLayerHeight", service, rules, path)
8306
8312
  self.BiasMethod = self._BiasMethod(self, "BiasMethod", service, rules, path)
8313
+ self.MaxLayerHeight = self._MaxLayerHeight(self, "MaxLayerHeight", service, rules, path)
8307
8314
  self.MergeCellZones = self._MergeCellZones(self, "MergeCellZones", service, rules, path)
8308
8315
  self.ShowVMExtrudePreferences = self._ShowVMExtrudePreferences(self, "ShowVMExtrudePreferences", service, rules, path)
8309
8316
 
8310
- class _MaxLayerHeight(PyNumericalCommandArgumentsSubItem):
8317
+ class _BiasMethod(PyTextualCommandArgumentsSubItem):
8311
8318
  """
8312
- Argument MaxLayerHeight.
8319
+ Select from a choice of patterns that you want to apply to your volume mesh extrusion.
8313
8320
  """
8314
8321
 
8315
- class _BiasMethod(PyTextualCommandArgumentsSubItem):
8322
+ class _MaxLayerHeight(PyNumericalCommandArgumentsSubItem):
8316
8323
  """
8317
- Select from a choice of patterns that you want to apply to your volume mesh extrusion.
8324
+ Argument MaxLayerHeight.
8318
8325
  """
8319
8326
 
8320
8327
  class _MergeCellZones(PyParameterCommandArgumentsSubItem):
@@ -8394,12 +8401,12 @@ class Root(PyMenu):
8394
8401
  self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
8395
8402
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
8396
8403
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
8397
- self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
8398
8404
  self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
8405
+ self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
8399
8406
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
8400
- self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
8401
8407
  self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
8402
8408
  self.MaxFaceSkew = self._MaxFaceSkew(self, "MaxFaceSkew", service, rules, path)
8409
+ self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
8403
8410
  self.nOrthogonalLayers = self._nOrthogonalLayers(self, "nOrthogonalLayers", service, rules, path)
8404
8411
 
8405
8412
  class _SplitQuads(PyTextualCommandArgumentsSubItem):
@@ -8417,24 +8424,19 @@ class Root(PyMenu):
8417
8424
  Argument MinAspectRatio.
8418
8425
  """
8419
8426
 
8420
- class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
8421
- """
8422
- Argument RemeshGrowthRate.
8423
- """
8424
-
8425
8427
  class _LocalRemesh(PyTextualCommandArgumentsSubItem):
8426
8428
  """
8427
8429
  Argument LocalRemesh.
8428
8430
  """
8429
8431
 
8430
- class _GapFactor(PyNumericalCommandArgumentsSubItem):
8432
+ class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
8431
8433
  """
8432
- Argument GapFactor.
8434
+ Argument RemeshGrowthRate.
8433
8435
  """
8434
8436
 
8435
- class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
8437
+ class _GapFactor(PyNumericalCommandArgumentsSubItem):
8436
8438
  """
8437
- Argument RefineStretchedQuads.
8439
+ Argument GapFactor.
8438
8440
  """
8439
8441
 
8440
8442
  class _ShowPrism2DPreferences(PyParameterCommandArgumentsSubItem):
@@ -8447,6 +8449,11 @@ class Root(PyMenu):
8447
8449
  Argument MaxFaceSkew.
8448
8450
  """
8449
8451
 
8452
+ class _RefineStretchedQuads(PyTextualCommandArgumentsSubItem):
8453
+ """
8454
+ Argument RefineStretchedQuads.
8455
+ """
8456
+
8450
8457
  class _nOrthogonalLayers(PyNumericalCommandArgumentsSubItem):
8451
8458
  """
8452
8459
  Argument nOrthogonalLayers.
@@ -8783,8 +8790,8 @@ class Root(PyMenu):
8783
8790
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
8784
8791
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
8785
8792
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
8786
- self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
8787
8793
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
8794
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
8788
8795
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
8789
8796
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
8790
8797
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -8814,14 +8821,14 @@ class Root(PyMenu):
8814
8821
  Argument ScopeProximityTo.
8815
8822
  """
8816
8823
 
8817
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
8824
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
8818
8825
  """
8819
- Argument CurvatureNormalAngle.
8826
+ Argument PreviewSizefield.
8820
8827
  """
8821
8828
 
8822
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
8829
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
8823
8830
  """
8824
- Argument PreviewSizefield.
8831
+ Argument CurvatureNormalAngle.
8825
8832
  """
8826
8833
 
8827
8834
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -9310,22 +9317,22 @@ class Root(PyMenu):
9310
9317
  def __init__(self, parent, attr, service, rules, path):
9311
9318
  super().__init__(parent, attr, service, rules, path)
9312
9319
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
9313
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9320
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9314
9321
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
9315
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
9316
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9317
9322
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
9323
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
9324
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9318
9325
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
9319
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9326
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9320
9327
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
9321
- self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
9322
9328
  self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
9329
+ self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
9323
9330
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
9324
9331
  self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9325
9332
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9326
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9327
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9328
9333
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
9334
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9335
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9329
9336
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
9330
9337
 
9331
9338
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -9333,9 +9340,9 @@ class Root(PyMenu):
9333
9340
  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.
9334
9341
  """
9335
9342
 
9336
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
9343
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9337
9344
  """
9338
- Argument AutoMerge.
9345
+ 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.
9339
9346
  """
9340
9347
 
9341
9348
  class _SMSeparation(PyTextualCommandArgumentsSubItem):
@@ -9343,19 +9350,19 @@ class Root(PyMenu):
9343
9350
  Choose whether or not to separate zones. This is required to select faces for capping. If Named Selections have already been defined at these locations, then separation is not needed. Performance may be improved if this is disabled.
9344
9351
  """
9345
9352
 
9346
- class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
9353
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
9347
9354
  """
9348
- Display advanced options that you may want to apply to the task.
9355
+ Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
9349
9356
  """
9350
9357
 
9351
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9358
+ class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
9352
9359
  """
9353
- 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.
9360
+ Display advanced options that you may want to apply to the task.
9354
9361
  """
9355
9362
 
9356
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
9363
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
9357
9364
  """
9358
- Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
9365
+ Argument AutoMerge.
9359
9366
  """
9360
9367
 
9361
9368
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -9363,9 +9370,9 @@ class Root(PyMenu):
9363
9370
  If your geometry contains small edges, you can choose to extract these edge features when generating the surface mesh by selecting yes. Note that selecting yes , will always extract small edge features regardless of your selection for the Auto Remesh to Remove Clustering? option.
9364
9371
  """
9365
9372
 
9366
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9373
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9367
9374
  """
9368
- 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.
9375
+ 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.
9369
9376
  """
9370
9377
 
9371
9378
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -9373,14 +9380,14 @@ class Root(PyMenu):
9373
9380
  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.
9374
9381
  """
9375
9382
 
9376
- class _SMStepWidth(PyNumericalCommandArgumentsSubItem):
9383
+ class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
9377
9384
  """
9378
- Specify the width of the step that you wish to remove.
9385
+ Argument ParallelRegionCompute.
9379
9386
  """
9380
9387
 
9381
- class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
9388
+ class _SMStepWidth(PyNumericalCommandArgumentsSubItem):
9382
9389
  """
9383
- Argument ParallelRegionCompute.
9390
+ Specify the width of the step that you wish to remove.
9384
9391
  """
9385
9392
 
9386
9393
  class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
@@ -9398,9 +9405,9 @@ class Root(PyMenu):
9398
9405
  Specify the maximum size of the elements for the surface mesh.
9399
9406
  """
9400
9407
 
9401
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9408
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9402
9409
  """
9403
- Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9410
+ 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
9411
  """
9405
9412
 
9406
9413
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -9408,9 +9415,9 @@ class Root(PyMenu):
9408
9415
  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.
9409
9416
  """
9410
9417
 
9411
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9418
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9412
9419
  """
9413
- 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.
9420
+ Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9414
9421
  """
9415
9422
 
9416
9423
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -9470,18 +9477,18 @@ class Root(PyMenu):
9470
9477
 
9471
9478
  def __init__(self, parent, attr, service, rules, path):
9472
9479
  super().__init__(parent, attr, service, rules, path)
9473
- self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
9474
9480
  self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
9481
+ self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
9475
9482
  self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
9476
9483
 
9477
- class _MaxSize(PyNumericalCommandArgumentsSubItem):
9484
+ class _RefineFaceting(PyParameterCommandArgumentsSubItem):
9478
9485
  """
9479
- Specify the maximum size of the elements for the surface mesh.
9486
+ Argument RefineFaceting.
9480
9487
  """
9481
9488
 
9482
- class _RefineFaceting(PyParameterCommandArgumentsSubItem):
9489
+ class _MaxSize(PyNumericalCommandArgumentsSubItem):
9483
9490
  """
9484
- Argument RefineFaceting.
9491
+ Specify the maximum size of the elements for the surface mesh.
9485
9492
  """
9486
9493
 
9487
9494
  class _Tolerance(PyNumericalCommandArgumentsSubItem):
@@ -9504,9 +9511,9 @@ class Root(PyMenu):
9504
9511
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
9505
9512
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9506
9513
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
9507
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9508
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9509
9514
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9515
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9516
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9510
9517
 
9511
9518
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
9512
9519
  """
@@ -9548,9 +9555,9 @@ class Root(PyMenu):
9548
9555
  Argument ExtractFeatures.
9549
9556
  """
9550
9557
 
9551
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9558
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9552
9559
  """
9553
- Argument UsePartOrBodyAsSuffix.
9560
+ Argument ImportNamedSelections.
9554
9561
  """
9555
9562
 
9556
9563
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -9558,9 +9565,9 @@ class Root(PyMenu):
9558
9565
  Argument ImportPartNames.
9559
9566
  """
9560
9567
 
9561
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9568
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9562
9569
  """
9563
- Argument ImportNamedSelections.
9570
+ Argument UsePartOrBodyAsSuffix.
9564
9571
  """
9565
9572
 
9566
9573
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -9575,14 +9582,14 @@ class Root(PyMenu):
9575
9582
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
9576
9583
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
9577
9584
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
9578
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9585
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9579
9586
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
9580
9587
  self.Operation = self._Operation(self, "Operation", service, rules, path)
9581
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9588
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9582
9589
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
9583
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9584
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9585
9590
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
9591
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9592
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9586
9593
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
9587
9594
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
9588
9595
 
@@ -9611,9 +9618,9 @@ class Root(PyMenu):
9611
9618
  Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
9612
9619
  """
9613
9620
 
9614
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9621
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9615
9622
  """
9616
- Argument FluidLabelWildcard.
9623
+ Specify the threshold angle for joining face pairs.
9617
9624
  """
9618
9625
 
9619
9626
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -9626,9 +9633,9 @@ class Root(PyMenu):
9626
9633
  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.
9627
9634
  """
9628
9635
 
9629
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9636
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9630
9637
  """
9631
- Specify the threshold angle for joining face pairs.
9638
+ Argument FluidLabelWildcard.
9632
9639
  """
9633
9640
 
9634
9641
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -9636,9 +9643,9 @@ class Root(PyMenu):
9636
9643
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
9637
9644
  """
9638
9645
 
9639
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9646
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9640
9647
  """
9641
- Display advanced options that you may want to apply to the task.
9648
+ 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
9649
  """
9643
9650
 
9644
9651
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -9646,9 +9653,9 @@ class Root(PyMenu):
9646
9653
  Argument PerLabelList.
9647
9654
  """
9648
9655
 
9649
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9656
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9650
9657
  """
9651
- 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...
9658
+ Display advanced options that you may want to apply to the task.
9652
9659
  """
9653
9660
 
9654
9661
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10041,9 +10048,9 @@ class Root(PyMenu):
10041
10048
  def __init__(self, parent, attr, service, rules, path):
10042
10049
  super().__init__(parent, attr, service, rules, path)
10043
10050
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10044
- self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
10045
- self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10046
10051
  self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
10052
+ self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10053
+ self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
10047
10054
  self.Type = self._Type(self, "Type", service, rules, path)
10048
10055
  self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
10049
10056
  self.HexMaxSize = self._HexMaxSize(self, "HexMaxSize", service, rules, path)
@@ -10056,9 +10063,9 @@ class Root(PyMenu):
10056
10063
  Argument MaxSize.
10057
10064
  """
10058
10065
 
10059
- class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10066
+ class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10060
10067
  """
10061
- 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.
10068
+ The minimum cell length for the hexcore or poly-hexcore volume fill types.
10062
10069
  """
10063
10070
 
10064
10071
  class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
@@ -10066,9 +10073,9 @@ class Root(PyMenu):
10066
10073
  The maximum cell length for either the tetrahedron, polyhedron, or poly-hexcore volume fill types.
10067
10074
  """
10068
10075
 
10069
- class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10076
+ class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10070
10077
  """
10071
- The minimum cell length for the hexcore or poly-hexcore volume fill types.
10078
+ 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.
10072
10079
  """
10073
10080
 
10074
10081
  class _Type(PyTextualCommandArgumentsSubItem):
@@ -10123,30 +10130,30 @@ class Root(PyMenu):
10123
10130
 
10124
10131
  def __init__(self, parent, attr, service, rules, path):
10125
10132
  super().__init__(parent, attr, service, rules, path)
10126
- self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
10133
+ self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10127
10134
  self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
10128
10135
  self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
10129
- self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10130
- self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
10131
10136
  self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
10137
+ self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
10132
10138
  self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
10133
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10134
- self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
10139
+ self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
10140
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10141
+ self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
10135
10142
  self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
10136
10143
  self.MaxCellSizeChange = self._MaxCellSizeChange(self, "MaxCellSizeChange", service, rules, path)
10137
10144
  self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
10138
- self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10145
+ self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10139
10146
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
10140
10147
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
10141
- self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10142
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10148
+ self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10149
+ self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
10143
10150
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
10144
- self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
10151
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10145
10152
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
10146
10153
 
10147
- class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
10154
+ class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10148
10155
  """
10149
- Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10156
+ 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.
10150
10157
  """
10151
10158
 
10152
10159
  class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
@@ -10159,9 +10166,9 @@ class Root(PyMenu):
10159
10166
  Argument MinPolySize.
10160
10167
  """
10161
10168
 
10162
- class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10169
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
10163
10170
  """
10164
- 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.
10171
+ Specify whether or not to use size fields as part of generating the volume mesh. By default, this is set to yes when a BOI or body sizing has been defined in the Add Local Sizing task, however, for large cases, it can be turned off for the hexcore and poly-hexcore volume fill methods.
10165
10172
  """
10166
10173
 
10167
10174
  class _SizeFieldPeriodicity(PyTextualCommandArgumentsSubItem):
@@ -10169,24 +10176,24 @@ class Root(PyMenu):
10169
10176
  Argument SizeFieldPeriodicity.
10170
10177
  """
10171
10178
 
10172
- class _UseSizeField(PyTextualCommandArgumentsSubItem):
10179
+ class _QualityMethod(PyTextualCommandArgumentsSubItem):
10173
10180
  """
10174
- Specify whether or not to use size fields as part of generating the volume mesh. By default, this is set to yes when a BOI or body sizing has been defined in the Add Local Sizing task, however, for large cases, it can be turned off for the hexcore and poly-hexcore volume fill methods.
10181
+ 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... .
10175
10182
  """
10176
10183
 
10177
- class _QualityMethod(PyTextualCommandArgumentsSubItem):
10184
+ class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
10178
10185
  """
10179
- 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... .
10186
+ Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10180
10187
  """
10181
10188
 
10182
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
10189
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10183
10190
  """
10184
- Display advanced options that you may want to apply to the task.
10191
+ 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.
10185
10192
  """
10186
10193
 
10187
- class _TetInSolids(PyTextualCommandArgumentsSubItem):
10194
+ class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
10188
10195
  """
10189
- Argument TetInSolids.
10196
+ Argument MinEdgeLength.
10190
10197
  """
10191
10198
 
10192
10199
  class _AddMultipleQualityMethods(PyTextualCommandArgumentsSubItem):
@@ -10204,9 +10211,9 @@ class Root(PyMenu):
10204
10211
  Indicate whether or not you want to save a .pzmcontrol file to your working folder that will contain the boundary (prism) layer specifications.
10205
10212
  """
10206
10213
 
10207
- class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10214
+ class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10208
10215
  """
10209
- 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.
10216
+ Argument MinFaceArea.
10210
10217
  """
10211
10218
 
10212
10219
  class _CheckSelfProximity(PyTextualCommandArgumentsSubItem):
@@ -10219,14 +10226,14 @@ class Root(PyMenu):
10219
10226
  Indicate whether or not you want to avoid any potential 1:8 cell transition in the hexcore region of the volume mesh, replacing any abrupt change in the cell size with polyhedral cells to improve solver performance in such transitional areas.
10220
10227
  """
10221
10228
 
10222
- class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10229
+ class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10223
10230
  """
10224
- Argument MinFaceArea.
10231
+ 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
10232
  """
10226
10233
 
10227
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10234
+ class _TetInSolids(PyTextualCommandArgumentsSubItem):
10228
10235
  """
10229
- 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.
10236
+ Argument TetInSolids.
10230
10237
  """
10231
10238
 
10232
10239
  class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -10234,9 +10241,9 @@ class Root(PyMenu):
10234
10241
  Specify the rate of growth for a tetrahedron or polyhedron mesh.
10235
10242
  """
10236
10243
 
10237
- class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
10244
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
10238
10245
  """
10239
- Argument MinEdgeLength.
10246
+ Display advanced options that you may want to apply to the task.
10240
10247
  """
10241
10248
 
10242
10249
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -10258,10 +10265,10 @@ class Root(PyMenu):
10258
10265
  self.PrismGapFactor = self._PrismGapFactor(self, "PrismGapFactor", service, rules, path)
10259
10266
  self.IgnoreInflation = self._IgnoreInflation(self, "IgnoreInflation", service, rules, path)
10260
10267
  self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
10261
- self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
10262
10268
  self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
10263
- self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
10269
+ self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
10264
10270
  self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
10271
+ self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
10265
10272
  self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
10266
10273
 
10267
10274
  class _PrismKeepFirstLayer(PyTextualCommandArgumentsSubItem):
@@ -10294,14 +10301,9 @@ class Root(PyMenu):
10294
10301
  Specify whether to automatically ignore boundary layers where there is an acute angle.
10295
10302
  """
10296
10303
 
10297
- class _MergeBoundaryLayers(PyTextualCommandArgumentsSubItem):
10298
- """
10299
- Choose whether or not you want to have the boundary layer mesh merged into the bulk mesh.
10300
- """
10301
-
10302
- class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
10304
+ class _MergeBoundaryLayers(PyTextualCommandArgumentsSubItem):
10303
10305
  """
10304
- Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
10306
+ Choose whether or not you want to have the boundary layer mesh merged into the bulk mesh.
10305
10307
  """
10306
10308
 
10307
10309
  class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
@@ -10309,9 +10311,9 @@ class Root(PyMenu):
10309
10311
  Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
10310
10312
  """
10311
10313
 
10312
- class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
10314
+ class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
10313
10315
  """
10314
- This option can be used when generating a tetrahedral mesh with prism cells and is set to No by default. Selecting Yes for this option will enable stair-stepping for exposed quadrilateral faces (exposed quads) on prism cells. Stair-stepping will prevent pyramids from being created on these exposed quads, which generally would lead to poor quality in the exposed quad location.
10316
+ Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
10315
10317
  """
10316
10318
 
10317
10319
  class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -10319,6 +10321,11 @@ class Root(PyMenu):
10319
10321
  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.
10320
10322
  """
10321
10323
 
10324
+ class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
10325
+ """
10326
+ This option can be used when generating a tetrahedral mesh with prism cells and is set to No by default. Selecting Yes for this option will enable stair-stepping for exposed quadrilateral faces (exposed quads) on prism cells. Stair-stepping will prevent pyramids from being created on these exposed quads, which generally would lead to poor quality in the exposed quad location.
10327
+ """
10328
+
10322
10329
  class _PrismAdjacentAngle(PyNumericalCommandArgumentsSubItem):
10323
10330
  """
10324
10331
  Specify the angle for which the boundary layer would imprint on an adjacent boundary.
@@ -10332,18 +10339,18 @@ class Root(PyMenu):
10332
10339
  def __init__(self, parent, attr, service, rules, path):
10333
10340
  super().__init__(parent, attr, service, rules, path)
10334
10341
  self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
10335
- self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
10336
- self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
10337
10342
  self.AutoOrderControls = self._AutoOrderControls(self, "AutoOrderControls", service, rules, path)
10343
+ self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
10344
+ self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
10338
10345
 
10339
10346
  class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
10340
10347
  """
10341
10348
  Display global settings for thin volume meshing.
10342
10349
  """
10343
10350
 
10344
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
10351
+ class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
10345
10352
  """
10346
- 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.
10353
+ 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.
10347
10354
  """
10348
10355
 
10349
10356
  class _StairStep(PyTextualCommandArgumentsSubItem):
@@ -10351,9 +10358,9 @@ class Root(PyMenu):
10351
10358
  Use this option to invoke stair-stepping at thin volume mesh regions.
10352
10359
  """
10353
10360
 
10354
- class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
10361
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
10355
10362
  """
10356
- 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.
10363
+ 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.
10357
10364
  """
10358
10365
 
10359
10366
  class _InvokePrimsControl(PyTextualCommandArgumentsSubItem):
@@ -10503,8 +10510,8 @@ class Root(PyMenu):
10503
10510
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
10504
10511
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10505
10512
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
10506
- self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
10507
10513
  self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
10514
+ self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
10508
10515
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
10509
10516
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
10510
10517
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -10534,14 +10541,14 @@ class Root(PyMenu):
10534
10541
  Argument ScopeProximityTo.
10535
10542
  """
10536
10543
 
10537
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10544
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10538
10545
  """
10539
- Argument CurvatureNormalAngle.
10546
+ Argument PreviewSizefield.
10540
10547
  """
10541
10548
 
10542
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10549
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10543
10550
  """
10544
- Argument PreviewSizefield.
10551
+ Argument CurvatureNormalAngle.
10545
10552
  """
10546
10553
 
10547
10554
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -11026,9 +11033,9 @@ class Root(PyMenu):
11026
11033
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
11027
11034
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
11028
11035
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
11029
- self.X2 = self._X2(self, "X2", service, rules, path)
11030
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
11031
11036
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
11037
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
11038
+ self.X2 = self._X2(self, "X2", service, rules, path)
11032
11039
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
11033
11040
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
11034
11041
 
@@ -11092,9 +11099,9 @@ class Root(PyMenu):
11092
11099
  Argument Node3.
11093
11100
  """
11094
11101
 
11095
- class _X2(PyNumericalCommandArgumentsSubItem):
11102
+ class _Node2(PyTextualCommandArgumentsSubItem):
11096
11103
  """
11097
- Argument X2.
11104
+ Argument Node2.
11098
11105
  """
11099
11106
 
11100
11107
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
@@ -11102,9 +11109,9 @@ class Root(PyMenu):
11102
11109
  Argument Y-Offset.
11103
11110
  """
11104
11111
 
11105
- class _Node2(PyTextualCommandArgumentsSubItem):
11112
+ class _X2(PyNumericalCommandArgumentsSubItem):
11106
11113
  """
11107
- Argument Node2.
11114
+ Argument X2.
11108
11115
  """
11109
11116
 
11110
11117
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -11130,7 +11137,7 @@ class Root(PyMenu):
11130
11137
  def __init__(self, parent, attr, service, rules, path):
11131
11138
  super().__init__(parent, attr, service, rules, path)
11132
11139
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
11133
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
11140
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
11134
11141
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
11135
11142
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
11136
11143
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -11141,16 +11148,16 @@ class Root(PyMenu):
11141
11148
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
11142
11149
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
11143
11150
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
11144
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
11151
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
11145
11152
 
11146
11153
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
11147
11154
  """
11148
11155
  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.
11149
11156
  """
11150
11157
 
11151
- class _Xmax(PyNumericalCommandArgumentsSubItem):
11158
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
11152
11159
  """
11153
- Extends the maximum size of the bounding box in the X direction by the specified value.
11160
+ 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.
11154
11161
  """
11155
11162
 
11156
11163
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -11203,9 +11210,9 @@ class Root(PyMenu):
11203
11210
  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.
11204
11211
  """
11205
11212
 
11206
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
11213
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
11207
11214
  """
11208
- 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.
11215
+ Extends the maximum size of the bounding box in the X direction by the specified value.
11209
11216
  """
11210
11217
 
11211
11218
  def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
@@ -11636,11 +11643,11 @@ class Root(PyMenu):
11636
11643
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
11637
11644
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11638
11645
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11639
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11646
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11640
11647
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11641
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11648
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11642
11649
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11643
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11650
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11644
11651
 
11645
11652
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11646
11653
  """
@@ -11672,9 +11679,9 @@ class Root(PyMenu):
11672
11679
  Argument OneZonePer.
11673
11680
  """
11674
11681
 
11675
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11682
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11676
11683
  """
11677
- Argument ImportCurvatureDataFromCAD.
11684
+ Argument UsePartOrBodyAsSuffix.
11678
11685
  """
11679
11686
 
11680
11687
  class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
@@ -11682,9 +11689,9 @@ class Root(PyMenu):
11682
11689
  Argument ExtractFeatures.
11683
11690
  """
11684
11691
 
11685
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11692
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11686
11693
  """
11687
- Argument ImportNamedSelections.
11694
+ Argument ImportCurvatureDataFromCAD.
11688
11695
  """
11689
11696
 
11690
11697
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -11692,9 +11699,9 @@ class Root(PyMenu):
11692
11699
  Argument ImportPartNames.
11693
11700
  """
11694
11701
 
11695
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11702
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11696
11703
  """
11697
- Argument UsePartOrBodyAsSuffix.
11704
+ Argument ImportNamedSelections.
11698
11705
  """
11699
11706
 
11700
11707
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -11787,14 +11794,14 @@ class Root(PyMenu):
11787
11794
  self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
11788
11795
  self.MaxFacetLengthOption = self._MaxFacetLengthOption(self, "MaxFacetLengthOption", service, rules, path)
11789
11796
  self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
11790
- self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
11797
+ self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11791
11798
  self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
11792
- self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11799
+ self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
11793
11800
  self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
11794
- self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
11795
11801
  self.MaxFacetLengthRatio = self._MaxFacetLengthRatio(self, "MaxFacetLengthRatio", service, rules, path)
11796
11802
  self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
11797
- self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11803
+ self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
11804
+ self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11798
11805
  self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
11799
11806
  self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
11800
11807
 
@@ -11813,9 +11820,9 @@ class Root(PyMenu):
11813
11820
  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.
11814
11821
  """
11815
11822
 
11816
- class _FacetedBodies(PyTextualCommandArgumentsSubItem):
11823
+ class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11817
11824
  """
11818
- When performing faceting and wrapping operations in your CAD tool lead to non-CAD geometries, set this option to yes to be able to use such geometries in the workflow. To ensure a relatively good quality surface mesh, you should shrink wrap any faceted bodies. In addition, each shrink-wrapped faceted body should be defined in its own unique component within the CAD environment.
11825
+ Argument ExtractAngle.
11819
11826
  """
11820
11827
 
11821
11828
  class _CIRefaceting(PyParameterCommandArgumentsSubItem):
@@ -11823,9 +11830,9 @@ class Root(PyMenu):
11823
11830
  Enable this option to be able to set the Tolerance and the Max Facet Length custom faceting options for the imported geometry.
11824
11831
  """
11825
11832
 
11826
- class _MergeNodes(PyTextualCommandArgumentsSubItem):
11833
+ class _FacetedBodies(PyTextualCommandArgumentsSubItem):
11827
11834
  """
11828
- Argument MergeNodes.
11835
+ When performing faceting and wrapping operations in your CAD tool lead to non-CAD geometries, set this option to yes to be able to use such geometries in the workflow. To ensure a relatively good quality surface mesh, you should shrink wrap any faceted bodies. In addition, each shrink-wrapped faceted body should be defined in its own unique component within the CAD environment.
11829
11836
  """
11830
11837
 
11831
11838
  class _AutomaticObjectCreation(PyTextualCommandArgumentsSubItem):
@@ -11833,11 +11840,6 @@ class Root(PyMenu):
11833
11840
  Determine whether or not mesh objects and labels are automatically created upon import, potentially and dramatically increasing the mesh import speed for very large cases. By default, this is set to yes however, if it is set to no, then no labels are created and a single mesh object is created employing all zones.
11834
11841
  """
11835
11842
 
11836
- class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
11837
- """
11838
- 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.
11839
- """
11840
-
11841
11843
  class _MaxFacetLengthRatio(PyNumericalCommandArgumentsSubItem):
11842
11844
  """
11843
11845
  Argument MaxFacetLengthRatio.
@@ -11848,9 +11850,14 @@ class Root(PyMenu):
11848
11850
  Display advanced options that you may want to apply to the task.
11849
11851
  """
11850
11852
 
11851
- class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11853
+ class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
11852
11854
  """
11853
- Argument ExtractAngle.
11855
+ 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.
11856
+ """
11857
+
11858
+ class _MergeNodes(PyTextualCommandArgumentsSubItem):
11859
+ """
11860
+ Argument MergeNodes.
11854
11861
  """
11855
11862
 
11856
11863
  class _CISeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -11911,11 +11918,11 @@ class Root(PyMenu):
11911
11918
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
11912
11919
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11913
11920
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11914
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11915
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11921
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11916
11922
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11923
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11917
11924
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11918
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11925
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11919
11926
 
11920
11927
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11921
11928
  """
@@ -11947,19 +11954,19 @@ class Root(PyMenu):
11947
11954
  Argument OneZonePer.
11948
11955
  """
11949
11956
 
11950
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11957
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11951
11958
  """
11952
- Argument UsePartOrBodyAsSuffix.
11959
+ Argument ImportCurvatureDataFromCAD.
11953
11960
  """
11954
11961
 
11955
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11962
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11956
11963
  """
11957
- Argument ImportNamedSelections.
11964
+ Argument ExtractFeatures.
11958
11965
  """
11959
11966
 
11960
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11967
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11961
11968
  """
11962
- Argument ExtractFeatures.
11969
+ Argument UsePartOrBodyAsSuffix.
11963
11970
  """
11964
11971
 
11965
11972
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -11967,9 +11974,9 @@ class Root(PyMenu):
11967
11974
  Argument ImportPartNames.
11968
11975
  """
11969
11976
 
11970
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11977
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11971
11978
  """
11972
- Argument ImportCurvatureDataFromCAD.
11979
+ Argument ImportNamedSelections.
11973
11980
  """
11974
11981
 
11975
11982
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -12034,10 +12041,10 @@ class Root(PyMenu):
12034
12041
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
12035
12042
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
12036
12043
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
12037
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12044
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12038
12045
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
12039
12046
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
12040
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12047
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12041
12048
 
12042
12049
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
12043
12050
  """
@@ -12064,9 +12071,9 @@ class Root(PyMenu):
12064
12071
  Argument AllowDefeaturing.
12065
12072
  """
12066
12073
 
12067
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12074
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12068
12075
  """
12069
- Display advanced options that you may want to apply to the task.
12076
+ 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.
12070
12077
  """
12071
12078
 
12072
12079
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -12079,9 +12086,9 @@ class Root(PyMenu):
12079
12086
  Specify the width of the step that you wish to remove.
12080
12087
  """
12081
12088
 
12082
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12089
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12083
12090
  """
12084
- 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.
12091
+ Display advanced options that you may want to apply to the task.
12085
12092
  """
12086
12093
 
12087
12094
  def create_instance(self) -> _ImproveSurfaceMeshCommandArguments:
@@ -12295,8 +12302,8 @@ class Root(PyMenu):
12295
12302
  def __init__(self, parent, attr, service, rules, path):
12296
12303
  super().__init__(parent, attr, service, rules, path)
12297
12304
  self.FirstNumber = self._FirstNumber(self, "FirstNumber", service, rules, path)
12298
- self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", service, rules, path)
12299
12305
  self.NbCellsPerUnit = self._NbCellsPerUnit(self, "NbCellsPerUnit", service, rules, path)
12306
+ self.CustomPatternString = self._CustomPatternString(self, "CustomPatternString", service, rules, path)
12300
12307
  self.InvokeBatteryModelingOptions = self._InvokeBatteryModelingOptions(self, "InvokeBatteryModelingOptions", service, rules, path)
12301
12308
  self.UseCustomPattern = self._UseCustomPattern(self, "UseCustomPattern", service, rules, path)
12302
12309
 
@@ -12305,14 +12312,14 @@ class Root(PyMenu):
12305
12312
  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...
12306
12313
  """
12307
12314
 
12308
- class _CustomPatternString(PyTextualCommandArgumentsSubItem):
12315
+ class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
12309
12316
  """
12310
- Argument CustomPatternString.
12317
+ 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...
12311
12318
  """
12312
12319
 
12313
- class _NbCellsPerUnit(PyNumericalCommandArgumentsSubItem):
12320
+ class _CustomPatternString(PyTextualCommandArgumentsSubItem):
12314
12321
  """
12315
- 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...
12322
+ Argument CustomPatternString.
12316
12323
  """
12317
12324
 
12318
12325
  class _InvokeBatteryModelingOptions(PyTextualCommandArgumentsSubItem):
@@ -12406,8 +12413,8 @@ class Root(PyMenu):
12406
12413
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
12407
12414
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
12408
12415
  self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
12409
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12410
12416
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12417
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12411
12418
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
12412
12419
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
12413
12420
  self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
@@ -12428,14 +12435,14 @@ class Root(PyMenu):
12428
12435
  Argument MaxEdgeLengthFactor.
12429
12436
  """
12430
12437
 
12431
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12438
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
12432
12439
  """
12433
- Argument NormalAngle.
12440
+ Argument Deviation.
12434
12441
  """
12435
12442
 
12436
- class _Deviation(PyNumericalCommandArgumentsSubItem):
12443
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12437
12444
  """
12438
- Argument Deviation.
12445
+ Argument NormalAngle.
12439
12446
  """
12440
12447
 
12441
12448
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
@@ -12563,8 +12570,8 @@ class Root(PyMenu):
12563
12570
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
12564
12571
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
12565
12572
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12566
- self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
12567
12573
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
12574
+ self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
12568
12575
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
12569
12576
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
12570
12577
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -12620,14 +12627,14 @@ class Root(PyMenu):
12620
12627
  Specify the increase in element edge length with each succeeding layer of elements.
12621
12628
  """
12622
12629
 
12623
- class _SizingType(PyTextualCommandArgumentsSubItem):
12630
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12624
12631
  """
12625
- Choose the type of sizing control (curvature, proximity, soft, or boi).
12632
+ Enable this field to display the initial size control in the graphics window.
12626
12633
  """
12627
12634
 
12628
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12635
+ class _SizingType(PyTextualCommandArgumentsSubItem):
12629
12636
  """
12630
- Enable this field to display the initial size control in the graphics window.
12637
+ Choose the type of sizing control (curvature, proximity, soft, or boi).
12631
12638
  """
12632
12639
 
12633
12640
  class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -13342,9 +13349,9 @@ class Root(PyMenu):
13342
13349
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
13343
13350
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
13344
13351
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13345
- self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
13346
- self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
13347
13352
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13353
+ self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
13354
+ self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
13348
13355
 
13349
13356
  class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
13350
13357
  """
@@ -13361,9 +13368,9 @@ class Root(PyMenu):
13361
13368
  Specify a rotational angle (in degrees) of transformation.
13362
13369
  """
13363
13370
 
13364
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13371
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
13365
13372
  """
13366
- Specifies the maximum size of the facets relative to the bounding box of the geometry.
13373
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13367
13374
  """
13368
13375
 
13369
13376
  class _Refacet(PyParameterCommandArgumentsSubItem):
@@ -13371,9 +13378,9 @@ class Root(PyMenu):
13371
13378
  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...
13372
13379
  """
13373
13380
 
13374
- class _Deviation(PyNumericalCommandArgumentsSubItem):
13381
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13375
13382
  """
13376
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13383
+ Specifies the maximum size of the facets relative to the bounding box of the geometry.
13377
13384
  """
13378
13385
 
13379
13386
  class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
@@ -13436,8 +13443,8 @@ class Root(PyMenu):
13436
13443
  super().__init__(parent, attr, service, rules, path)
13437
13444
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
13438
13445
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
13439
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13440
13446
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13447
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13441
13448
 
13442
13449
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
13443
13450
  """
@@ -13449,14 +13456,14 @@ class Root(PyMenu):
13449
13456
  This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
13450
13457
  """
13451
13458
 
13452
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13459
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
13453
13460
  """
13454
- Specify a rotational angle (in degrees) of transformation.
13461
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13455
13462
  """
13456
13463
 
13457
- class _Deviation(PyNumericalCommandArgumentsSubItem):
13464
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13458
13465
  """
13459
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13466
+ Specify a rotational angle (in degrees) of transformation.
13460
13467
  """
13461
13468
 
13462
13469
  def create_instance(self) -> _PartManagementCommandArguments:
@@ -14244,22 +14251,22 @@ class Root(PyMenu):
14244
14251
  def __init__(self, parent, attr, service, rules, path):
14245
14252
  super().__init__(parent, attr, service, rules, path)
14246
14253
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
14247
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14254
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
14248
14255
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
14249
14256
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
14250
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
14251
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
14252
- self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14257
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14253
14258
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
14259
+ self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14260
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
14254
14261
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
14255
14262
  self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
14256
14263
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
14257
- self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
14258
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14259
14264
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
14260
- self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
14261
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14265
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14266
+ self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
14262
14267
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
14268
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14269
+ self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
14263
14270
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
14264
14271
 
14265
14272
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -14267,9 +14274,9 @@ class Root(PyMenu):
14267
14274
  Argument SMQualityCollapseLimit.
14268
14275
  """
14269
14276
 
14270
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14277
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
14271
14278
  """
14272
- Argument FoldFaceLimit.
14279
+ Argument AutoMerge.
14273
14280
  """
14274
14281
 
14275
14282
  class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
@@ -14282,14 +14289,14 @@ class Root(PyMenu):
14282
14289
  Argument ShowSurfaceMeshPreferences.
14283
14290
  """
14284
14291
 
14285
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
14292
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14286
14293
  """
14287
- Argument AutoMerge.
14294
+ Argument FoldFaceLimit.
14288
14295
  """
14289
14296
 
14290
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
14297
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14291
14298
  """
14292
- Argument SMSeparation.
14299
+ Argument SMSeparationAngle.
14293
14300
  """
14294
14301
 
14295
14302
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -14297,9 +14304,9 @@ class Root(PyMenu):
14297
14304
  Argument TVMAutoControlCreation.
14298
14305
  """
14299
14306
 
14300
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14307
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
14301
14308
  """
14302
- Argument SMSeparationAngle.
14309
+ Argument SMSeparation.
14303
14310
  """
14304
14311
 
14305
14312
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -14317,9 +14324,9 @@ class Root(PyMenu):
14317
14324
  Argument SMStepWidth.
14318
14325
  """
14319
14326
 
14320
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14327
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14321
14328
  """
14322
- Argument SMQualityMaxAngle.
14329
+ Argument VolumeMeshMaxSize.
14323
14330
  """
14324
14331
 
14325
14332
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -14327,14 +14334,14 @@ class Root(PyMenu):
14327
14334
  Argument AutoAssignZoneTypes.
14328
14335
  """
14329
14336
 
14330
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14337
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14331
14338
  """
14332
- Argument VolumeMeshMaxSize.
14339
+ Argument SMQualityMaxAngle.
14333
14340
  """
14334
14341
 
14335
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14342
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14336
14343
  """
14337
- Argument SMQualityImproveLimit.
14344
+ Argument SelfIntersectCheck.
14338
14345
  """
14339
14346
 
14340
14347
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -14342,9 +14349,9 @@ class Root(PyMenu):
14342
14349
  Argument AutoSurfaceRemesh.
14343
14350
  """
14344
14351
 
14345
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14352
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14346
14353
  """
14347
- Argument SelfIntersectCheck.
14354
+ Argument SMQualityImproveLimit.
14348
14355
  """
14349
14356
 
14350
14357
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -14434,10 +14441,10 @@ class Root(PyMenu):
14434
14441
  def __init__(self, parent, attr, service, rules, path):
14435
14442
  super().__init__(parent, attr, service, rules, path)
14436
14443
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
14437
- self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14444
+ self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14438
14445
  self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
14446
+ self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14439
14447
  self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
14440
- self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14441
14448
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
14442
14449
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
14443
14450
  self.NewLabelCurvature = self._NewLabelCurvature(self, "NewLabelCurvature", service, rules, path)
@@ -14448,9 +14455,9 @@ class Root(PyMenu):
14448
14455
  Argument NewLabelObjects.
14449
14456
  """
14450
14457
 
14451
- class _NewLabelCells(PyTextualCommandArgumentsSubItem):
14458
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14452
14459
  """
14453
- Argument NewLabelCells.
14460
+ Argument NewLabelResolution.
14454
14461
  """
14455
14462
 
14456
14463
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -14458,14 +14465,14 @@ class Root(PyMenu):
14458
14465
  Argument NewLabelType.
14459
14466
  """
14460
14467
 
14461
- class _NewLabels(PyTextualCommandArgumentsSubItem):
14468
+ class _NewLabelCells(PyTextualCommandArgumentsSubItem):
14462
14469
  """
14463
- Argument NewLabels.
14470
+ Argument NewLabelCells.
14464
14471
  """
14465
14472
 
14466
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14473
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
14467
14474
  """
14468
- Argument NewLabelResolution.
14475
+ Argument NewLabels.
14469
14476
  """
14470
14477
 
14471
14478
  class _NewLabelMax(PyTextualCommandArgumentsSubItem):