ansys-fluent-core 0.33.0__py3-none-any.whl → 0.33.1__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 (34) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  3. ansys/fluent/core/generated/datamodel_231/flicing.py +50 -50
  4. ansys/fluent/core/generated/datamodel_231/meshing.py +188 -188
  5. ansys/fluent/core/generated/datamodel_232/flicing.py +35 -35
  6. ansys/fluent/core/generated/datamodel_232/meshing.py +212 -212
  7. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  8. ansys/fluent/core/generated/datamodel_241/meshing.py +259 -259
  9. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  10. ansys/fluent/core/generated/datamodel_242/meshing.py +323 -323
  11. ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
  12. ansys/fluent/core/generated/datamodel_251/flicing.py +45 -45
  13. ansys/fluent/core/generated/datamodel_251/meshing.py +380 -380
  14. ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
  15. ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
  16. ansys/fluent/core/generated/datamodel_252/meshing.py +416 -416
  17. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  18. ansys/fluent/core/generated/datamodel_261/flicing.py +55 -55
  19. ansys/fluent/core/generated/datamodel_261/meshing.py +385 -373
  20. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  21. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  22. ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
  23. ansys/fluent/core/generated/fluent_version_252.py +1 -1
  24. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  25. ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
  26. ansys/fluent/core/generated/solver/settings_261.py +2016 -1107
  27. ansys/fluent/core/generated/solver/settings_261.pyi +998 -509
  28. ansys/fluent/core/generated/solver/tui_261.py +2278 -2264
  29. ansys/fluent/core/launcher/fluent_container.py +1 -0
  30. ansys/fluent/core/launcher/slurm_launcher.py +1 -0
  31. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/METADATA +1 -1
  32. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/RECORD +34 -34
  33. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/WHEEL +0 -0
  34. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.33.1.dist-info}/licenses/LICENSE +0 -0
@@ -1302,10 +1302,10 @@ class Root(PyMenu):
1302
1302
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
1303
1303
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
1304
1304
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
1305
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
1305
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1306
1306
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
1307
1307
  self.Operation = self._Operation(self, "Operation", service, rules, path)
1308
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1308
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
1309
1309
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
1310
1310
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
1311
1311
  self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
@@ -1338,9 +1338,9 @@ class Root(PyMenu):
1338
1338
  Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
1339
1339
  """
1340
1340
 
1341
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
1341
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
1342
1342
  """
1343
- Specify the threshold angle for joining face pairs.
1343
+ Argument FluidLabelWildcard.
1344
1344
  """
1345
1345
 
1346
1346
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -1353,9 +1353,9 @@ class Root(PyMenu):
1353
1353
  Choose whether to apply share topology using the Join-Intersect method where you join and/or intersect the problematic faces, or using the Interface Connect method where you connect edges of overlapping face pairs. Note that imprinting of overlapping faces in SCDM/Discovery is highly recommended for the Interface Connect method.
1354
1354
  """
1355
1355
 
1356
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
1356
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
1357
1357
  """
1358
- Argument FluidLabelWildcard.
1358
+ Specify the threshold angle for joining face pairs.
1359
1359
  """
1360
1360
 
1361
1361
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -1522,23 +1522,23 @@ class Root(PyMenu):
1522
1522
 
1523
1523
  def __init__(self, parent, attr, service, rules, path):
1524
1524
  super().__init__(parent, attr, service, rules, path)
1525
- self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
1526
1525
  self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
1526
+ self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
1527
1527
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
1528
1528
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
1529
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
1530
1529
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1530
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
1531
1531
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
1532
1532
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
1533
1533
 
1534
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
1534
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1535
1535
  """
1536
- Argument ExposeSide.
1536
+ Argument ShowShellBLAdvancedOptions.
1537
1537
  """
1538
1538
 
1539
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
1539
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
1540
1540
  """
1541
- Argument ShowShellBLAdvancedOptions.
1541
+ Argument ExposeSide.
1542
1542
  """
1543
1543
 
1544
1544
  class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -1551,14 +1551,14 @@ class Root(PyMenu):
1551
1551
  Argument MinAspectRatio.
1552
1552
  """
1553
1553
 
1554
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1554
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1555
1555
  """
1556
- Argument LastRatioPercentage.
1556
+ Argument LastRatioNumLayers.
1557
1557
  """
1558
1558
 
1559
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1559
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
1560
1560
  """
1561
- Argument LastRatioNumLayers.
1561
+ Argument LastRatioPercentage.
1562
1562
  """
1563
1563
 
1564
1564
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -1769,12 +1769,12 @@ class Root(PyMenu):
1769
1769
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
1770
1770
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
1771
1771
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
1772
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1773
1772
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1773
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1774
1774
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
1775
1775
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1776
- self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1777
1776
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1777
+ self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1778
1778
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1779
1779
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
1780
1780
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -1804,14 +1804,14 @@ class Root(PyMenu):
1804
1804
  Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
1805
1805
  """
1806
1806
 
1807
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
1807
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1808
1808
  """
1809
- Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
1809
+ Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
1810
1810
  """
1811
1811
 
1812
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1812
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
1813
1813
  """
1814
- Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
1814
+ Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
1815
1815
  """
1816
1816
 
1817
1817
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -1824,14 +1824,14 @@ class Root(PyMenu):
1824
1824
  Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
1825
1825
  """
1826
1826
 
1827
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1827
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1828
1828
  """
1829
- Argument LastRatioNumLayers.
1829
+ Display advanced options that you may want to apply to this task.
1830
1830
  """
1831
1831
 
1832
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1832
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
1833
1833
  """
1834
- Display advanced options that you may want to apply to this task.
1834
+ Argument LastRatioNumLayers.
1835
1835
  """
1836
1836
 
1837
1837
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -2090,12 +2090,12 @@ class Root(PyMenu):
2090
2090
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
2091
2091
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
2092
2092
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
2093
- self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2094
2093
  self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
2094
+ self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2095
2095
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
2096
+ self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
2096
2097
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
2097
2098
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
2098
- self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
2099
2099
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
2100
2100
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
2101
2101
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -2125,14 +2125,14 @@ class Root(PyMenu):
2125
2125
  Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
2126
2126
  """
2127
2127
 
2128
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
2128
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2129
2129
  """
2130
- Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
2130
+ Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
2131
2131
  """
2132
2132
 
2133
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2133
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
2134
2134
  """
2135
- Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
2135
+ Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
2136
2136
  """
2137
2137
 
2138
2138
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -2140,6 +2140,11 @@ class Root(PyMenu):
2140
2140
  Argument InvalidNormalMethod.
2141
2141
  """
2142
2142
 
2143
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2144
+ """
2145
+ Argument LastRatioNumLayers.
2146
+ """
2147
+
2143
2148
  class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
2144
2149
  """
2145
2150
  Display advanced options that you may want to apply to this task.
@@ -2150,11 +2155,6 @@ class Root(PyMenu):
2150
2155
  Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
2151
2156
  """
2152
2157
 
2153
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2154
- """
2155
- Argument LastRatioNumLayers.
2156
- """
2157
-
2158
2158
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
2159
2159
  """
2160
2160
  Controls the tangency of the invalid normal faces. An invalid normal location with all 90 degree angles has a tangency of 1. So, faces are still treated as an invalid normal even if the angle deviates slightly from 90 degrees (resulting in a tangency of 0.98).
@@ -2395,9 +2395,9 @@ class Root(PyMenu):
2395
2395
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
2396
2396
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
2397
2397
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
2398
+ self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2398
2399
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
2399
2400
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
2400
- self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2401
2401
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
2402
2402
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
2403
2403
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -2448,6 +2448,11 @@ class Root(PyMenu):
2448
2448
  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.
2449
2449
  """
2450
2450
 
2451
+ class _SizingType(PyTextualCommandArgumentsSubItem):
2452
+ """
2453
+ Choose the type of sizing control (curvature, proximity, soft, or boi).
2454
+ """
2455
+
2451
2456
  class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
2452
2457
  """
2453
2458
  Enable this field to display the initial size control in the graphics window.
@@ -2458,11 +2463,6 @@ class Root(PyMenu):
2458
2463
  Specify the increase in element edge length with each succeeding layer of elements.
2459
2464
  """
2460
2465
 
2461
- class _SizingType(PyTextualCommandArgumentsSubItem):
2462
- """
2463
- Choose the type of sizing control (curvature, proximity, soft, or boi).
2464
- """
2465
-
2466
2466
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
2467
2467
  """
2468
2468
  Specify the minimum number of layers of elements to be generated in the gaps. The number of cells per gap can be a real value, with a minimum value of 0.01.
@@ -4164,11 +4164,11 @@ class Root(PyMenu):
4164
4164
  super().__init__(parent, attr, service, rules, path)
4165
4165
  self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
4166
4166
  self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
4167
- self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4167
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4168
4168
  self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
4169
4169
  self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
4170
4170
  self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
4171
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4171
+ self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4172
4172
  self.SolidFluidRatio = self._SolidFluidRatio(self, "SolidFluidRatio", service, rules, path)
4173
4173
  self.TargetSizeFieldFileName = self._TargetSizeFieldFileName(self, "TargetSizeFieldFileName", service, rules, path)
4174
4174
  self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
@@ -4186,9 +4186,9 @@ class Root(PyMenu):
4186
4186
  The ratio of the initial wrap size field and the local target size field.
4187
4187
  """
4188
4188
 
4189
- class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4189
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4190
4190
  """
4191
- Determine how the size controls are calculated in the Add Local Sizing task: using Both Wrap and Target values, by Target Only (the default), or by Wrap Only. For complex models, computational expense can be lowered by choosing one of the other options. If either Wrap Only or Target Only is selected, then the other values are determined using the Wrap/Target Size Ratio value.
4191
+ Display advanced options that you may want to apply to the task.
4192
4192
  """
4193
4193
 
4194
4194
  class _SolidFluidRaio(PyNumericalCommandArgumentsSubItem):
@@ -4206,9 +4206,9 @@ class Root(PyMenu):
4206
4206
  For geometries having a very large number of small feature edges, select Yes to speed up the calculation and reduce memory requirements when using a proximity size function.
4207
4207
  """
4208
4208
 
4209
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4209
+ class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4210
4210
  """
4211
- Display advanced options that you may want to apply to the task.
4211
+ Determine how the size controls are calculated in the Add Local Sizing task: using Both Wrap and Target values, by Target Only (the default), or by Wrap Only. For complex models, computational expense can be lowered by choosing one of the other options. If either Wrap Only or Target Only is selected, then the other values are determined using the Wrap/Target Size Ratio value.
4212
4212
  """
4213
4213
 
4214
4214
  class _SolidFluidRatio(PyNumericalCommandArgumentsSubItem):
@@ -4598,18 +4598,18 @@ class Root(PyMenu):
4598
4598
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
4599
4599
  self.Y = self._Y(self, "Y", service, rules, path)
4600
4600
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4601
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4602
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4601
4603
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4602
4604
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4603
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4604
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4605
4605
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4606
4606
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4607
4607
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4608
4608
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4609
4609
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4610
4610
  self.X = self._X(self, "X", service, rules, path)
4611
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4612
4611
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4612
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4613
4613
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
4614
4614
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
4615
4615
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -4639,24 +4639,24 @@ class Root(PyMenu):
4639
4639
  Argument DefeaturingSize.
4640
4640
  """
4641
4641
 
4642
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4642
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4643
4643
  """
4644
- Argument AspectRatio.
4644
+ Argument BoundaryLayerLevels.
4645
4645
  """
4646
4646
 
4647
- class _Rate(PyNumericalCommandArgumentsSubItem):
4647
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4648
4648
  """
4649
- Argument Rate.
4649
+ Argument WakeGrowthFactor.
4650
4650
  """
4651
4651
 
4652
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4652
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4653
4653
  """
4654
- Argument WakeGrowthFactor.
4654
+ Argument AspectRatio.
4655
4655
  """
4656
4656
 
4657
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4657
+ class _Rate(PyNumericalCommandArgumentsSubItem):
4658
4658
  """
4659
- Argument BoundaryLayerLevels.
4659
+ Argument Rate.
4660
4660
  """
4661
4661
 
4662
4662
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4689,14 +4689,14 @@ class Root(PyMenu):
4689
4689
  Argument X.
4690
4690
  """
4691
4691
 
4692
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
4692
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
4693
4693
  """
4694
- Argument FlipDirection.
4694
+ Argument OffsetMethodType.
4695
4695
  """
4696
4696
 
4697
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
4697
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
4698
4698
  """
4699
- Argument OffsetMethodType.
4699
+ Argument FlipDirection.
4700
4700
  """
4701
4701
 
4702
4702
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -4738,9 +4738,9 @@ class Root(PyMenu):
4738
4738
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
4739
4739
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
4740
4740
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
4741
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4742
4741
  self.X2 = self._X2(self, "X2", service, rules, path)
4743
4742
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
4743
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4744
4744
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
4745
4745
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
4746
4746
 
@@ -4804,11 +4804,6 @@ class Root(PyMenu):
4804
4804
  Argument Node3.
4805
4805
  """
4806
4806
 
4807
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4808
- """
4809
- Argument Y-Offset.
4810
- """
4811
-
4812
4807
  class _X2(PyNumericalCommandArgumentsSubItem):
4813
4808
  """
4814
4809
  Argument X2.
@@ -4819,6 +4814,11 @@ class Root(PyMenu):
4819
4814
  Argument Node2.
4820
4815
  """
4821
4816
 
4817
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4818
+ """
4819
+ Argument Y-Offset.
4820
+ """
4821
+
4822
4822
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
4823
4823
  """
4824
4824
  Argument HeightFrontInc.
@@ -4873,12 +4873,12 @@ class Root(PyMenu):
4873
4873
  def __init__(self, parent, attr, service, rules, path):
4874
4874
  super().__init__(parent, attr, service, rules, path)
4875
4875
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
4876
- self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
4877
4876
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
4877
+ self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
4878
4878
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
4879
- self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
4880
- self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
4881
4879
  self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
4880
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
4881
+ self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
4882
4882
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
4883
4883
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
4884
4884
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
@@ -4892,14 +4892,14 @@ class Root(PyMenu):
4892
4892
  Argument CylinderZ2.
4893
4893
  """
4894
4894
 
4895
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
4895
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
4896
4896
  """
4897
- Argument CylinderX2.
4897
+ Argument BoxYLength.
4898
4898
  """
4899
4899
 
4900
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
4900
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
4901
4901
  """
4902
- Argument BoxYLength.
4902
+ Argument CylinderX2.
4903
4903
  """
4904
4904
 
4905
4905
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -4907,9 +4907,9 @@ class Root(PyMenu):
4907
4907
  Argument CylinderX1.
4908
4908
  """
4909
4909
 
4910
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
4910
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
4911
4911
  """
4912
- Argument BoxXLength.
4912
+ Argument BoxZLength.
4913
4913
  """
4914
4914
 
4915
4915
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -4917,9 +4917,9 @@ class Root(PyMenu):
4917
4917
  Argument CylinderY1.
4918
4918
  """
4919
4919
 
4920
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
4920
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
4921
4921
  """
4922
- Argument BoxZLength.
4922
+ Argument BoxXLength.
4923
4923
  """
4924
4924
 
4925
4925
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -5185,16 +5185,16 @@ class Root(PyMenu):
5185
5185
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
5186
5186
  self.Y = self._Y(self, "Y", service, rules, path)
5187
5187
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5188
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5189
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5190
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5191
5188
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5189
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5190
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
5191
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5192
5192
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5193
5193
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5194
5194
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5195
- self.Rate = self._Rate(self, "Rate", service, rules, path)
5196
- self.X = self._X(self, "X", service, rules, path)
5195
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5197
5196
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5197
+ self.X = self._X(self, "X", service, rules, path)
5198
5198
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5199
5199
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5200
5200
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -5226,24 +5226,24 @@ class Root(PyMenu):
5226
5226
  Argument DefeaturingSize.
5227
5227
  """
5228
5228
 
5229
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5229
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5230
5230
  """
5231
- Argument BoundaryLayerLevels.
5231
+ Argument AspectRatio.
5232
5232
  """
5233
5233
 
5234
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5234
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5235
5235
  """
5236
- Argument WakeGrowthFactor.
5236
+ Argument NumberOfLayers.
5237
5237
  """
5238
5238
 
5239
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5239
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5240
5240
  """
5241
- Argument NumberOfLayers.
5241
+ Argument Rate.
5242
5242
  """
5243
5243
 
5244
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5244
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5245
5245
  """
5246
- Argument AspectRatio.
5246
+ Argument BoundaryLayerLevels.
5247
5247
  """
5248
5248
 
5249
5249
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5261,19 +5261,19 @@ class Root(PyMenu):
5261
5261
  Choose a single edge zone from the list below for your edge-based collar mesh. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
5262
5262
  """
5263
5263
 
5264
- class _Rate(PyNumericalCommandArgumentsSubItem):
5264
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5265
5265
  """
5266
- Argument Rate.
5266
+ Argument WakeGrowthFactor.
5267
5267
  """
5268
5268
 
5269
- class _X(PyNumericalCommandArgumentsSubItem):
5269
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5270
5270
  """
5271
- Specify the x-coordinate of the offset collar mesh.
5271
+ Argument LastRatioPercentage.
5272
5272
  """
5273
5273
 
5274
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
5274
+ class _X(PyNumericalCommandArgumentsSubItem):
5275
5275
  """
5276
- Argument LastRatioPercentage.
5276
+ Specify the x-coordinate of the offset collar mesh.
5277
5277
  """
5278
5278
 
5279
5279
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -5313,8 +5313,8 @@ class Root(PyMenu):
5313
5313
 
5314
5314
  def __init__(self, parent, attr, service, rules, path):
5315
5315
  super().__init__(parent, attr, service, rules, path)
5316
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5317
5316
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5317
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5318
5318
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5319
5319
  self.X1 = self._X1(self, "X1", service, rules, path)
5320
5320
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -5325,20 +5325,20 @@ class Root(PyMenu):
5325
5325
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5326
5326
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5327
5327
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5328
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5328
5329
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5329
5330
  self.X2 = self._X2(self, "X2", service, rules, path)
5330
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5331
5331
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5332
5332
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5333
5333
 
5334
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5334
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5335
5335
  """
5336
- Argument X-Offset.
5336
+ Argument HeightNode.
5337
5337
  """
5338
5338
 
5339
- class _HeightNode(PyTextualCommandArgumentsSubItem):
5339
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5340
5340
  """
5341
- Argument HeightNode.
5341
+ Argument X-Offset.
5342
5342
  """
5343
5343
 
5344
5344
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5391,6 +5391,11 @@ class Root(PyMenu):
5391
5391
  Argument Node3.
5392
5392
  """
5393
5393
 
5394
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5395
+ """
5396
+ Argument Y-Offset.
5397
+ """
5398
+
5394
5399
  class _Node2(PyTextualCommandArgumentsSubItem):
5395
5400
  """
5396
5401
  Argument Node2.
@@ -5401,11 +5406,6 @@ class Root(PyMenu):
5401
5406
  Argument X2.
5402
5407
  """
5403
5408
 
5404
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5405
- """
5406
- Argument Y-Offset.
5407
- """
5408
-
5409
5409
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
5410
5410
  """
5411
5411
  Argument HeightFrontInc.
@@ -5460,8 +5460,8 @@ class Root(PyMenu):
5460
5460
  def __init__(self, parent, attr, service, rules, path):
5461
5461
  super().__init__(parent, attr, service, rules, path)
5462
5462
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
5463
- self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
5464
5463
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
5464
+ self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
5465
5465
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
5466
5466
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
5467
5467
  self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
@@ -5479,14 +5479,14 @@ class Root(PyMenu):
5479
5479
  Argument CylinderZ2.
5480
5480
  """
5481
5481
 
5482
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5482
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5483
5483
  """
5484
- Argument BoxYLength.
5484
+ Argument CylinderX2.
5485
5485
  """
5486
5486
 
5487
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5487
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5488
5488
  """
5489
- Argument CylinderX2.
5489
+ Argument BoxYLength.
5490
5490
  """
5491
5491
 
5492
5492
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -5774,17 +5774,17 @@ class Root(PyMenu):
5774
5774
  self.Y = self._Y(self, "Y", service, rules, path)
5775
5775
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5776
5776
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5777
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5778
5777
  self.Rate = self._Rate(self, "Rate", service, rules, path)
5778
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5779
5779
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5780
5780
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5781
5781
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5782
5782
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5783
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5784
- self.X = self._X(self, "X", service, rules, path)
5783
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5785
5784
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5786
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5785
+ self.X = self._X(self, "X", service, rules, path)
5787
5786
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5787
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5788
5788
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
5789
5789
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
5790
5790
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -5819,14 +5819,14 @@ class Root(PyMenu):
5819
5819
  Argument BoundaryLayerLevels.
5820
5820
  """
5821
5821
 
5822
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5822
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5823
5823
  """
5824
- Argument WakeGrowthFactor.
5824
+ Specify the rate of growth of the boundary layer.
5825
5825
  """
5826
5826
 
5827
- class _Rate(PyNumericalCommandArgumentsSubItem):
5827
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5828
5828
  """
5829
- Specify the rate of growth of the boundary layer.
5829
+ Specify the ratio of the prism base length to the prism layer height.
5830
5830
  """
5831
5831
 
5832
5832
  class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
@@ -5849,14 +5849,9 @@ class Root(PyMenu):
5849
5849
  Argument EdgeSelectionList.
5850
5850
  """
5851
5851
 
5852
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5853
- """
5854
- Specify the ratio of the prism base length to the prism layer height.
5855
- """
5856
-
5857
- class _X(PyNumericalCommandArgumentsSubItem):
5852
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5858
5853
  """
5859
- Argument X.
5854
+ Argument WakeGrowthFactor.
5860
5855
  """
5861
5856
 
5862
5857
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -5864,9 +5859,9 @@ class Root(PyMenu):
5864
5859
  Specify the offset height of the last layer as a percentage of the local base mesh size.
5865
5860
  """
5866
5861
 
5867
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
5862
+ class _X(PyNumericalCommandArgumentsSubItem):
5868
5863
  """
5869
- Argument FlipDirection.
5864
+ Argument X.
5870
5865
  """
5871
5866
 
5872
5867
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -5874,6 +5869,11 @@ class Root(PyMenu):
5874
5869
  Choose the method that will be used to create the boundary layer, or prism, controls.
5875
5870
  """
5876
5871
 
5872
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
5873
+ """
5874
+ Argument FlipDirection.
5875
+ """
5876
+
5877
5877
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
5878
5878
  """
5879
5879
  Specify the height of the first layer of cells in the boundary layer.
@@ -6051,9 +6051,9 @@ class Root(PyMenu):
6051
6051
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
6052
6052
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
6053
6053
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
6054
- self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
6055
- self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
6056
6054
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
6055
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
6056
+ self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
6057
6057
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
6058
6058
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
6059
6059
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
@@ -6082,9 +6082,9 @@ class Root(PyMenu):
6082
6082
  Argument CylinderX1.
6083
6083
  """
6084
6084
 
6085
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
6085
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
6086
6086
  """
6087
- Argument BoxZLength.
6087
+ Argument BoxXLength.
6088
6088
  """
6089
6089
 
6090
6090
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -6092,9 +6092,9 @@ class Root(PyMenu):
6092
6092
  Argument CylinderY1.
6093
6093
  """
6094
6094
 
6095
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
6095
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
6096
6096
  """
6097
- Argument BoxXLength.
6097
+ Argument BoxZLength.
6098
6098
  """
6099
6099
 
6100
6100
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -6370,7 +6370,7 @@ class Root(PyMenu):
6370
6370
  def __init__(self, parent, attr, service, rules, path):
6371
6371
  super().__init__(parent, attr, service, rules, path)
6372
6372
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
6373
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6373
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6374
6374
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
6375
6375
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
6376
6376
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -6381,16 +6381,16 @@ class Root(PyMenu):
6381
6381
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
6382
6382
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
6383
6383
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
6384
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6384
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6385
6385
 
6386
6386
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
6387
6387
  """
6388
6388
  Determine if you would like to specify the bounding box as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
6389
6389
  """
6390
6390
 
6391
- class _Xmax(PyNumericalCommandArgumentsSubItem):
6391
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6392
6392
  """
6393
- Extends the maximum size of the bounding box in the X direction by the specified value.
6393
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6394
6394
  """
6395
6395
 
6396
6396
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -6443,9 +6443,9 @@ class Root(PyMenu):
6443
6443
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
6444
6444
  """
6445
6445
 
6446
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6446
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
6447
6447
  """
6448
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6448
+ Extends the maximum size of the bounding box in the X direction by the specified value.
6449
6449
  """
6450
6450
 
6451
6451
  def create_instance(self) -> _CreateExternalFlowBoundariesCommandArguments:
@@ -6891,7 +6891,7 @@ class Root(PyMenu):
6891
6891
  def __init__(self, parent, attr, service, rules, path):
6892
6892
  super().__init__(parent, attr, service, rules, path)
6893
6893
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
6894
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6894
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6895
6895
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
6896
6896
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
6897
6897
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -6902,16 +6902,16 @@ class Root(PyMenu):
6902
6902
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
6903
6903
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
6904
6904
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
6905
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6905
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6906
6906
 
6907
6907
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
6908
6908
  """
6909
6909
  Determine if you would like to specify the bounding box for the refinement region as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
6910
6910
  """
6911
6911
 
6912
- class _Xmax(PyNumericalCommandArgumentsSubItem):
6912
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6913
6913
  """
6914
- Specify the X-coordinate for the initial position of the cylindrical refinement region.
6914
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6915
6915
  """
6916
6916
 
6917
6917
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -6964,9 +6964,9 @@ class Root(PyMenu):
6964
6964
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
6965
6965
  """
6966
6966
 
6967
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6967
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
6968
6968
  """
6969
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6969
+ Specify the X-coordinate for the initial position of the cylindrical refinement region.
6970
6970
  """
6971
6971
 
6972
6972
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -6982,13 +6982,13 @@ class Root(PyMenu):
6982
6982
  self.Y = self._Y(self, "Y", service, rules, path)
6983
6983
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
6984
6984
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
6985
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6985
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6986
6986
  self.Rate = self._Rate(self, "Rate", service, rules, path)
6987
6987
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
6988
6988
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
6989
6989
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
6990
6990
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
6991
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6991
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6992
6992
  self.X = self._X(self, "X", service, rules, path)
6993
6993
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
6994
6994
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
@@ -7027,9 +7027,9 @@ class Root(PyMenu):
7027
7027
  Specify the number of boundary layers that are to be captured in the refinement region.
7028
7028
  """
7029
7029
 
7030
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7030
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7031
7031
  """
7032
- Argument NumberOfLayers.
7032
+ Specify the factor by which the refinement region expands in the wake of the flow direction.
7033
7033
  """
7034
7034
 
7035
7035
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -7057,9 +7057,9 @@ class Root(PyMenu):
7057
7057
  Argument EdgeSelectionList.
7058
7058
  """
7059
7059
 
7060
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7060
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7061
7061
  """
7062
- Specify the factor by which the refinement region expands in the wake of the flow direction.
7062
+ Argument NumberOfLayers.
7063
7063
  """
7064
7064
 
7065
7065
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -7115,15 +7115,15 @@ class Root(PyMenu):
7115
7115
  self.X1 = self._X1(self, "X1", service, rules, path)
7116
7116
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
7117
7117
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
7118
- self.Z2 = self._Z2(self, "Z2", service, rules, path)
7119
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
7120
7118
  self.Z1 = self._Z1(self, "Z1", service, rules, path)
7119
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
7120
+ self.Z2 = self._Z2(self, "Z2", service, rules, path)
7121
7121
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
7122
7122
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
7123
7123
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
7124
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
7125
7124
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
7126
7125
  self.X2 = self._X2(self, "X2", service, rules, path)
7126
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
7127
7127
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
7128
7128
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
7129
7129
 
@@ -7157,9 +7157,9 @@ class Root(PyMenu):
7157
7157
  Specify the Z-coordinate for the offset of the initial position of the cylinder.
7158
7158
  """
7159
7159
 
7160
- class _Z2(PyNumericalCommandArgumentsSubItem):
7160
+ class _Z1(PyNumericalCommandArgumentsSubItem):
7161
7161
  """
7162
- Specify the Z-coordinate of the second position of the cylinder.
7162
+ Specify the Z-coordinate of the first position of the cylinder.
7163
7163
  """
7164
7164
 
7165
7165
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -7167,9 +7167,9 @@ class Root(PyMenu):
7167
7167
  Argument Node1.
7168
7168
  """
7169
7169
 
7170
- class _Z1(PyNumericalCommandArgumentsSubItem):
7170
+ class _Z2(PyNumericalCommandArgumentsSubItem):
7171
7171
  """
7172
- Specify the Z-coordinate of the first position of the cylinder.
7172
+ Specify the Z-coordinate of the second position of the cylinder.
7173
7173
  """
7174
7174
 
7175
7175
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -7187,11 +7187,6 @@ class Root(PyMenu):
7187
7187
  Argument Node3.
7188
7188
  """
7189
7189
 
7190
- class _Node2(PyTextualCommandArgumentsSubItem):
7191
- """
7192
- Argument Node2.
7193
- """
7194
-
7195
7190
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
7196
7191
  """
7197
7192
  Specify the Y-coordinate for the offset of the initial position of the cylinder.
@@ -7202,6 +7197,11 @@ class Root(PyMenu):
7202
7197
  Specify the X-coordinate of the second position of the cylinder.
7203
7198
  """
7204
7199
 
7200
+ class _Node2(PyTextualCommandArgumentsSubItem):
7201
+ """
7202
+ Argument Node2.
7203
+ """
7204
+
7205
7205
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
7206
7206
  """
7207
7207
  Argument HeightFrontInc.
@@ -7537,10 +7537,10 @@ class Root(PyMenu):
7537
7537
  def __init__(self, parent, attr, service, rules, path):
7538
7538
  super().__init__(parent, attr, service, rules, path)
7539
7539
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
7540
- self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
7540
+ self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
7541
7541
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
7542
7542
  self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
7543
- self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
7543
+ self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
7544
7544
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
7545
7545
  self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
7546
7546
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
@@ -7553,9 +7553,9 @@ class Root(PyMenu):
7553
7553
  Specify the number of layers, or divisions, along the thickness of the porous region.
7554
7554
  """
7555
7555
 
7556
- class _Thickness(PyNumericalCommandArgumentsSubItem):
7556
+ class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
7557
7557
  """
7558
- Specify the thickness (or the total height) of the porous region.
7558
+ Select a single label that will correspond to the porous region. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
7559
7559
  """
7560
7560
 
7561
7561
  class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
@@ -7568,9 +7568,9 @@ class Root(PyMenu):
7568
7568
  Choose how you want to make your selection (by object, zone, or label).
7569
7569
  """
7570
7570
 
7571
- class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
7571
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
7572
7572
  """
7573
- Select a single label that will correspond to the porous region. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
7573
+ Specify the thickness (or the total height) of the porous region.
7574
7574
  """
7575
7575
 
7576
7576
  class _FeatureAngle(PyNumericalCommandArgumentsSubItem):
@@ -7911,10 +7911,10 @@ class Root(PyMenu):
7911
7911
  def __init__(self, parent, attr, service, rules, path):
7912
7912
  super().__init__(parent, attr, service, rules, path)
7913
7913
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
7914
- self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
7915
- self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
7916
7914
  self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
7915
+ self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
7917
7916
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
7917
+ self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
7918
7918
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
7919
7919
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
7920
7920
  self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
@@ -7926,9 +7926,9 @@ class Root(PyMenu):
7926
7926
  Specify whether or not you will have any porous regions in your geometry. If so, then a Create Porous Regions task will be added to the workflow. A simple primitive rectangle will be placed over complex and detailed geometry of a porous region (for example, fins and tubes of a heat exchanger). With buffer layer:
7927
7927
  """
7928
7928
 
7929
- class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7929
+ class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7930
7930
  """
7931
- Specify whether or not you will need to account for any portions of your geometry with zero-thickness, and apply thickness to them for a more refined surface mesh. If so, then an Add Thickness task will be added to the workflow.
7931
+ Argument CloseLeakages.
7932
7932
  """
7933
7933
 
7934
7934
  class _CloseLeakges(PyTextualCommandArgumentsSubItem):
@@ -7936,14 +7936,14 @@ class Root(PyMenu):
7936
7936
  Specify whether or not your geometry contains any problems (such as gaps or overlapping/intersecting surfaces) that may create leakages that need to be closed. If so, then a Define Leakage Threshold task is added to the workflow.
7937
7937
  """
7938
7938
 
7939
- class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7939
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
7940
7940
  """
7941
- Argument CloseLeakages.
7941
+ Display advanced options that you may want to apply to the workflow.
7942
7942
  """
7943
7943
 
7944
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
7944
+ class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7945
7945
  """
7946
- Display advanced options that you may want to apply to the workflow.
7946
+ 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.
7947
7947
  """
7948
7948
 
7949
7949
  class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
@@ -8287,16 +8287,16 @@ class Root(PyMenu):
8287
8287
 
8288
8288
  def __init__(self, parent, attr, service, rules, path):
8289
8289
  super().__init__(parent, attr, service, rules, path)
8290
- self.BiasMethod = self._BiasMethod(self, "BiasMethod", service, rules, path)
8291
- self.MidSpanLength = self._MidSpanLength(self, "MidSpanLength", service, rules, path)
8292
8290
  self.MaxLayerHeight = self._MaxLayerHeight(self, "MaxLayerHeight", service, rules, path)
8291
+ self.MidSpanLength = self._MidSpanLength(self, "MidSpanLength", service, rules, path)
8292
+ self.BiasMethod = self._BiasMethod(self, "BiasMethod", service, rules, path)
8293
8293
  self.MergeCellZones = self._MergeCellZones(self, "MergeCellZones", service, rules, path)
8294
8294
  self.BiasMethodControl = self._BiasMethodControl(self, "BiasMethodControl", service, rules, path)
8295
8295
  self.ShowVMExtrudePreferences = self._ShowVMExtrudePreferences(self, "ShowVMExtrudePreferences", service, rules, path)
8296
8296
 
8297
- class _BiasMethod(PyTextualCommandArgumentsSubItem):
8297
+ class _MaxLayerHeight(PyNumericalCommandArgumentsSubItem):
8298
8298
  """
8299
- Select from a choice of patterns that you want to apply to your volume mesh extrusion.
8299
+ Argument MaxLayerHeight.
8300
8300
  """
8301
8301
 
8302
8302
  class _MidSpanLength(PyNumericalCommandArgumentsSubItem):
@@ -8304,9 +8304,9 @@ class Root(PyMenu):
8304
8304
  Argument MidSpanLength.
8305
8305
  """
8306
8306
 
8307
- class _MaxLayerHeight(PyNumericalCommandArgumentsSubItem):
8307
+ class _BiasMethod(PyTextualCommandArgumentsSubItem):
8308
8308
  """
8309
- Argument MaxLayerHeight.
8309
+ Select from a choice of patterns that you want to apply to your volume mesh extrusion.
8310
8310
  """
8311
8311
 
8312
8312
  class _MergeCellZones(PyParameterCommandArgumentsSubItem):
@@ -8391,8 +8391,8 @@ class Root(PyMenu):
8391
8391
  self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
8392
8392
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
8393
8393
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
8394
- self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
8395
8394
  self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
8395
+ self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
8396
8396
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
8397
8397
  self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
8398
8398
  self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
@@ -8414,14 +8414,14 @@ class Root(PyMenu):
8414
8414
  Argument MinAspectRatio.
8415
8415
  """
8416
8416
 
8417
- class _LocalRemesh(PyTextualCommandArgumentsSubItem):
8417
+ class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
8418
8418
  """
8419
- Argument LocalRemesh.
8419
+ Argument RemeshGrowthRate.
8420
8420
  """
8421
8421
 
8422
- class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
8422
+ class _LocalRemesh(PyTextualCommandArgumentsSubItem):
8423
8423
  """
8424
- Argument RemeshGrowthRate.
8424
+ Argument LocalRemesh.
8425
8425
  """
8426
8426
 
8427
8427
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -8456,18 +8456,18 @@ class Root(PyMenu):
8456
8456
 
8457
8457
  def __init__(self, parent, attr, service, rules, path):
8458
8458
  super().__init__(parent, attr, service, rules, path)
8459
- self.MergeFaceZonesBasedOnLabels = self._MergeFaceZonesBasedOnLabels(self, "MergeFaceZonesBasedOnLabels", service, rules, path)
8460
8459
  self.MergeEdgeZonesBasedOnLabels = self._MergeEdgeZonesBasedOnLabels(self, "MergeEdgeZonesBasedOnLabels", service, rules, path)
8460
+ self.MergeFaceZonesBasedOnLabels = self._MergeFaceZonesBasedOnLabels(self, "MergeFaceZonesBasedOnLabels", service, rules, path)
8461
8461
  self.ShowAdvancedOptions = self._ShowAdvancedOptions(self, "ShowAdvancedOptions", service, rules, path)
8462
8462
 
8463
- class _MergeFaceZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
8463
+ class _MergeEdgeZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
8464
8464
  """
8465
- Argument MergeFaceZonesBasedOnLabels.
8465
+ Argument MergeEdgeZonesBasedOnLabels.
8466
8466
  """
8467
8467
 
8468
- class _MergeEdgeZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
8468
+ class _MergeFaceZonesBasedOnLabels(PyTextualCommandArgumentsSubItem):
8469
8469
  """
8470
- Argument MergeEdgeZonesBasedOnLabels.
8470
+ Argument MergeFaceZonesBasedOnLabels.
8471
8471
  """
8472
8472
 
8473
8473
  class _ShowAdvancedOptions(PyParameterCommandArgumentsSubItem):
@@ -8780,8 +8780,8 @@ class Root(PyMenu):
8780
8780
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
8781
8781
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
8782
8782
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
8783
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
8784
8783
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
8784
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
8785
8785
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
8786
8786
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
8787
8787
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -8811,14 +8811,14 @@ class Root(PyMenu):
8811
8811
  Argument ScopeProximityTo.
8812
8812
  """
8813
8813
 
8814
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
8814
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
8815
8815
  """
8816
- Argument PreviewSizefield.
8816
+ Argument CurvatureNormalAngle.
8817
8817
  """
8818
8818
 
8819
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
8819
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
8820
8820
  """
8821
- Argument CurvatureNormalAngle.
8821
+ Argument PreviewSizefield.
8822
8822
  """
8823
8823
 
8824
8824
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -9307,21 +9307,22 @@ class Root(PyMenu):
9307
9307
  def __init__(self, parent, attr, service, rules, path):
9308
9308
  super().__init__(parent, attr, service, rules, path)
9309
9309
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
9310
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9310
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9311
9311
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
9312
9312
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
9313
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9313
9314
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9314
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9315
9315
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
9316
9316
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
9317
9317
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
9318
9318
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
9319
- self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9320
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9319
+ self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
9321
9320
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
9322
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9323
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9321
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9322
+ self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9324
9323
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
9324
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9325
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9325
9326
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
9326
9327
 
9327
9328
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -9329,9 +9330,9 @@ class Root(PyMenu):
9329
9330
  Specify the limiting skewness value for cell collapse to improve the mesh. If any remaining triangles are above this limit, these triangles will be aggressively removed using a fixed maximum angle of 120 degrees.
9330
9331
  """
9331
9332
 
9332
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9333
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
9333
9334
  """
9334
- Specify the value limiting when folded faces are smoothed or resolved. Folded faces are resolved while under this limit. Set this value to 0 if the number of free nodes (due to a zero-thickness wall such as a baffle for instance) falls below 10.
9335
+ Argument AutoMerge.
9335
9336
  """
9336
9337
 
9337
9338
  class _SMSeparation(PyTextualCommandArgumentsSubItem):
@@ -9344,14 +9345,14 @@ class Root(PyMenu):
9344
9345
  Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
9345
9346
  """
9346
9347
 
9347
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9348
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9348
9349
  """
9349
- Choose whether or not to apply quality measures during surface mesh generation. You should disable this option when using Multizone meshing of very thin structures, relative to the minimum size.
9350
+ Specify the value limiting when folded faces are smoothed or resolved. Folded faces are resolved while under this limit. Set this value to 0 if the number of free nodes (due to a zero-thickness wall such as a baffle for instance) falls below 10.
9350
9351
  """
9351
9352
 
9352
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
9353
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9353
9354
  """
9354
- Argument AutoMerge.
9355
+ Choose whether or not to apply quality measures during surface mesh generation. You should disable this option when using Multizone meshing of very thin structures, relative to the minimum size.
9355
9356
  """
9356
9357
 
9357
9358
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -9374,9 +9375,14 @@ class Root(PyMenu):
9374
9375
  Specify the width of the step that you wish to remove.
9375
9376
  """
9376
9377
 
9377
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
9378
+ class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
9378
9379
  """
9379
- Specify the maximum size of the elements for the surface mesh.
9380
+ Argument ParallelRegionCompute.
9381
+ """
9382
+
9383
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
9384
+ """
9385
+ Specify the maximum angle between the normals of adjacent faces. This quality measure is useful in locating sharp corners in complicated geometries. The angle value ranges from 0 to 180 degrees. Four consecutive attempts are made to improve the quality, each using a larger adjacent angle, until this maximum value.
9380
9386
  """
9381
9387
 
9382
9388
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -9384,14 +9390,14 @@ class Root(PyMenu):
9384
9390
  Choose whether or not to automatically assign boundary types to zones.
9385
9391
  """
9386
9392
 
9387
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
9393
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
9388
9394
  """
9389
- Specify the maximum angle between the normals of adjacent faces. This quality measure is useful in locating sharp corners in complicated geometries. The angle value ranges from 0 to 180 degrees. Four consecutive attempts are made to improve the quality, each using a larger adjacent angle, until this maximum value.
9395
+ Specify the maximum size of the elements for the surface mesh.
9390
9396
  """
9391
9397
 
9392
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9398
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9393
9399
  """
9394
- Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9400
+ Specify a limiting value for skewness to improve the quality of the surface mesh. Quality improvement is attempted on those triangles where the skewness is above this limit.
9395
9401
  """
9396
9402
 
9397
9403
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -9399,9 +9405,9 @@ class Root(PyMenu):
9399
9405
  Choose whether or not to automatically remesh in order to remove excessive clustering of nodes. By default (auto), this is done if local sizing has been assigned or Share Topology is invoked, but skipped if not. Performance may be improved if this is disabled. In addition, you can choose to use the much faster refaceting technique as an alternative to automatic remeshing. When importing the mesh, remeshing is only performed if this option is set to yes and then all faces are remeshed; and the refaceting option is not available because the initial mesh cannot be refaceted.
9400
9406
  """
9401
9407
 
9402
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9408
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9403
9409
  """
9404
- Specify a limiting value for skewness to improve the quality of the surface mesh. Quality improvement is attempted on those triangles where the skewness is above this limit.
9410
+ Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9405
9411
  """
9406
9412
 
9407
9413
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -9493,11 +9499,11 @@ class Root(PyMenu):
9493
9499
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
9494
9500
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
9495
9501
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
9496
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9497
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
9502
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9498
9503
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9504
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
9499
9505
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9500
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9506
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9501
9507
 
9502
9508
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
9503
9509
  """
@@ -9529,19 +9535,19 @@ class Root(PyMenu):
9529
9535
  Argument OneZonePer.
9530
9536
  """
9531
9537
 
9532
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
9538
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9533
9539
  """
9534
- Argument ImportCurvatureDataFromCAD.
9540
+ Argument UsePartOrBodyAsSuffix.
9535
9541
  """
9536
9542
 
9537
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9543
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9538
9544
  """
9539
- Argument ExtractFeatures.
9545
+ Argument ImportNamedSelections.
9540
9546
  """
9541
9547
 
9542
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9548
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9543
9549
  """
9544
- Argument ImportNamedSelections.
9550
+ Argument ExtractFeatures.
9545
9551
  """
9546
9552
 
9547
9553
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -9549,9 +9555,9 @@ class Root(PyMenu):
9549
9555
  Argument ImportPartNames.
9550
9556
  """
9551
9557
 
9552
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9558
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
9553
9559
  """
9554
- Argument UsePartOrBodyAsSuffix.
9560
+ Argument ImportCurvatureDataFromCAD.
9555
9561
  """
9556
9562
 
9557
9563
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -9566,14 +9572,14 @@ class Root(PyMenu):
9566
9572
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
9567
9573
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
9568
9574
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
9569
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9575
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9570
9576
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
9571
9577
  self.Operation = self._Operation(self, "Operation", service, rules, path)
9572
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9578
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9573
9579
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
9574
- self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9575
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9576
9580
  self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
9581
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9582
+ self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9577
9583
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
9578
9584
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
9579
9585
 
@@ -9602,9 +9608,9 @@ class Root(PyMenu):
9602
9608
  Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
9603
9609
  """
9604
9610
 
9605
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9611
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9606
9612
  """
9607
- Argument FluidLabelWildcard.
9613
+ Specify the threshold angle for joining face pairs.
9608
9614
  """
9609
9615
 
9610
9616
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -9617,9 +9623,9 @@ class Root(PyMenu):
9617
9623
  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.
9618
9624
  """
9619
9625
 
9620
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9626
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9621
9627
  """
9622
- Specify the threshold angle for joining face pairs.
9628
+ Argument FluidLabelWildcard.
9623
9629
  """
9624
9630
 
9625
9631
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -9627,9 +9633,9 @@ class Root(PyMenu):
9627
9633
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
9628
9634
  """
9629
9635
 
9630
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9636
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9631
9637
  """
9632
- Display advanced options that you may want to apply to the task.
9638
+ Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
9633
9639
  """
9634
9640
 
9635
9641
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -9637,9 +9643,9 @@ class Root(PyMenu):
9637
9643
  Argument PerLabelList.
9638
9644
  """
9639
9645
 
9640
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9646
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9641
9647
  """
9642
- Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
9648
+ Display advanced options that you may want to apply to the task.
9643
9649
  """
9644
9650
 
9645
9651
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10115,13 +10121,13 @@ class Root(PyMenu):
10115
10121
  def __init__(self, parent, attr, service, rules, path):
10116
10122
  super().__init__(parent, attr, service, rules, path)
10117
10123
  self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
10118
- self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
10119
- self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
10120
10124
  self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
10121
- self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
10125
+ self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
10122
10126
  self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10127
+ self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
10123
10128
  self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
10124
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10129
+ self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
10130
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10125
10131
  self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
10126
10132
  self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
10127
10133
  self.MaxCellSizeChange = self._MaxCellSizeChange(self, "MaxCellSizeChange", service, rules, path)
@@ -10129,10 +10135,10 @@ class Root(PyMenu):
10129
10135
  self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10130
10136
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
10131
10137
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
10132
- self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10133
10138
  self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
10139
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10134
10140
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
10135
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10141
+ self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10136
10142
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
10137
10143
 
10138
10144
  class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
@@ -10140,9 +10146,9 @@ class Root(PyMenu):
10140
10146
  Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10141
10147
  """
10142
10148
 
10143
- class _QualityMethod(PyTextualCommandArgumentsSubItem):
10149
+ class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
10144
10150
  """
10145
- 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... .
10151
+ Specify the angle to preserve features when using a polyhedral-based mesh.
10146
10152
  """
10147
10153
 
10148
10154
  class _MinPolySize(PyNumericalCommandArgumentsSubItem):
@@ -10150,9 +10156,9 @@ class Root(PyMenu):
10150
10156
  Argument MinPolySize.
10151
10157
  """
10152
10158
 
10153
- class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
10159
+ class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10154
10160
  """
10155
- Specify the angle to preserve features when using a polyhedral-based mesh.
10161
+ 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.
10156
10162
  """
10157
10163
 
10158
10164
  class _SizeFieldPeriodicity(PyTextualCommandArgumentsSubItem):
@@ -10160,19 +10166,19 @@ class Root(PyMenu):
10160
10166
  Argument SizeFieldPeriodicity.
10161
10167
  """
10162
10168
 
10163
- class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10169
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
10164
10170
  """
10165
- This option is available when both the Use Size Field? and Fill Polyhedra in Solids? options are enabled for the poly-hexcore fill method. By default this option is set to no, which specifies growth-rate-based sizing for polyhedra regions during poly-hexcore generation. Selecting yes for this option specifies the sizing for polyhedra regions to be size-field based and is recommended when BOI(s) or body sizing have been defined that include the polyhedra region.
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.
10166
10172
  """
10167
10173
 
10168
- class _UseSizeField(PyTextualCommandArgumentsSubItem):
10174
+ class _QualityMethod(PyTextualCommandArgumentsSubItem):
10169
10175
  """
10170
- 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.
10176
+ 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... .
10171
10177
  """
10172
10178
 
10173
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
10179
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10174
10180
  """
10175
- Display advanced options that you may want to apply to the task.
10181
+ 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.
10176
10182
  """
10177
10183
 
10178
10184
  class _TetInSolids(PyTextualCommandArgumentsSubItem):
@@ -10210,14 +10216,14 @@ class Root(PyMenu):
10210
10216
  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.
10211
10217
  """
10212
10218
 
10213
- class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10219
+ class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
10214
10220
  """
10215
- 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.
10221
+ Argument MinEdgeLength.
10216
10222
  """
10217
10223
 
10218
- class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
10224
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
10219
10225
  """
10220
- Argument MinEdgeLength.
10226
+ Display advanced options that you may want to apply to the task.
10221
10227
  """
10222
10228
 
10223
10229
  class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -10225,9 +10231,9 @@ class Root(PyMenu):
10225
10231
  Specify the rate of growth for a tetrahedron or polyhedron mesh.
10226
10232
  """
10227
10233
 
10228
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10234
+ class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10229
10235
  """
10230
- 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
+ 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.
10231
10237
  """
10232
10238
 
10233
10239
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -10494,8 +10500,8 @@ class Root(PyMenu):
10494
10500
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
10495
10501
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10496
10502
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
10497
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
10498
10503
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
10504
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
10499
10505
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
10500
10506
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
10501
10507
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -10525,14 +10531,14 @@ class Root(PyMenu):
10525
10531
  Argument ScopeProximityTo.
10526
10532
  """
10527
10533
 
10528
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10534
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10529
10535
  """
10530
- Argument PreviewSizefield.
10536
+ Argument CurvatureNormalAngle.
10531
10537
  """
10532
10538
 
10533
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
10539
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
10534
10540
  """
10535
- Argument CurvatureNormalAngle.
10541
+ Argument PreviewSizefield.
10536
10542
  """
10537
10543
 
10538
10544
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -10749,10 +10755,10 @@ class Root(PyMenu):
10749
10755
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
10750
10756
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
10751
10757
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
10752
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10758
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10753
10759
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
10754
10760
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
10755
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10761
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10756
10762
 
10757
10763
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
10758
10764
  """
@@ -10779,9 +10785,9 @@ class Root(PyMenu):
10779
10785
  Argument AllowDefeaturing.
10780
10786
  """
10781
10787
 
10782
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10788
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10783
10789
  """
10784
- Argument SIRemoveStep.
10790
+ Argument ShowSMImprovePreferences.
10785
10791
  """
10786
10792
 
10787
10793
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10794,9 +10800,9 @@ class Root(PyMenu):
10794
10800
  Argument SIStepWidth.
10795
10801
  """
10796
10802
 
10797
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10803
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10798
10804
  """
10799
- Argument ShowSMImprovePreferences.
10805
+ Argument SIRemoveStep.
10800
10806
  """
10801
10807
 
10802
10808
  def create_instance(self) -> _GeometrySetupCommandArguments:
@@ -11628,10 +11634,10 @@ class Root(PyMenu):
11628
11634
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11629
11635
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11630
11636
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11631
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11637
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11632
11638
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11633
11639
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11634
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11640
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11635
11641
 
11636
11642
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11637
11643
  """
@@ -11668,9 +11674,9 @@ class Root(PyMenu):
11668
11674
  Argument ImportCurvatureDataFromCAD.
11669
11675
  """
11670
11676
 
11671
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11677
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11672
11678
  """
11673
- Argument ImportNamedSelections.
11679
+ Argument ExtractFeatures.
11674
11680
  """
11675
11681
 
11676
11682
  class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
@@ -11683,9 +11689,9 @@ class Root(PyMenu):
11683
11689
  Argument ImportPartNames.
11684
11690
  """
11685
11691
 
11686
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11692
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11687
11693
  """
11688
- Argument ExtractFeatures.
11694
+ Argument ImportNamedSelections.
11689
11695
  """
11690
11696
 
11691
11697
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -11775,21 +11781,21 @@ class Root(PyMenu):
11775
11781
 
11776
11782
  def __init__(self, parent, attr, service, rules, path):
11777
11783
  super().__init__(parent, attr, service, rules, path)
11778
- self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11784
+ self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
11779
11785
  self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
11780
11786
  self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
11781
- self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
11787
+ self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11782
11788
  self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
11783
11789
  self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
11784
- self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
11785
11790
  self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
11786
- self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11791
+ self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
11792
+ self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11787
11793
  self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
11788
- self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
11794
+ self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
11789
11795
 
11790
- class _MergeNodes(PyTextualCommandArgumentsSubItem):
11796
+ class _EdgeLabel(PyTextualCommandArgumentsSubItem):
11791
11797
  """
11792
- Argument MergeNodes.
11798
+ Specify whether or not the imported CAD geometry already includes specific edges with assigned names (named selections). These named edges can be available later in the workflow when you are adding local size controls.
11793
11799
  """
11794
11800
 
11795
11801
  class _FacetedBodies(PyTextualCommandArgumentsSubItem):
@@ -11802,9 +11808,9 @@ class Root(PyMenu):
11802
11808
  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.
11803
11809
  """
11804
11810
 
11805
- class _CITolerence(PyNumericalCommandArgumentsSubItem):
11811
+ class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11806
11812
  """
11807
- Specify the level of facet refinement during import. A value approximately 1/10 of the intended minimum size is recommended. Using a value of 0 results in the coarsest possible faceting.
11813
+ Argument ExtractAngle.
11808
11814
  """
11809
11815
 
11810
11816
  class _CIRefaceting(PyParameterCommandArgumentsSubItem):
@@ -11817,19 +11823,19 @@ class Root(PyMenu):
11817
11823
  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.
11818
11824
  """
11819
11825
 
11820
- class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
11826
+ class _ShowImportCadPreferences(PyParameterCommandArgumentsSubItem):
11821
11827
  """
11822
- 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.
11828
+ Display advanced options that you may want to apply to the task.
11823
11829
  """
11824
11830
 
11825
- class _ShowImportCadPreferences(PyParameterCommandArgumentsSubItem):
11831
+ class _MaxFacetLength(PyNumericalCommandArgumentsSubItem):
11826
11832
  """
11827
- Display advanced options that you may want to apply to the task.
11833
+ 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.
11828
11834
  """
11829
11835
 
11830
- class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11836
+ class _MergeNodes(PyTextualCommandArgumentsSubItem):
11831
11837
  """
11832
- Argument ExtractAngle.
11838
+ Argument MergeNodes.
11833
11839
  """
11834
11840
 
11835
11841
  class _CISeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -11837,9 +11843,9 @@ class Root(PyMenu):
11837
11843
  Specify the angle at which features will be extracted from the CAD model on import. Assigning a smaller separation angle will produce more zones.
11838
11844
  """
11839
11845
 
11840
- class _EdgeLabel(PyTextualCommandArgumentsSubItem):
11846
+ class _CITolerence(PyNumericalCommandArgumentsSubItem):
11841
11847
  """
11842
- Specify whether or not the imported CAD geometry already includes specific edges with assigned names (named selections). These named edges can be available later in the workflow when you are adding local size controls.
11848
+ Specify the level of facet refinement during import. A value approximately 1/10 of the intended minimum size is recommended. Using a value of 0 results in the coarsest possible faceting.
11843
11849
  """
11844
11850
 
11845
11851
  class _FileName(PyTextualCommandArgumentsSubItem):
@@ -11890,11 +11896,11 @@ class Root(PyMenu):
11890
11896
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
11891
11897
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11892
11898
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11893
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11894
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11895
11899
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11896
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11897
11900
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11901
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11902
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11903
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11898
11904
 
11899
11905
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11900
11906
  """
@@ -11926,19 +11932,19 @@ class Root(PyMenu):
11926
11932
  Argument OneZonePer.
11927
11933
  """
11928
11934
 
11929
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11935
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11930
11936
  """
11931
- Argument UsePartOrBodyAsSuffix.
11937
+ Argument ImportCurvatureDataFromCAD.
11932
11938
  """
11933
11939
 
11934
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11940
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11935
11941
  """
11936
- Argument ImportNamedSelections.
11942
+ Argument ExtractFeatures.
11937
11943
  """
11938
11944
 
11939
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11945
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11940
11946
  """
11941
- Argument ImportCurvatureDataFromCAD.
11947
+ Argument ImportNamedSelections.
11942
11948
  """
11943
11949
 
11944
11950
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -11946,9 +11952,9 @@ class Root(PyMenu):
11946
11952
  Argument ImportPartNames.
11947
11953
  """
11948
11954
 
11949
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11955
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11950
11956
  """
11951
- Argument ExtractFeatures.
11957
+ Argument UsePartOrBodyAsSuffix.
11952
11958
  """
11953
11959
 
11954
11960
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -12013,10 +12019,10 @@ class Root(PyMenu):
12013
12019
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
12014
12020
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
12015
12021
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
12016
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12022
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12017
12023
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
12018
12024
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
12019
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12025
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12020
12026
 
12021
12027
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
12022
12028
  """
@@ -12043,9 +12049,9 @@ class Root(PyMenu):
12043
12049
  Argument AllowDefeaturing.
12044
12050
  """
12045
12051
 
12046
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12052
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12047
12053
  """
12048
- Display advanced options that you may want to apply to the task.
12054
+ 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.
12049
12055
  """
12050
12056
 
12051
12057
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -12058,9 +12064,9 @@ class Root(PyMenu):
12058
12064
  Specify the width of the step that you wish to remove.
12059
12065
  """
12060
12066
 
12061
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12067
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12062
12068
  """
12063
- 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.
12069
+ Display advanced options that you may want to apply to the task.
12064
12070
  """
12065
12071
 
12066
12072
  def create_instance(self) -> _ImproveSurfaceMeshCommandArguments:
@@ -12542,8 +12548,8 @@ class Root(PyMenu):
12542
12548
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
12543
12549
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
12544
12550
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
12545
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12546
12551
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
12552
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12547
12553
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
12548
12554
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
12549
12555
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -12599,14 +12605,14 @@ class Root(PyMenu):
12599
12605
  Choose the type of sizing control (curvature, proximity, soft, or boi).
12600
12606
  """
12601
12607
 
12602
- class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
12608
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12603
12609
  """
12604
- Specify the increase in element edge length with each succeeding layer of elements.
12610
+ Enable this field to display the initial size control in the graphics window.
12605
12611
  """
12606
12612
 
12607
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12613
+ class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
12608
12614
  """
12609
- Enable this field to display the initial size control in the graphics window.
12615
+ Specify the increase in element edge length with each succeeding layer of elements.
12610
12616
  """
12611
12617
 
12612
12618
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
@@ -13000,8 +13006,8 @@ class Root(PyMenu):
13000
13006
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
13001
13007
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
13002
13008
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
13003
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
13004
13009
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
13010
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
13005
13011
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
13006
13012
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
13007
13013
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -13031,14 +13037,14 @@ class Root(PyMenu):
13031
13037
  Argument ScopeProximityTo.
13032
13038
  """
13033
13039
 
13034
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
13040
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
13035
13041
  """
13036
- Argument PreviewSizefield.
13042
+ Argument CurvatureNormalAngle.
13037
13043
  """
13038
13044
 
13039
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
13045
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
13040
13046
  """
13041
- Argument CurvatureNormalAngle.
13047
+ Argument PreviewSizefield.
13042
13048
  """
13043
13049
 
13044
13050
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -13321,9 +13327,9 @@ class Root(PyMenu):
13321
13327
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
13322
13328
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
13323
13329
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13324
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13325
- self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
13326
13330
  self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
13331
+ self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
13332
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13327
13333
 
13328
13334
  class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
13329
13335
  """
@@ -13340,9 +13346,9 @@ class Root(PyMenu):
13340
13346
  Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13341
13347
  """
13342
13348
 
13343
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13349
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13344
13350
  """
13345
- Specify a rotational angle (in degrees) of transformation.
13351
+ Specifies the maximum size of the facets relative to the bounding box of the geometry.
13346
13352
  """
13347
13353
 
13348
13354
  class _Refacet(PyParameterCommandArgumentsSubItem):
@@ -13350,9 +13356,9 @@ class Root(PyMenu):
13350
13356
  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...
13351
13357
  """
13352
13358
 
13353
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13359
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13354
13360
  """
13355
- Specifies the maximum size of the facets relative to the bounding box of the geometry.
13361
+ Specify a rotational angle (in degrees) of transformation.
13356
13362
  """
13357
13363
 
13358
13364
  class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
@@ -14031,9 +14037,9 @@ class Root(PyMenu):
14031
14037
  self.Operation = self._Operation(self, "Operation", service, rules, path)
14032
14038
  self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
14033
14039
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
14034
- self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
14035
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
14036
14040
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
14041
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
14042
+ self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
14037
14043
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
14038
14044
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
14039
14045
 
@@ -14087,9 +14093,9 @@ class Root(PyMenu):
14087
14093
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
14088
14094
  """
14089
14095
 
14090
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
14096
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
14091
14097
  """
14092
- Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
14098
+ Display advanced options that you may want to apply to the task.
14093
14099
  """
14094
14100
 
14095
14101
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -14097,9 +14103,9 @@ class Root(PyMenu):
14097
14103
  Argument PerLabelList.
14098
14104
  """
14099
14105
 
14100
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
14106
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
14101
14107
  """
14102
- Display advanced options that you may want to apply to the task.
14108
+ 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...
14103
14109
  """
14104
14110
 
14105
14111
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -14182,21 +14188,22 @@ class Root(PyMenu):
14182
14188
  def __init__(self, parent, attr, service, rules, path):
14183
14189
  super().__init__(parent, attr, service, rules, path)
14184
14190
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
14185
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
14186
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
14187
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
14188
14191
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14189
14192
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
14190
- self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14193
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
14191
14194
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
14195
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
14196
+ self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14197
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
14192
14198
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
14199
+ self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
14193
14200
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
14194
- self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
14195
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14196
14201
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
14197
- self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
14198
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14202
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14203
+ self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
14199
14204
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
14205
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14206
+ self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
14200
14207
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
14201
14208
 
14202
14209
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -14204,14 +14211,14 @@ class Root(PyMenu):
14204
14211
  Argument SMQualityCollapseLimit.
14205
14212
  """
14206
14213
 
14207
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
14214
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14208
14215
  """
14209
- Argument AutoMerge.
14216
+ Argument FoldFaceLimit.
14210
14217
  """
14211
14218
 
14212
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
14219
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
14213
14220
  """
14214
- Argument SMQualityImprove.
14221
+ Argument SMSeparation.
14215
14222
  """
14216
14223
 
14217
14224
  class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -14219,14 +14226,14 @@ class Root(PyMenu):
14219
14226
  Argument ShowSurfaceMeshPreferences.
14220
14227
  """
14221
14228
 
14222
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14229
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14223
14230
  """
14224
- Argument FoldFaceLimit.
14231
+ Argument SMSeparationAngle.
14225
14232
  """
14226
14233
 
14227
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
14234
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
14228
14235
  """
14229
- Argument SMSeparation.
14236
+ Argument AutoMerge.
14230
14237
  """
14231
14238
 
14232
14239
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -14234,9 +14241,9 @@ class Root(PyMenu):
14234
14241
  Argument TVMAutoControlCreation.
14235
14242
  """
14236
14243
 
14237
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14244
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
14238
14245
  """
14239
- Argument SMSeparationAngle.
14246
+ Argument SMQualityImprove.
14240
14247
  """
14241
14248
 
14242
14249
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -14244,14 +14251,19 @@ class Root(PyMenu):
14244
14251
  Argument SMRemoveStep.
14245
14252
  """
14246
14253
 
14254
+ class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
14255
+ """
14256
+ Argument ParallelRegionCompute.
14257
+ """
14258
+
14247
14259
  class _SMStepWidth(PyNumericalCommandArgumentsSubItem):
14248
14260
  """
14249
14261
  Argument SMStepWidth.
14250
14262
  """
14251
14263
 
14252
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14264
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14253
14265
  """
14254
- Argument SMQualityMaxAngle.
14266
+ Argument VolumeMeshMaxSize.
14255
14267
  """
14256
14268
 
14257
14269
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -14259,14 +14271,14 @@ class Root(PyMenu):
14259
14271
  Argument AutoAssignZoneTypes.
14260
14272
  """
14261
14273
 
14262
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14274
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14263
14275
  """
14264
- Argument VolumeMeshMaxSize.
14276
+ Argument SMQualityMaxAngle.
14265
14277
  """
14266
14278
 
14267
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14279
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14268
14280
  """
14269
- Argument SMQualityImproveLimit.
14281
+ Argument SelfIntersectCheck.
14270
14282
  """
14271
14283
 
14272
14284
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -14274,9 +14286,9 @@ class Root(PyMenu):
14274
14286
  Argument AutoSurfaceRemesh.
14275
14287
  """
14276
14288
 
14277
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14289
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14278
14290
  """
14279
- Argument SelfIntersectCheck.
14291
+ Argument SMQualityImproveLimit.
14280
14292
  """
14281
14293
 
14282
14294
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -14368,8 +14380,8 @@ class Root(PyMenu):
14368
14380
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
14369
14381
  self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
14370
14382
  self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
14371
- self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14372
14383
  self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14384
+ self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14373
14385
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
14374
14386
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
14375
14387
  self.NewLabelCurvature = self._NewLabelCurvature(self, "NewLabelCurvature", service, rules, path)
@@ -14390,14 +14402,14 @@ class Root(PyMenu):
14390
14402
  Argument NewLabelType.
14391
14403
  """
14392
14404
 
14393
- class _NewLabelCells(PyTextualCommandArgumentsSubItem):
14405
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14394
14406
  """
14395
- Argument NewLabelCells.
14407
+ Argument NewLabelResolution.
14396
14408
  """
14397
14409
 
14398
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14410
+ class _NewLabelCells(PyTextualCommandArgumentsSubItem):
14399
14411
  """
14400
- Argument NewLabelResolution.
14412
+ Argument NewLabelCells.
14401
14413
  """
14402
14414
 
14403
14415
  class _NewLabelMax(PyTextualCommandArgumentsSubItem):