ansys-fluent-core 0.33.0__py3-none-any.whl → 0.34.dev0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (24) 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 +40 -40
  4. ansys/fluent/core/generated/datamodel_231/meshing.py +211 -211
  5. ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
  6. ansys/fluent/core/generated/datamodel_232/meshing.py +180 -180
  7. ansys/fluent/core/generated/datamodel_241/flicing.py +50 -50
  8. ansys/fluent/core/generated/datamodel_241/meshing.py +269 -269
  9. ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
  10. ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
  11. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  12. ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
  13. ansys/fluent/core/generated/datamodel_251/meshing.py +355 -355
  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 +353 -353
  17. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  18. ansys/fluent/core/generated/datamodel_261/flicing.py +20 -20
  19. ansys/fluent/core/generated/datamodel_261/meshing.py +416 -416
  20. ansys/fluent/core/generated/datamodel_261/part_management.py +15 -15
  21. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/METADATA +1 -1
  22. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/RECORD +24 -24
  23. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/WHEEL +0 -0
  24. {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/licenses/LICENSE +0 -0
@@ -1307,9 +1307,9 @@ class Root(PyMenu):
1307
1307
  self.Operation = self._Operation(self, "Operation", service, rules, path)
1308
1308
  self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1309
1309
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
1310
- self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
1311
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
1312
1310
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
1311
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
1312
+ self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
1313
1313
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
1314
1314
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
1315
1315
 
@@ -1363,9 +1363,9 @@ class Root(PyMenu):
1363
1363
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
1364
1364
  """
1365
1365
 
1366
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
1366
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
1367
1367
  """
1368
- 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...
1368
+ Display advanced options that you may want to apply to the task.
1369
1369
  """
1370
1370
 
1371
1371
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -1373,9 +1373,9 @@ class Root(PyMenu):
1373
1373
  Argument PerLabelList.
1374
1374
  """
1375
1375
 
1376
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
1376
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
1377
1377
  """
1378
- Display advanced options that you may want to apply to the task.
1378
+ Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
1379
1379
  """
1380
1380
 
1381
1381
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -1526,8 +1526,8 @@ class Root(PyMenu):
1526
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
 
@@ -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):
@@ -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.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
2094
2093
  self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2094
+ self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
2095
2095
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
2096
- self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
2097
2096
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
2098
2097
  self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
2098
+ self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
2099
2099
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
2100
2100
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
2101
2101
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -2125,24 +2125,19 @@ 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 _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2129
- """
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
- """
2132
-
2133
2128
  class _SplitPrism(PyTextualCommandArgumentsSubItem):
2134
2129
  """
2135
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.
2136
2131
  """
2137
2132
 
2138
- class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
2133
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2139
2134
  """
2140
- Argument InvalidNormalMethod.
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...
2141
2136
  """
2142
2137
 
2143
- class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
2138
+ class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
2144
2139
  """
2145
- Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
2140
+ Argument InvalidNormalMethod.
2146
2141
  """
2147
2142
 
2148
2143
  class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
@@ -2155,6 +2150,11 @@ class Root(PyMenu):
2155
2150
  Display advanced options that you may want to apply to this task.
2156
2151
  """
2157
2152
 
2153
+ class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
2154
+ """
2155
+ Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
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.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
2402
2402
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
2403
2403
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -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 _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
2467
2467
  """
2468
2468
  Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve.
@@ -3249,8 +3249,8 @@ class Root(PyMenu):
3249
3249
 
3250
3250
  def __init__(self, parent, attr, service, rules, path):
3251
3251
  super().__init__(parent, attr, service, rules, path)
3252
- self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
3253
3252
  self.ExposeSide = self._ExposeSide(self, "ExposeSide", service, rules, path)
3253
+ self.ShowShellBLAdvancedOptions = self._ShowShellBLAdvancedOptions(self, "ShowShellBLAdvancedOptions", service, rules, path)
3254
3254
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
3255
3255
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
3256
3256
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
@@ -3258,14 +3258,14 @@ class Root(PyMenu):
3258
3258
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
3259
3259
  self.AdjacentAttachAngle = self._AdjacentAttachAngle(self, "AdjacentAttachAngle", service, rules, path)
3260
3260
 
3261
- class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
3261
+ class _ExposeSide(PyTextualCommandArgumentsSubItem):
3262
3262
  """
3263
- Argument ShowShellBLAdvancedOptions.
3263
+ Argument ExposeSide.
3264
3264
  """
3265
3265
 
3266
- class _ExposeSide(PyTextualCommandArgumentsSubItem):
3266
+ class _ShowShellBLAdvancedOptions(PyParameterCommandArgumentsSubItem):
3267
3267
  """
3268
- Argument ExposeSide.
3268
+ Argument ShowShellBLAdvancedOptions.
3269
3269
  """
3270
3270
 
3271
3271
  class _MaxAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -4162,23 +4162,23 @@ class Root(PyMenu):
4162
4162
 
4163
4163
  def __init__(self, parent, attr, service, rules, path):
4164
4164
  super().__init__(parent, attr, service, rules, path)
4165
- self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
4165
+ self.WrapTargetRatio = self._WrapTargetRatio(self, "WrapTargetRatio", service, rules, path)
4166
4166
  self.WrapTargetSizeFieldRatio = self._WrapTargetSizeFieldRatio(self, "WrapTargetSizeFieldRatio", service, rules, path)
4167
- self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4167
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4168
4168
  self.SolidFluidRaio = self._SolidFluidRaio(self, "SolidFluidRaio", service, rules, path)
4169
4169
  self.BoundaryLayers = self._BoundaryLayers(self, "BoundaryLayers", service, rules, path)
4170
4170
  self.EdgeProximityComputation = self._EdgeProximityComputation(self, "EdgeProximityComputation", service, rules, path)
4171
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
4171
+ self.WrapTargetBothOptions = self._WrapTargetBothOptions(self, "WrapTargetBothOptions", service, rules, path)
4172
4172
  self.ExistingSizeField = self._ExistingSizeField(self, "ExistingSizeField", service, rules, path)
4173
4173
  self.TargetSizeFieldFileName = self._TargetSizeFieldFileName(self, "TargetSizeFieldFileName", service, rules, path)
4174
4174
  self.SolidFluidRatio = self._SolidFluidRatio(self, "SolidFluidRatio", service, rules, path)
4175
4175
  self.WrapSizeFieldFileName = self._WrapSizeFieldFileName(self, "WrapSizeFieldFileName", service, rules, path)
4176
- self.WrapTargetRatio = self._WrapTargetRatio(self, "WrapTargetRatio", service, rules, path)
4176
+ self.TargeSizeFieldFileName = self._TargeSizeFieldFileName(self, "TargeSizeFieldFileName", service, rules, path)
4177
4177
  self.WrapTargetRaio = self._WrapTargetRaio(self, "WrapTargetRaio", service, rules, path)
4178
4178
 
4179
- class _TargeSizeFieldFileName(PyTextualCommandArgumentsSubItem):
4179
+ class _WrapTargetRatio(PyNumericalCommandArgumentsSubItem):
4180
4180
  """
4181
- Indicate the name and location of the target size field file (\\*.sf).
4181
+ Argument WrapTargetRatio.
4182
4182
  """
4183
4183
 
4184
4184
  class _WrapTargetSizeFieldRatio(PyNumericalCommandArgumentsSubItem):
@@ -4186,9 +4186,9 @@ class Root(PyMenu):
4186
4186
  The ratio of the initial wrap size field and the local target size field.
4187
4187
  """
4188
4188
 
4189
- class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4189
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4190
4190
  """
4191
- Determine how the size controls are calculated in the Add Local Sizing task: using Both Wrap and Target values, by Target Only (the default), or by Wrap Only. For complex models, computational expense can be lowered by choosing one of the other options. If either Wrap Only or Target Only is selected, then the other values are determined using the Wrap/Target Size Ratio value.
4191
+ Display advanced options that you may want to apply to the task.
4192
4192
  """
4193
4193
 
4194
4194
  class _SolidFluidRaio(PyNumericalCommandArgumentsSubItem):
@@ -4206,9 +4206,9 @@ class Root(PyMenu):
4206
4206
  For geometries having a very large number of small feature edges, select Yes to speed up the calculation and reduce memory requirements when using a proximity size function.
4207
4207
  """
4208
4208
 
4209
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
4209
+ class _WrapTargetBothOptions(PyTextualCommandArgumentsSubItem):
4210
4210
  """
4211
- Display advanced options that you may want to apply to the task.
4211
+ Determine how the size controls are calculated in the Add Local Sizing task: using Both Wrap and Target values, by Target Only (the default), or by Wrap Only. For complex models, computational expense can be lowered by choosing one of the other options. If either Wrap Only or Target Only is selected, then the other values are determined using the Wrap/Target Size Ratio value.
4212
4212
  """
4213
4213
 
4214
4214
  class _ExistingSizeField(PyTextualCommandArgumentsSubItem):
@@ -4231,9 +4231,9 @@ class Root(PyMenu):
4231
4231
  Indicate the name and location of the wrap size field file (\\*.sf).
4232
4232
  """
4233
4233
 
4234
- class _WrapTargetRatio(PyNumericalCommandArgumentsSubItem):
4234
+ class _TargeSizeFieldFileName(PyTextualCommandArgumentsSubItem):
4235
4235
  """
4236
- Argument WrapTargetRatio.
4236
+ Indicate the name and location of the target size field file (\\*.sf).
4237
4237
  """
4238
4238
 
4239
4239
  class _WrapTargetRaio(PyNumericalCommandArgumentsSubItem):
@@ -4598,14 +4598,14 @@ 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)
4601
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4602
4602
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4603
4603
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4604
4604
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4605
4605
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4606
4606
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4607
4607
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4608
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4608
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4609
4609
  self.X = self._X(self, "X", service, rules, path)
4610
4610
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4611
4611
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
@@ -4639,9 +4639,9 @@ class Root(PyMenu):
4639
4639
  Argument DefeaturingSize.
4640
4640
  """
4641
4641
 
4642
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4642
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4643
4643
  """
4644
- Argument BoundaryLayerLevels.
4644
+ Argument AspectRatio.
4645
4645
  """
4646
4646
 
4647
4647
  class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
@@ -4674,9 +4674,9 @@ class Root(PyMenu):
4674
4674
  Argument EdgeSelectionList.
4675
4675
  """
4676
4676
 
4677
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
4677
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4678
4678
  """
4679
- Argument AspectRatio.
4679
+ Argument BoundaryLayerLevels.
4680
4680
  """
4681
4681
 
4682
4682
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -4732,15 +4732,15 @@ class Root(PyMenu):
4732
4732
  self.X1 = self._X1(self, "X1", service, rules, path)
4733
4733
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
4734
4734
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
4735
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
4736
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
4737
4735
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
4736
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
4737
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
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.Node2 = self._Node2(self, "Node2", service, rules, path)
4742
4741
  self.X2 = self._X2(self, "X2", service, rules, path)
4743
4742
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4743
+ self.Node2 = self._Node2(self, "Node2", 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
 
@@ -4774,9 +4774,9 @@ class Root(PyMenu):
4774
4774
  Argument Z-Offset.
4775
4775
  """
4776
4776
 
4777
- class _Z1(PyNumericalCommandArgumentsSubItem):
4777
+ class _Z2(PyNumericalCommandArgumentsSubItem):
4778
4778
  """
4779
- Argument Z1.
4779
+ Argument Z2.
4780
4780
  """
4781
4781
 
4782
4782
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -4784,9 +4784,9 @@ class Root(PyMenu):
4784
4784
  Argument Node1.
4785
4785
  """
4786
4786
 
4787
- class _Z2(PyNumericalCommandArgumentsSubItem):
4787
+ class _Z1(PyNumericalCommandArgumentsSubItem):
4788
4788
  """
4789
- Argument Z2.
4789
+ Argument Z1.
4790
4790
  """
4791
4791
 
4792
4792
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -4804,11 +4804,6 @@ class Root(PyMenu):
4804
4804
  Argument Node3.
4805
4805
  """
4806
4806
 
4807
- class _Node2(PyTextualCommandArgumentsSubItem):
4808
- """
4809
- Argument Node2.
4810
- """
4811
-
4812
4807
  class _X2(PyNumericalCommandArgumentsSubItem):
4813
4808
  """
4814
4809
  Argument X2.
@@ -4819,6 +4814,11 @@ class Root(PyMenu):
4819
4814
  Argument Y-Offset.
4820
4815
  """
4821
4816
 
4817
+ class _Node2(PyTextualCommandArgumentsSubItem):
4818
+ """
4819
+ Argument Node2.
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.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
4877
4876
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
4877
+ self.BoxYLength = self._BoxYLength(self, "BoxYLength", 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 _BoxYLength(PyNumericalCommandArgumentsSubItem):
4895
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
4896
4896
  """
4897
- Argument BoxYLength.
4897
+ Argument CylinderX2.
4898
4898
  """
4899
4899
 
4900
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
4900
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
4901
4901
  """
4902
- Argument CylinderX2.
4902
+ Argument BoxYLength.
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):
@@ -5186,17 +5186,17 @@ class Root(PyMenu):
5186
5186
  self.Y = self._Y(self, "Y", service, rules, path)
5187
5187
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5188
5188
  self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5189
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5190
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5191
5189
  self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5190
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5191
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", 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
5195
  self.Rate = self._Rate(self, "Rate", service, rules, path)
5196
5196
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5197
5197
  self.X = self._X(self, "X", service, rules, path)
5198
- self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5199
5198
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
5199
+ self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
5200
5200
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
5201
5201
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
5202
5202
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -5231,9 +5231,9 @@ class Root(PyMenu):
5231
5231
  Argument BoundaryLayerLevels.
5232
5232
  """
5233
5233
 
5234
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5234
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5235
5235
  """
5236
- Argument WakeGrowthFactor.
5236
+ Argument NumberOfLayers.
5237
5237
  """
5238
5238
 
5239
5239
  class _AspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -5241,9 +5241,9 @@ class Root(PyMenu):
5241
5241
  Argument AspectRatio.
5242
5242
  """
5243
5243
 
5244
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5244
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5245
5245
  """
5246
- Argument NumberOfLayers.
5246
+ Argument WakeGrowthFactor.
5247
5247
  """
5248
5248
 
5249
5249
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5276,14 +5276,14 @@ class Root(PyMenu):
5276
5276
  Specify the x-coordinate of the offset collar mesh.
5277
5277
  """
5278
5278
 
5279
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5279
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
5280
5280
  """
5281
- Argument OffsetMethodType.
5281
+ Argument FlipDirection.
5282
5282
  """
5283
5283
 
5284
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
5284
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
5285
5285
  """
5286
- Argument FlipDirection.
5286
+ Argument OffsetMethodType.
5287
5287
  """
5288
5288
 
5289
5289
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -5313,32 +5313,32 @@ 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.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5317
5316
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5317
+ self.HeightNode = self._HeightNode(self, "HeightNode", 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)
5321
5321
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
5322
- self.Z2 = self._Z2(self, "Z2", service, rules, path)
5323
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
5324
5322
  self.Z1 = self._Z1(self, "Z1", service, rules, path)
5323
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
5324
+ self.Z2 = self._Z2(self, "Z2", service, rules, path)
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.X2 = self._X2(self, "X2", service, rules, path)
5328
5329
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5329
5330
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5330
- self.X2 = self._X2(self, "X2", 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 _HeightNode(PyTextualCommandArgumentsSubItem):
5334
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5335
5335
  """
5336
- Argument HeightNode.
5336
+ Argument X-Offset.
5337
5337
  """
5338
5338
 
5339
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5339
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5340
5340
  """
5341
- Argument X-Offset.
5341
+ Argument HeightNode.
5342
5342
  """
5343
5343
 
5344
5344
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5361,9 +5361,9 @@ class Root(PyMenu):
5361
5361
  Argument Z-Offset.
5362
5362
  """
5363
5363
 
5364
- class _Z2(PyNumericalCommandArgumentsSubItem):
5364
+ class _Z1(PyNumericalCommandArgumentsSubItem):
5365
5365
  """
5366
- Argument Z2.
5366
+ Argument Z1.
5367
5367
  """
5368
5368
 
5369
5369
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -5371,9 +5371,9 @@ class Root(PyMenu):
5371
5371
  Argument Node1.
5372
5372
  """
5373
5373
 
5374
- class _Z1(PyNumericalCommandArgumentsSubItem):
5374
+ class _Z2(PyNumericalCommandArgumentsSubItem):
5375
5375
  """
5376
- Argument Z1.
5376
+ Argument Z2.
5377
5377
  """
5378
5378
 
5379
5379
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -5391,6 +5391,11 @@ class Root(PyMenu):
5391
5391
  Argument Node3.
5392
5392
  """
5393
5393
 
5394
+ class _X2(PyNumericalCommandArgumentsSubItem):
5395
+ """
5396
+ Argument X2.
5397
+ """
5398
+
5394
5399
  class _Node2(PyTextualCommandArgumentsSubItem):
5395
5400
  """
5396
5401
  Argument Node2.
@@ -5401,11 +5406,6 @@ class Root(PyMenu):
5401
5406
  Argument Y-Offset.
5402
5407
  """
5403
5408
 
5404
- class _X2(PyNumericalCommandArgumentsSubItem):
5405
- """
5406
- Argument X2.
5407
- """
5408
-
5409
5409
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
5410
5410
  """
5411
5411
  Argument HeightFrontInc.
@@ -5773,14 +5773,14 @@ class Root(PyMenu):
5773
5773
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
5774
5774
  self.Y = self._Y(self, "Y", service, rules, path)
5775
5775
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5776
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5776
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5777
5777
  self.Rate = self._Rate(self, "Rate", service, rules, path)
5778
5778
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5779
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
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.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5783
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5784
5784
  self.X = self._X(self, "X", service, rules, path)
5785
5785
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5786
5786
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
@@ -5814,9 +5814,9 @@ class Root(PyMenu):
5814
5814
  Argument DefeaturingSize.
5815
5815
  """
5816
5816
 
5817
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5817
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5818
5818
  """
5819
- Argument BoundaryLayerLevels.
5819
+ Specify the ratio of the prism base length to the prism layer height.
5820
5820
  """
5821
5821
 
5822
5822
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -5829,9 +5829,9 @@ class Root(PyMenu):
5829
5829
  Argument WakeGrowthFactor.
5830
5830
  """
5831
5831
 
5832
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5832
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5833
5833
  """
5834
- Specify the ratio of the prism base length to the prism layer height.
5834
+ Select the number of boundary layers to be generated.
5835
5835
  """
5836
5836
 
5837
5837
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5849,9 +5849,9 @@ class Root(PyMenu):
5849
5849
  Argument EdgeSelectionList.
5850
5850
  """
5851
5851
 
5852
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5852
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5853
5853
  """
5854
- Select the number of boundary layers to be generated.
5854
+ Argument BoundaryLayerLevels.
5855
5855
  """
5856
5856
 
5857
5857
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -5907,14 +5907,14 @@ class Root(PyMenu):
5907
5907
  self.X1 = self._X1(self, "X1", service, rules, path)
5908
5908
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
5909
5909
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
5910
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
5911
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
5912
5910
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
5911
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
5912
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
5913
5913
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
5914
5914
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5915
5915
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5916
- self.X2 = self._X2(self, "X2", service, rules, path)
5917
5916
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5917
+ self.X2 = self._X2(self, "X2", service, rules, path)
5918
5918
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5919
5919
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5920
5920
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
@@ -5949,9 +5949,9 @@ class Root(PyMenu):
5949
5949
  Argument Z-Offset.
5950
5950
  """
5951
5951
 
5952
- class _Z1(PyNumericalCommandArgumentsSubItem):
5952
+ class _Z2(PyNumericalCommandArgumentsSubItem):
5953
5953
  """
5954
- Argument Z1.
5954
+ Argument Z2.
5955
5955
  """
5956
5956
 
5957
5957
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -5959,9 +5959,9 @@ class Root(PyMenu):
5959
5959
  Argument Node1.
5960
5960
  """
5961
5961
 
5962
- class _Z2(PyNumericalCommandArgumentsSubItem):
5962
+ class _Z1(PyNumericalCommandArgumentsSubItem):
5963
5963
  """
5964
- Argument Z2.
5964
+ Argument Z1.
5965
5965
  """
5966
5966
 
5967
5967
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -5979,14 +5979,14 @@ class Root(PyMenu):
5979
5979
  Argument Node3.
5980
5980
  """
5981
5981
 
5982
- class _X2(PyNumericalCommandArgumentsSubItem):
5982
+ class _Node2(PyTextualCommandArgumentsSubItem):
5983
5983
  """
5984
- Argument X2.
5984
+ Argument Node2.
5985
5985
  """
5986
5986
 
5987
- class _Node2(PyTextualCommandArgumentsSubItem):
5987
+ class _X2(PyNumericalCommandArgumentsSubItem):
5988
5988
  """
5989
- Argument Node2.
5989
+ Argument X2.
5990
5990
  """
5991
5991
 
5992
5992
  class _Y_Offset(PyNumericalCommandArgumentsSubItem):
@@ -6048,8 +6048,8 @@ class Root(PyMenu):
6048
6048
  def __init__(self, parent, attr, service, rules, path):
6049
6049
  super().__init__(parent, attr, service, rules, path)
6050
6050
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
6051
- self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
6052
6051
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
6052
+ self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
6053
6053
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
6054
6054
  self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
6055
6055
  self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
@@ -6067,14 +6067,14 @@ class Root(PyMenu):
6067
6067
  Argument CylinderZ2.
6068
6068
  """
6069
6069
 
6070
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
6070
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
6071
6071
  """
6072
- Argument CylinderX2.
6072
+ Argument BoxYLength.
6073
6073
  """
6074
6074
 
6075
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
6075
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
6076
6076
  """
6077
- Argument BoxYLength.
6077
+ Argument CylinderX2.
6078
6078
  """
6079
6079
 
6080
6080
  class _CylinderX1(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.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6373
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6374
6374
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
6375
6375
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
6376
6376
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -6381,16 +6381,16 @@ class Root(PyMenu):
6381
6381
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
6382
6382
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
6383
6383
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
6384
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
6384
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
6385
6385
 
6386
6386
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
6387
6387
  """
6388
6388
  Determine if you would like to specify the bounding box as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
6389
6389
  """
6390
6390
 
6391
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6391
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
6392
6392
  """
6393
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6393
+ Extends the maximum size of the bounding box in the X direction by the specified value.
6394
6394
  """
6395
6395
 
6396
6396
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -6443,9 +6443,9 @@ class Root(PyMenu):
6443
6443
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
6444
6444
  """
6445
6445
 
6446
- class _Xmax(PyNumericalCommandArgumentsSubItem):
6446
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
6447
6447
  """
6448
- Extends the maximum size of the bounding box in the X direction by the specified value.
6448
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
6449
6449
  """
6450
6450
 
6451
6451
  def create_instance(self) -> _CreateExternalFlowBoundariesCommandArguments:
@@ -6982,17 +6982,17 @@ 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)
6986
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6987
6985
  self.Rate = self._Rate(self, "Rate", service, rules, path)
6986
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
6987
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", 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.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
6992
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
6991
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6993
6992
  self.X = self._X(self, "X", service, rules, path)
6994
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
6993
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
6995
6994
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
6995
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
6996
6996
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
6997
6997
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
6998
6998
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -7027,19 +7027,19 @@ 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 _Rate(PyNumericalCommandArgumentsSubItem):
7031
7031
  """
7032
- Argument NumberOfLayers.
7032
+ Argument Rate.
7033
7033
  """
7034
7034
 
7035
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7035
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
7036
7036
  """
7037
- Specify the factor by which the refinement region expands in the wake of the flow direction.
7037
+ Argument AspectRatio.
7038
7038
  """
7039
7039
 
7040
- class _Rate(PyNumericalCommandArgumentsSubItem):
7040
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7041
7041
  """
7042
- Argument Rate.
7042
+ Argument NumberOfLayers.
7043
7043
  """
7044
7044
 
7045
7045
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -7057,14 +7057,9 @@ class Root(PyMenu):
7057
7057
  Argument EdgeSelectionList.
7058
7058
  """
7059
7059
 
7060
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
7061
- """
7062
- Argument AspectRatio.
7063
- """
7064
-
7065
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
7060
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
7066
7061
  """
7067
- Argument LastRatioPercentage.
7062
+ Specify the factor by which the refinement region expands in the wake of the flow direction.
7068
7063
  """
7069
7064
 
7070
7065
  class _X(PyNumericalCommandArgumentsSubItem):
@@ -7072,9 +7067,9 @@ class Root(PyMenu):
7072
7067
  Specify the X-coordinate for the initial position of the cylindrical refinement region.
7073
7068
  """
7074
7069
 
7075
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
7070
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
7076
7071
  """
7077
- Reverses the orientation of the refinement region.
7072
+ Argument LastRatioPercentage.
7078
7073
  """
7079
7074
 
7080
7075
  class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
@@ -7082,6 +7077,11 @@ class Root(PyMenu):
7082
7077
  Argument OffsetMethodType.
7083
7078
  """
7084
7079
 
7080
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
7081
+ """
7082
+ Reverses the orientation of the refinement region.
7083
+ """
7084
+
7085
7085
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
7086
7086
  """
7087
7087
  Argument FirstHeight.
@@ -7109,8 +7109,8 @@ class Root(PyMenu):
7109
7109
 
7110
7110
  def __init__(self, parent, attr, service, rules, path):
7111
7111
  super().__init__(parent, attr, service, rules, path)
7112
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
7113
7112
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
7113
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
7114
7114
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
7115
7115
  self.X1 = self._X1(self, "X1", service, rules, path)
7116
7116
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -7121,20 +7121,20 @@ class Root(PyMenu):
7121
7121
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
7122
7122
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
7123
7123
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
7124
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
7125
7124
  self.X2 = self._X2(self, "X2", service, rules, path)
7125
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
7126
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
 
7130
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
7130
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
7131
7131
  """
7132
- Specify the X-coordinate for the offset of the initial position of the cylinder.
7132
+ Argument HeightNode.
7133
7133
  """
7134
7134
 
7135
- class _HeightNode(PyTextualCommandArgumentsSubItem):
7135
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
7136
7136
  """
7137
- Argument HeightNode.
7137
+ Specify the X-coordinate for the offset of the initial position of the cylinder.
7138
7138
  """
7139
7139
 
7140
7140
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -7187,14 +7187,14 @@ class Root(PyMenu):
7187
7187
  Argument Node3.
7188
7188
  """
7189
7189
 
7190
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
7190
+ class _X2(PyNumericalCommandArgumentsSubItem):
7191
7191
  """
7192
- Specify the Y-coordinate for the offset of the initial position of the cylinder.
7192
+ Specify the X-coordinate of the second position of the cylinder.
7193
7193
  """
7194
7194
 
7195
- class _X2(PyNumericalCommandArgumentsSubItem):
7195
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
7196
7196
  """
7197
- Specify the X-coordinate of the second position of the cylinder.
7197
+ Specify the Y-coordinate for the offset of the initial position of the cylinder.
7198
7198
  """
7199
7199
 
7200
7200
  class _Node2(PyTextualCommandArgumentsSubItem):
@@ -7259,15 +7259,15 @@ class Root(PyMenu):
7259
7259
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
7260
7260
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
7261
7261
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
7262
- self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
7263
- self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
7264
7262
  self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
7263
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
7264
+ self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
7265
7265
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
7266
7266
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
7267
7267
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
7268
7268
  self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
7269
- self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
7270
7269
  self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
7270
+ self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
7271
7271
  self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
7272
7272
 
7273
7273
  class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
@@ -7290,9 +7290,9 @@ class Root(PyMenu):
7290
7290
  Specify the X-coordinate of the first position of the cylinder.
7291
7291
  """
7292
7292
 
7293
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7293
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7294
7294
  """
7295
- Argument BoxXLength.
7295
+ Argument BoxZLength.
7296
7296
  """
7297
7297
 
7298
7298
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -7300,9 +7300,9 @@ class Root(PyMenu):
7300
7300
  Specify the Y-coordinate of the first position of the cylinder.
7301
7301
  """
7302
7302
 
7303
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7303
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7304
7304
  """
7305
- Argument BoxZLength.
7305
+ Argument BoxXLength.
7306
7306
  """
7307
7307
 
7308
7308
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -7325,14 +7325,14 @@ class Root(PyMenu):
7325
7325
  Specify the X-coordinate for the initial position of the cylindrical refinement region.
7326
7326
  """
7327
7327
 
7328
- class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
7328
+ class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
7329
7329
  """
7330
- Specify the radius of the cylinder at the second position.
7330
+ Specify the Z-coordinate for the initial position of the cylindrical refinement region.
7331
7331
  """
7332
7332
 
7333
- class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
7333
+ class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
7334
7334
  """
7335
- Specify the Z-coordinate for the initial position of the cylindrical refinement region.
7335
+ Specify the radius of the cylinder at the second position.
7336
7336
  """
7337
7337
 
7338
7338
  class _CylinderY2(PyNumericalCommandArgumentsSubItem):
@@ -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)
7541
- self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
7542
- self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
7543
7540
  self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
7541
+ self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
7542
+ self.SelectionType = self._SelectionType(self, "SelectionType", 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,24 +7553,24 @@ 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
- class _SelectionType(PyTextualCommandArgumentsSubItem):
7561
+ class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
7562
7562
  """
7563
- Choose how you want to make your selection (by object, zone, or label).
7563
+ Choose a single face zone from the list below. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
7564
7564
  """
7565
7565
 
7566
- class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
7566
+ class _SelectionType(PyTextualCommandArgumentsSubItem):
7567
7567
  """
7568
- Choose a single face zone from the list below. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
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):
@@ -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)
8293
- self.MergeCellZones = self._MergeCellZones(self, "MergeCellZones", service, rules, path)
8291
+ self.MidSpanLength = self._MidSpanLength(self, "MidSpanLength", service, rules, path)
8292
+ self.BiasMethod = self._BiasMethod(self, "BiasMethod", service, rules, path)
8294
8293
  self.BiasMethodControl = self._BiasMethodControl(self, "BiasMethodControl", service, rules, path)
8294
+ self.MergeCellZones = self._MergeCellZones(self, "MergeCellZones", 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,19 +8304,19 @@ 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
- class _MergeCellZones(PyParameterCommandArgumentsSubItem):
8312
+ class _BiasMethodControl(PyTextualCommandArgumentsSubItem):
8313
8313
  """
8314
- Indicate whether or not you want to merge the extruded layers with any adjacent regions.
8314
+ Argument BiasMethodControl.
8315
8315
  """
8316
8316
 
8317
- class _BiasMethodControl(PyTextualCommandArgumentsSubItem):
8317
+ class _MergeCellZones(PyParameterCommandArgumentsSubItem):
8318
8318
  """
8319
- Argument BiasMethodControl.
8319
+ Indicate whether or not you want to merge the extruded layers with any adjacent regions.
8320
8320
  """
8321
8321
 
8322
8322
  class _ShowVMExtrudePreferences(PyParameterCommandArgumentsSubItem):
@@ -9308,20 +9308,20 @@ class Root(PyMenu):
9308
9308
  super().__init__(parent, attr, service, rules, path)
9309
9309
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
9310
9310
  self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9311
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9311
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
9312
9312
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
9313
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9314
9313
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
9314
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9315
9315
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
9316
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
9316
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", 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
9319
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9320
9320
  self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9321
9321
  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)
9324
9322
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
9323
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9324
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9325
9325
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
9326
9326
 
9327
9327
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -9334,9 +9334,9 @@ class Root(PyMenu):
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
9335
  """
9336
9336
 
9337
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9337
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
9338
9338
  """
9339
- 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.
9339
+ Choose whether or not to separate zones. This is required to select faces for capping. If Named Selections have already been defined at these locations, then separation is not needed. Performance may be improved if this is disabled.
9340
9340
  """
9341
9341
 
9342
9342
  class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -9344,14 +9344,14 @@ class Root(PyMenu):
9344
9344
  Display advanced options that you may want to apply to the task.
9345
9345
  """
9346
9346
 
9347
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
9347
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
9348
9348
  """
9349
- Argument AutoMerge.
9349
+ Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
9350
9350
  """
9351
9351
 
9352
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
9352
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9353
9353
  """
9354
- Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
9354
+ Choose whether or not to apply quality measures during surface mesh generation. You should disable this option when using Multizone meshing of very thin structures, relative to the minimum size.
9355
9355
  """
9356
9356
 
9357
9357
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -9359,9 +9359,9 @@ class Root(PyMenu):
9359
9359
  If your geometry contains small edges, you can choose to extract these edge features when generating the surface mesh by selecting yes. Note that selecting yes , will always extract small edge features regardless of your selection for the Auto Remesh to Remove Clustering? option.
9360
9360
  """
9361
9361
 
9362
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
9362
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
9363
9363
  """
9364
- Choose whether or not to separate zones. This is required to select faces for capping. If Named Selections have already been defined at these locations, then separation is not needed. Performance may be improved if this is disabled.
9364
+ Argument AutoMerge.
9365
9365
  """
9366
9366
 
9367
9367
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -9389,9 +9389,9 @@ class Root(PyMenu):
9389
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.
9390
9390
  """
9391
9391
 
9392
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9392
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9393
9393
  """
9394
- Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9394
+ Specify a limiting value for skewness to improve the quality of the surface mesh. Quality improvement is attempted on those triangles where the skewness is above this limit.
9395
9395
  """
9396
9396
 
9397
9397
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -9399,9 +9399,9 @@ class Root(PyMenu):
9399
9399
  Choose whether or not to automatically remesh in order to remove excessive clustering of nodes. By default (auto), this is done if local sizing has been assigned or Share Topology is invoked, but skipped if not. Performance may be improved if this is disabled. In addition, you can choose to use the much faster refaceting technique as an alternative to automatic remeshing. When importing the mesh, remeshing is only performed if this option is set to yes and then all faces are remeshed; and the refaceting option is not available because the initial mesh cannot be refaceted.
9400
9400
  """
9401
9401
 
9402
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
9402
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
9403
9403
  """
9404
- Specify a limiting value for skewness to improve the quality of the surface mesh. Quality improvement is attempted on those triangles where the skewness is above this limit.
9404
+ Choose whether or not to check for self-intersecting faces. Performance may be improved if this is disabled.
9405
9405
  """
9406
9406
 
9407
9407
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -9493,11 +9493,11 @@ class Root(PyMenu):
9493
9493
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
9494
9494
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
9495
9495
  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)
9498
9496
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9499
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9497
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
9500
9498
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9499
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9500
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9501
9501
 
9502
9502
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
9503
9503
  """
@@ -9529,9 +9529,9 @@ class Root(PyMenu):
9529
9529
  Argument OneZonePer.
9530
9530
  """
9531
9531
 
9532
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
9532
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9533
9533
  """
9534
- Argument ImportCurvatureDataFromCAD.
9534
+ Argument UsePartOrBodyAsSuffix.
9535
9535
  """
9536
9536
 
9537
9537
  class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
@@ -9539,9 +9539,9 @@ class Root(PyMenu):
9539
9539
  Argument ExtractFeatures.
9540
9540
  """
9541
9541
 
9542
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9542
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9543
9543
  """
9544
- Argument UsePartOrBodyAsSuffix.
9544
+ Argument ImportNamedSelections.
9545
9545
  """
9546
9546
 
9547
9547
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -9549,9 +9549,9 @@ class Root(PyMenu):
9549
9549
  Argument ImportPartNames.
9550
9550
  """
9551
9551
 
9552
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9552
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
9553
9553
  """
9554
- Argument ImportNamedSelections.
9554
+ Argument ImportCurvatureDataFromCAD.
9555
9555
  """
9556
9556
 
9557
9557
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -9566,10 +9566,10 @@ class Root(PyMenu):
9566
9566
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
9567
9567
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
9568
9568
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
9569
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9569
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9570
9570
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
9571
9571
  self.Operation = self._Operation(self, "Operation", service, rules, path)
9572
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9572
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9573
9573
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
9574
9574
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9575
9575
  self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
@@ -9602,9 +9602,9 @@ class Root(PyMenu):
9602
9602
  Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
9603
9603
  """
9604
9604
 
9605
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9605
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9606
9606
  """
9607
- Specify the threshold angle for joining face pairs.
9607
+ Argument FluidLabelWildcard.
9608
9608
  """
9609
9609
 
9610
9610
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -9617,9 +9617,9 @@ class Root(PyMenu):
9617
9617
  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
9618
  """
9619
9619
 
9620
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9620
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9621
9621
  """
9622
- Argument FluidLabelWildcard.
9622
+ Specify the threshold angle for joining face pairs.
9623
9623
  """
9624
9624
 
9625
9625
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -10032,9 +10032,9 @@ class Root(PyMenu):
10032
10032
  def __init__(self, parent, attr, service, rules, path):
10033
10033
  super().__init__(parent, attr, service, rules, path)
10034
10034
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10035
- self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
10036
- self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10037
10035
  self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
10036
+ self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10037
+ self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
10038
10038
  self.Type = self._Type(self, "Type", service, rules, path)
10039
10039
  self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
10040
10040
  self.HexMaxSize = self._HexMaxSize(self, "HexMaxSize", service, rules, path)
@@ -10047,9 +10047,9 @@ class Root(PyMenu):
10047
10047
  Argument MaxSize.
10048
10048
  """
10049
10049
 
10050
- class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10050
+ class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10051
10051
  """
10052
- The minimum cell length for the hexcore or poly-hexcore volume fill types.
10052
+ Specify the number of layers that control the gap between the hexahedra core and the geometry. This distance is assumed to be the height of an ideal tetrahedral cell on the boundary face.
10053
10053
  """
10054
10054
 
10055
10055
  class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
@@ -10057,9 +10057,9 @@ class Root(PyMenu):
10057
10057
  The maximum cell length for either the tetrahedron, polyhedron, or poly-hexcore volume fill types.
10058
10058
  """
10059
10059
 
10060
- class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10060
+ class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10061
10061
  """
10062
- Specify the number of layers that control the gap between the hexahedra core and the geometry. This distance is assumed to be the height of an ideal tetrahedral cell on the boundary face.
10062
+ The minimum cell length for the hexcore or poly-hexcore volume fill types.
10063
10063
  """
10064
10064
 
10065
10065
  class _Type(PyTextualCommandArgumentsSubItem):
@@ -10114,29 +10114,29 @@ class Root(PyMenu):
10114
10114
 
10115
10115
  def __init__(self, parent, attr, service, rules, path):
10116
10116
  super().__init__(parent, attr, service, rules, path)
10117
- self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
10117
+ self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10118
10118
  self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
10119
10119
  self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
10120
10120
  self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
10121
10121
  self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
10122
- self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10123
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10124
- self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
10122
+ self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
10123
+ self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10124
+ self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
10125
10125
  self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
10126
10126
  self.MaxCellSizeChange = self._MaxCellSizeChange(self, "MaxCellSizeChange", service, rules, path)
10127
10127
  self.WritePrismControlFile = self._WritePrismControlFile(self, "WritePrismControlFile", service, rules, path)
10128
- self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10128
+ self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10129
10129
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
10130
10130
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
10131
- self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10132
- self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10131
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10132
+ self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
10133
10133
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
10134
- self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
10134
+ self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10135
10135
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
10136
10136
 
10137
- class _UseSizeField(PyTextualCommandArgumentsSubItem):
10137
+ class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10138
10138
  """
10139
- 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.
10139
+ 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.
10140
10140
  """
10141
10141
 
10142
10142
  class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
@@ -10159,19 +10159,19 @@ class Root(PyMenu):
10159
10159
  Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10160
10160
  """
10161
10161
 
10162
- class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10162
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
10163
10163
  """
10164
- This option is available when both the Use Size Field? and Fill Polyhedra in Solids? options are enabled for the poly-hexcore fill method. By default this option is set to no, which specifies growth-rate-based sizing for polyhedra regions during poly-hexcore generation. Selecting yes for this option specifies the sizing for polyhedra regions to be size-field based and is recommended when BOI(s) or body sizing have been defined that include the polyhedra region.
10164
+ Specify whether or not to use size fields as part of generating the volume mesh. By default, this is set to yes when a BOI or body sizing has been defined in the Add Local Sizing task, however, for large cases, it can be turned off for the hexcore and poly-hexcore volume fill methods.
10165
10165
  """
10166
10166
 
10167
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10167
+ class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
10168
10168
  """
10169
- 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.
10169
+ Display advanced options that you may want to apply to the task.
10170
10170
  """
10171
10171
 
10172
- class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
10172
+ class _TetInSolids(PyTextualCommandArgumentsSubItem):
10173
10173
  """
10174
- Argument MinEdgeLength.
10174
+ Argument TetInSolids.
10175
10175
  """
10176
10176
 
10177
10177
  class _AddMultipleQualityMethods(PyTextualCommandArgumentsSubItem):
@@ -10189,9 +10189,9 @@ class Root(PyMenu):
10189
10189
  Indicate whether or not you want to save a .pzmcontrol file to your working folder that will contain the boundary (prism) layer specifications.
10190
10190
  """
10191
10191
 
10192
- class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10192
+ class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10193
10193
  """
10194
- Indicate whether or not you want to persistently rename volume mesh components. This will make zone names equivalent to region names, and will make cell and face zone names unique. Using this field is highly recommended for any parametric study. Persistent renaming only works if all body names are unique.
10194
+ Argument MinFaceArea.
10195
10195
  """
10196
10196
 
10197
10197
  class _CheckSelfProximity(PyTextualCommandArgumentsSubItem):
@@ -10204,14 +10204,14 @@ class Root(PyMenu):
10204
10204
  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.
10205
10205
  """
10206
10206
 
10207
- class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
10207
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10208
10208
  """
10209
- Display advanced options that you may want to apply to the task.
10209
+ 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.
10210
10210
  """
10211
10211
 
10212
- class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10212
+ class _MinEdgeLength(PyNumericalCommandArgumentsSubItem):
10213
10213
  """
10214
- Argument MinFaceArea.
10214
+ Argument MinEdgeLength.
10215
10215
  """
10216
10216
 
10217
10217
  class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -10219,9 +10219,9 @@ class Root(PyMenu):
10219
10219
  Specify the rate of growth for a tetrahedron or polyhedron mesh.
10220
10220
  """
10221
10221
 
10222
- class _TetInSolids(PyTextualCommandArgumentsSubItem):
10222
+ class _PrepareZoneNames(PyTextualCommandArgumentsSubItem):
10223
10223
  """
10224
- Argument TetInSolids.
10224
+ Indicate whether or not you want to persistently rename volume mesh components. This will make zone names equivalent to region names, and will make cell and face zone names unique. Using this field is highly recommended for any parametric study. Persistent renaming only works if all body names are unique.
10225
10225
  """
10226
10226
 
10227
10227
  class _QualityWarningLimit(PyNumericalCommandArgumentsSubItem):
@@ -10243,8 +10243,8 @@ class Root(PyMenu):
10243
10243
  self.PrismGapFactor = self._PrismGapFactor(self, "PrismGapFactor", service, rules, path)
10244
10244
  self.IgnoreInflation = self._IgnoreInflation(self, "IgnoreInflation", service, rules, path)
10245
10245
  self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
10246
- self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
10247
10246
  self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
10247
+ self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
10248
10248
  self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
10249
10249
  self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
10250
10250
  self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
@@ -10284,14 +10284,14 @@ class Root(PyMenu):
10284
10284
  Choose whether or not you want to have the boundary layer mesh merged into the bulk mesh.
10285
10285
  """
10286
10286
 
10287
- class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
10287
+ class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
10288
10288
  """
10289
- Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
10289
+ Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
10290
10290
  """
10291
10291
 
10292
- class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
10292
+ class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
10293
10293
  """
10294
- Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
10294
+ Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
10295
10295
  """
10296
10296
 
10297
10297
  class _PrismMinAspectRatio(PyNumericalCommandArgumentsSubItem):
@@ -10316,19 +10316,19 @@ class Root(PyMenu):
10316
10316
 
10317
10317
  def __init__(self, parent, attr, service, rules, path):
10318
10318
  super().__init__(parent, attr, service, rules, path)
10319
- self.AutoOrderControls = self._AutoOrderControls(self, "AutoOrderControls", service, rules, path)
10320
10319
  self.ShowGlobalThinVolumePreferences = self._ShowGlobalThinVolumePreferences(self, "ShowGlobalThinVolumePreferences", service, rules, path)
10321
- self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
10322
10320
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
10321
+ self.StairStep = self._StairStep(self, "StairStep", service, rules, path)
10322
+ self.AutoOrderControls = self._AutoOrderControls(self, "AutoOrderControls", service, rules, path)
10323
10323
 
10324
- class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
10324
+ class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
10325
10325
  """
10326
- When set to yes, will automatically swap source and target faces in order to increase the success rate of the thin volume mesh generation. This option is set to yes by default for conventional thin volume meshing and is set to no when Stacked Plates is enabled.
10326
+ Display global settings for thin volume meshing.
10327
10327
  """
10328
10328
 
10329
- class _ShowGlobalThinVolumePreferences(PyParameterCommandArgumentsSubItem):
10329
+ class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
10330
10330
  """
10331
- Display global settings for thin volume meshing.
10331
+ Controls the minimum aspect ratio for cells at the boundary of the thin volume mesh regions. By default, this option is set to 0.3, other than for Stacked Plates, where it is set to 0.1. For flat parallel plates (not including stacked plates), it is recommended to use a value of 0.1 to produce a high quality thin volume mesh.
10332
10332
  """
10333
10333
 
10334
10334
  class _StairStep(PyTextualCommandArgumentsSubItem):
@@ -10336,9 +10336,9 @@ class Root(PyMenu):
10336
10336
  Use this option to invoke stair-stepping at thin volume mesh regions.
10337
10337
  """
10338
10338
 
10339
- class _MinAspectRatio(PyNumericalCommandArgumentsSubItem):
10339
+ class _AutoOrderControls(PyTextualCommandArgumentsSubItem):
10340
10340
  """
10341
- Controls the minimum aspect ratio for cells at the boundary of the thin volume mesh regions. By default, this option is set to 0.3, other than for Stacked Plates, where it is set to 0.1. For flat parallel plates (not including stacked plates), it is recommended to use a value of 0.1 to produce a high quality thin volume mesh.
10341
+ When set to yes, will automatically swap source and target faces in order to increase the success rate of the thin volume mesh generation. This option is set to yes by default for conventional thin volume meshing and is set to no when Stacked Plates is enabled.
10342
10342
  """
10343
10343
 
10344
10344
  class _InvokePrimsControl(PyTextualCommandArgumentsSubItem):
@@ -11011,9 +11011,9 @@ class Root(PyMenu):
11011
11011
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
11012
11012
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
11013
11013
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
11014
+ self.X2 = self._X2(self, "X2", service, rules, path)
11014
11015
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
11015
11016
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
11016
- self.X2 = self._X2(self, "X2", service, rules, path)
11017
11017
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
11018
11018
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
11019
11019
 
@@ -11077,6 +11077,11 @@ class Root(PyMenu):
11077
11077
  Argument Node3.
11078
11078
  """
11079
11079
 
11080
+ class _X2(PyNumericalCommandArgumentsSubItem):
11081
+ """
11082
+ Argument X2.
11083
+ """
11084
+
11080
11085
  class _Node2(PyTextualCommandArgumentsSubItem):
11081
11086
  """
11082
11087
  Argument Node2.
@@ -11087,11 +11092,6 @@ class Root(PyMenu):
11087
11092
  Argument Y-Offset.
11088
11093
  """
11089
11094
 
11090
- class _X2(PyNumericalCommandArgumentsSubItem):
11091
- """
11092
- Argument X2.
11093
- """
11094
-
11095
11095
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
11096
11096
  """
11097
11097
  Argument HeightFrontInc.
@@ -11115,7 +11115,7 @@ class Root(PyMenu):
11115
11115
  def __init__(self, parent, attr, service, rules, path):
11116
11116
  super().__init__(parent, attr, service, rules, path)
11117
11117
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
11118
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
11118
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
11119
11119
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
11120
11120
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
11121
11121
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -11126,16 +11126,16 @@ class Root(PyMenu):
11126
11126
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
11127
11127
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
11128
11128
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
11129
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
11129
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
11130
11130
 
11131
11131
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
11132
11132
  """
11133
11133
  Determine if you would like to specify the bounding box for the construction surface as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
11134
11134
  """
11135
11135
 
11136
- class _Xmax(PyNumericalCommandArgumentsSubItem):
11136
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
11137
11137
  """
11138
- Extends the maximum size of the bounding box in the X direction by the specified value.
11138
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
11139
11139
  """
11140
11140
 
11141
11141
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -11188,9 +11188,9 @@ class Root(PyMenu):
11188
11188
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
11189
11189
  """
11190
11190
 
11191
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
11191
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
11192
11192
  """
11193
- 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.
11193
+ Extends the maximum size of the bounding box in the X direction by the specified value.
11194
11194
  """
11195
11195
 
11196
11196
  def create_instance(self) -> _IdentifyConstructionSurfacesCommandArguments:
@@ -11621,9 +11621,9 @@ class Root(PyMenu):
11621
11621
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
11622
11622
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11623
11623
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11624
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11625
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11626
11624
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11625
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11626
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11627
11627
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11628
11628
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11629
11629
 
@@ -11657,9 +11657,9 @@ class Root(PyMenu):
11657
11657
  Argument OneZonePer.
11658
11658
  """
11659
11659
 
11660
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11660
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11661
11661
  """
11662
- Argument ImportCurvatureDataFromCAD.
11662
+ Argument UsePartOrBodyAsSuffix.
11663
11663
  """
11664
11664
 
11665
11665
  class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
@@ -11667,9 +11667,9 @@ class Root(PyMenu):
11667
11667
  Argument ImportNamedSelections.
11668
11668
  """
11669
11669
 
11670
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11670
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11671
11671
  """
11672
- Argument UsePartOrBodyAsSuffix.
11672
+ Argument ImportCurvatureDataFromCAD.
11673
11673
  """
11674
11674
 
11675
11675
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -11885,10 +11885,10 @@ class Root(PyMenu):
11885
11885
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11886
11886
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11887
11887
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11888
- self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11888
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11889
11889
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11890
11890
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11891
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11891
+ self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11892
11892
 
11893
11893
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11894
11894
  """
@@ -11925,9 +11925,9 @@ class Root(PyMenu):
11925
11925
  Argument UsePartOrBodyAsSuffix.
11926
11926
  """
11927
11927
 
11928
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11928
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11929
11929
  """
11930
- Argument ExtractFeatures.
11930
+ Argument ImportNamedSelections.
11931
11931
  """
11932
11932
 
11933
11933
  class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
@@ -11940,9 +11940,9 @@ class Root(PyMenu):
11940
11940
  Argument ImportPartNames.
11941
11941
  """
11942
11942
 
11943
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11943
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11944
11944
  """
11945
- Argument ImportNamedSelections.
11945
+ Argument ExtractFeatures.
11946
11946
  """
11947
11947
 
11948
11948
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -12007,10 +12007,10 @@ class Root(PyMenu):
12007
12007
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
12008
12008
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
12009
12009
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
12010
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12010
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12011
12011
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
12012
12012
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
12013
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
12013
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
12014
12014
 
12015
12015
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
12016
12016
  """
@@ -12037,9 +12037,9 @@ class Root(PyMenu):
12037
12037
  Argument AllowDefeaturing.
12038
12038
  """
12039
12039
 
12040
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12040
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12041
12041
  """
12042
- Display advanced options that you may want to apply to the task.
12042
+ Indicate if there are any small imperfections (ledge or step artifacts from the original CAD geometry) that can be removed as part of this task. If you select yes, then you must specify a Max Step Width and the Step Skewness Quality Limit.
12043
12043
  """
12044
12044
 
12045
12045
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -12052,9 +12052,9 @@ class Root(PyMenu):
12052
12052
  Specify the width of the step that you wish to remove.
12053
12053
  """
12054
12054
 
12055
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
12055
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
12056
12056
  """
12057
- Indicate if there are any small imperfections (ledge or step artifacts from the original CAD geometry) that can be removed as part of this task. If you select yes, then you must specify a Max Step Width and the Step Skewness Quality Limit.
12057
+ Display advanced options that you may want to apply to the task.
12058
12058
  """
12059
12059
 
12060
12060
  def create_instance(self) -> _ImproveSurfaceMeshCommandArguments:
@@ -12378,8 +12378,8 @@ class Root(PyMenu):
12378
12378
  super().__init__(parent, attr, service, rules, path)
12379
12379
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
12380
12380
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
12381
- self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
12382
12381
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12382
+ self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
12383
12383
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12384
12384
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
12385
12385
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
@@ -12396,14 +12396,14 @@ class Root(PyMenu):
12396
12396
  Argument FacetResolution.
12397
12397
  """
12398
12398
 
12399
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
12399
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12400
12400
  """
12401
- Argument MaxEdgeLengthFactor.
12401
+ Argument NormalAngle.
12402
12402
  """
12403
12403
 
12404
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
12404
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
12405
12405
  """
12406
- Argument NormalAngle.
12406
+ Argument MaxEdgeLengthFactor.
12407
12407
  """
12408
12408
 
12409
12409
  class _Deviation(PyNumericalCommandArgumentsSubItem):
@@ -12535,9 +12535,9 @@ class Root(PyMenu):
12535
12535
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
12536
12536
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
12537
12537
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
12538
- self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
12539
- self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12540
12538
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
12539
+ self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12540
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
12541
12541
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
12542
12542
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
12543
12543
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
@@ -12588,9 +12588,9 @@ class Root(PyMenu):
12588
12588
  Display advanced wrap-specific options that are also applied to the task. See this description for more information about wrap (and target) mesh size controls.
12589
12589
  """
12590
12590
 
12591
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12591
+ class _SizingType(PyTextualCommandArgumentsSubItem):
12592
12592
  """
12593
- Enable this field to display the initial size control in the graphics window.
12593
+ Choose the type of sizing control (curvature, proximity, soft, or boi).
12594
12594
  """
12595
12595
 
12596
12596
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -12598,9 +12598,9 @@ class Root(PyMenu):
12598
12598
  Specify the increase in element edge length with each succeeding layer of elements.
12599
12599
  """
12600
12600
 
12601
- class _SizingType(PyTextualCommandArgumentsSubItem):
12601
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12602
12602
  """
12603
- Choose the type of sizing control (curvature, proximity, soft, or boi).
12603
+ Enable this field to display the initial size control in the graphics window.
12604
12604
  """
12605
12605
 
12606
12606
  class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
@@ -13409,8 +13409,8 @@ class Root(PyMenu):
13409
13409
  super().__init__(parent, attr, service, rules, path)
13410
13410
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
13411
13411
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
13412
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13413
13412
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13413
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13414
13414
 
13415
13415
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
13416
13416
  """
@@ -13422,14 +13422,14 @@ class Root(PyMenu):
13422
13422
  This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
13423
13423
  """
13424
13424
 
13425
- class _Deviation(PyNumericalCommandArgumentsSubItem):
13425
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13426
13426
  """
13427
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13427
+ Specify a rotational angle (in degrees) of transformation.
13428
13428
  """
13429
13429
 
13430
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13430
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
13431
13431
  """
13432
- Specify a rotational angle (in degrees) of transformation.
13432
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13433
13433
  """
13434
13434
 
13435
13435
  def create_instance(self) -> _PartManagementCommandArguments:
@@ -14118,10 +14118,10 @@ class Root(PyMenu):
14118
14118
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
14119
14119
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
14120
14120
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
14121
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
14121
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
14122
14122
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
14123
14123
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
14124
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
14124
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
14125
14125
 
14126
14126
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
14127
14127
  """
@@ -14148,9 +14148,9 @@ class Root(PyMenu):
14148
14148
  Argument AllowDefeaturing.
14149
14149
  """
14150
14150
 
14151
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
14151
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
14152
14152
  """
14153
- Argument SIRemoveStep.
14153
+ Argument ShowSMImprovePreferences.
14154
14154
  """
14155
14155
 
14156
14156
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -14163,9 +14163,9 @@ class Root(PyMenu):
14163
14163
  Argument SIStepWidth.
14164
14164
  """
14165
14165
 
14166
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
14166
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
14167
14167
  """
14168
- Argument ShowSMImprovePreferences.
14168
+ Argument SIRemoveStep.
14169
14169
  """
14170
14170
 
14171
14171
  class _SurfaceMeshPreferences(PySingletonCommandArgumentsSubItem):
@@ -14176,21 +14176,21 @@ class Root(PyMenu):
14176
14176
  def __init__(self, parent, attr, service, rules, path):
14177
14177
  super().__init__(parent, attr, service, rules, path)
14178
14178
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
14179
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14180
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
14181
- self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
14182
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
14183
14179
  self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
14180
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
14181
+ self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
14182
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
14183
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14184
14184
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14185
14185
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
14186
14186
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
14187
14187
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
14188
- self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
14189
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14190
14188
  self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
14191
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
14192
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14189
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14190
+ self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
14193
14191
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
14192
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14193
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
14194
14194
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
14195
14195
 
14196
14196
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -14198,14 +14198,14 @@ class Root(PyMenu):
14198
14198
  Argument SMQualityCollapseLimit.
14199
14199
  """
14200
14200
 
14201
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14201
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
14202
14202
  """
14203
- Argument FoldFaceLimit.
14203
+ Argument AutoMerge.
14204
14204
  """
14205
14205
 
14206
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
14206
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
14207
14207
  """
14208
- Argument SMQualityImprove.
14208
+ Argument SMSeparation.
14209
14209
  """
14210
14210
 
14211
14211
  class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -14213,14 +14213,14 @@ class Root(PyMenu):
14213
14213
  Argument ShowSurfaceMeshPreferences.
14214
14214
  """
14215
14215
 
14216
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
14216
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
14217
14217
  """
14218
- Argument SMSeparation.
14218
+ Argument SMQualityImprove.
14219
14219
  """
14220
14220
 
14221
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
14221
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14222
14222
  """
14223
- Argument AutoMerge.
14223
+ Argument FoldFaceLimit.
14224
14224
  """
14225
14225
 
14226
14226
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -14243,9 +14243,9 @@ class Root(PyMenu):
14243
14243
  Argument SMStepWidth.
14244
14244
  """
14245
14245
 
14246
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14246
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14247
14247
  """
14248
- Argument SMQualityMaxAngle.
14248
+ Argument VolumeMeshMaxSize.
14249
14249
  """
14250
14250
 
14251
14251
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -14253,14 +14253,14 @@ class Root(PyMenu):
14253
14253
  Argument AutoAssignZoneTypes.
14254
14254
  """
14255
14255
 
14256
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14256
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14257
14257
  """
14258
- Argument VolumeMeshMaxSize.
14258
+ Argument SMQualityMaxAngle.
14259
14259
  """
14260
14260
 
14261
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14261
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14262
14262
  """
14263
- Argument SelfIntersectCheck.
14263
+ Argument SMQualityImproveLimit.
14264
14264
  """
14265
14265
 
14266
14266
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -14268,9 +14268,9 @@ class Root(PyMenu):
14268
14268
  Argument AutoSurfaceRemesh.
14269
14269
  """
14270
14270
 
14271
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14271
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14272
14272
  """
14273
- Argument SMQualityImproveLimit.
14273
+ Argument SelfIntersectCheck.
14274
14274
  """
14275
14275
 
14276
14276
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -14360,9 +14360,9 @@ class Root(PyMenu):
14360
14360
  def __init__(self, parent, attr, service, rules, path):
14361
14361
  super().__init__(parent, attr, service, rules, path)
14362
14362
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
14363
- self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14364
- self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
14365
14363
  self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
14364
+ self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
14365
+ self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14366
14366
  self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14367
14367
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
14368
14368
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
@@ -14374,9 +14374,9 @@ class Root(PyMenu):
14374
14374
  Argument NewLabelObjects.
14375
14375
  """
14376
14376
 
14377
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14377
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
14378
14378
  """
14379
- Argument NewLabelResolution.
14379
+ Argument NewLabels.
14380
14380
  """
14381
14381
 
14382
14382
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -14384,9 +14384,9 @@ class Root(PyMenu):
14384
14384
  Argument NewLabelType.
14385
14385
  """
14386
14386
 
14387
- class _NewLabels(PyTextualCommandArgumentsSubItem):
14387
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14388
14388
  """
14389
- Argument NewLabels.
14389
+ Argument NewLabelResolution.
14390
14390
  """
14391
14391
 
14392
14392
  class _NewLabelCells(PyTextualCommandArgumentsSubItem):