ansys-fluent-core 0.35.dev0__py3-none-any.whl → 0.35.dev1__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 (39) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +4 -0
  3. ansys/fluent/core/codegen/settingsgen.py +3 -0
  4. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  5. ansys/fluent/core/generated/datamodel_231/flicing.py +15 -15
  6. ansys/fluent/core/generated/datamodel_231/meshing.py +204 -204
  7. ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
  8. ansys/fluent/core/generated/datamodel_232/meshing.py +151 -151
  9. ansys/fluent/core/generated/datamodel_241/flicing.py +35 -35
  10. ansys/fluent/core/generated/datamodel_241/meshing.py +256 -256
  11. ansys/fluent/core/generated/datamodel_242/flicing.py +35 -35
  12. ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
  13. ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
  14. ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
  15. ansys/fluent/core/generated/datamodel_251/meshing.py +325 -325
  16. ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
  17. ansys/fluent/core/generated/datamodel_252/flicing.py +55 -55
  18. ansys/fluent/core/generated/datamodel_252/meshing.py +375 -375
  19. ansys/fluent/core/generated/datamodel_252/part_management.py +10 -10
  20. ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
  21. ansys/fluent/core/generated/datamodel_261/meshing.py +441 -392
  22. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  23. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  24. ansys/fluent/core/generated/datamodel_261/preferences.py +28 -0
  25. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  26. ansys/fluent/core/generated/meshing/tui_261.py +20 -0
  27. ansys/fluent/core/generated/solver/settings_261.py +7475 -2873
  28. ansys/fluent/core/generated/solver/settings_261.pyi +4946 -1937
  29. ansys/fluent/core/generated/solver/tui_261.py +1762 -678
  30. ansys/fluent/core/launcher/fluent_container.py +4 -0
  31. ansys/fluent/core/module_config.py +5 -0
  32. ansys/fluent/core/search.py +12 -0
  33. ansys/fluent/core/session_solver.py +5 -4
  34. ansys/fluent/core/solver/flunits.py +2 -0
  35. ansys/fluent/core/utils/networking.py +11 -2
  36. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/METADATA +8 -7
  37. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/RECORD +39 -39
  38. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/WHEEL +1 -1
  39. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info/licenses}/LICENSE +0 -0
@@ -96,6 +96,7 @@ class Root(PyMenu):
96
96
  self.ModifyMeshRefinement = self.__class__.ModifyMeshRefinement(service, rules, "ModifyMeshRefinement", path)
97
97
  self.PartManagement = self.__class__.PartManagement(service, rules, "PartManagement", path)
98
98
  self.PartReplacementSettings = self.__class__.PartReplacementSettings(service, rules, "PartReplacementSettings", path)
99
+ self.PrepareForVolumeMeshing = self.__class__.PrepareForVolumeMeshing(service, rules, "PrepareForVolumeMeshing", path)
99
100
  self.RemeshSurface = self.__class__.RemeshSurface(service, rules, "RemeshSurface", path)
100
101
  self.RunCustomJournal = self.__class__.RunCustomJournal(service, rules, "RunCustomJournal", path)
101
102
  self.SeparateContacts = self.__class__.SeparateContacts(service, rules, "SeparateContacts", path)
@@ -1302,10 +1303,10 @@ class Root(PyMenu):
1302
1303
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
1303
1304
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
1304
1305
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
1305
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1306
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
1306
1307
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
1307
1308
  self.Operation = self._Operation(self, "Operation", service, rules, path)
1308
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
1309
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
1309
1310
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
1310
1311
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
1311
1312
  self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
@@ -1338,9 +1339,9 @@ class Root(PyMenu):
1338
1339
  Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
1339
1340
  """
1340
1341
 
1341
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
1342
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
1342
1343
  """
1343
- Argument FluidLabelWildcard.
1344
+ Specify the threshold angle for joining face pairs.
1344
1345
  """
1345
1346
 
1346
1347
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -1353,9 +1354,9 @@ class Root(PyMenu):
1353
1354
  Choose whether to apply share topology using the Join-Intersect method where you join and/or intersect the problematic faces, or using the Interface Connect method where you connect edges of overlapping face pairs. Note that imprinting of overlapping faces in SCDM/Discovery is highly recommended for the Interface Connect method.
1354
1355
  """
1355
1356
 
1356
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
1357
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
1357
1358
  """
1358
- Specify the threshold angle for joining face pairs.
1359
+ Argument FluidLabelWildcard.
1359
1360
  """
1360
1361
 
1361
1362
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -1769,12 +1770,12 @@ class Root(PyMenu):
1769
1770
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
1770
1771
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
1771
1772
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
1772
- self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1773
1773
  self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
1774
+ self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
1774
1775
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
1776
+ self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1775
1777
  self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", service, rules, path)
1776
1778
  self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
1777
- self.ShowLocalPrismPreferences = self._ShowLocalPrismPreferences(self, "ShowLocalPrismPreferences", service, rules, path)
1778
1779
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
1779
1780
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
1780
1781
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -1804,14 +1805,14 @@ class Root(PyMenu):
1804
1805
  Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
1805
1806
  """
1806
1807
 
1807
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1808
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
1808
1809
  """
1809
- Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
1810
+ Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
1810
1811
  """
1811
1812
 
1812
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
1813
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
1813
1814
  """
1814
- Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
1815
+ Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
1815
1816
  """
1816
1817
 
1817
1818
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -1819,6 +1820,11 @@ class Root(PyMenu):
1819
1820
  Argument InvalidNormalMethod.
1820
1821
  """
1821
1822
 
1823
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1824
+ """
1825
+ Display advanced options that you may want to apply to this task.
1826
+ """
1827
+
1822
1828
  class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
1823
1829
  """
1824
1830
  Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
@@ -1829,11 +1835,6 @@ class Root(PyMenu):
1829
1835
  Argument LastRatioNumLayers.
1830
1836
  """
1831
1837
 
1832
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
1833
- """
1834
- Display advanced options that you may want to apply to this task.
1835
- """
1836
-
1837
1838
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
1838
1839
  """
1839
1840
  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).
@@ -2090,12 +2091,12 @@ class Root(PyMenu):
2090
2091
  self.SphereRadiusFactorAtInvalidNormals = self._SphereRadiusFactorAtInvalidNormals(self, "SphereRadiusFactorAtInvalidNormals", service, rules, path)
2091
2092
  self.SmoothRingsAtInvalidNormals = self._SmoothRingsAtInvalidNormals(self, "SmoothRingsAtInvalidNormals", service, rules, path)
2092
2093
  self.Continuous = self._Continuous(self, "Continuous", service, rules, path)
2093
- self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
2094
2094
  self.SplitPrism = self._SplitPrism(self, "SplitPrism", service, rules, path)
2095
+ self.ModifyAtInvalidNormals = self._ModifyAtInvalidNormals(self, "ModifyAtInvalidNormals", service, rules, path)
2095
2096
  self.InvalidNormalMethod = self._InvalidNormalMethod(self, "InvalidNormalMethod", service, rules, path)
2096
- self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
2097
- self.NumberOfSplitLayers = self._NumberOfSplitLayers(self, "NumberOfSplitLayers", 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
+ self.LastRatioNumLayers = self._LastRatioNumLayers(self, "LastRatioNumLayers", service, rules, path)
2099
2100
  self.AllowedTangencyAtInvalidNormals = self._AllowedTangencyAtInvalidNormals(self, "AllowedTangencyAtInvalidNormals", service, rules, path)
2100
2101
  self.RemeshAtInvalidNormals = self._RemeshAtInvalidNormals(self, "RemeshAtInvalidNormals", service, rules, path)
2101
2102
  self.IgnoreBoundaryLayers = self._IgnoreBoundaryLayers(self, "IgnoreBoundaryLayers", service, rules, path)
@@ -2125,14 +2126,14 @@ class Root(PyMenu):
2125
2126
  Specify how you would like to improve the generated boundary layer: as a continuous or stair-stepped boundary layer in the specified area(s).
2126
2127
  """
2127
2128
 
2128
- class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2129
+ class _SplitPrism(PyTextualCommandArgumentsSubItem):
2129
2130
  """
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
+ Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
2131
2132
  """
2132
2133
 
2133
- class _SplitPrism(PyTextualCommandArgumentsSubItem):
2134
+ class _ModifyAtInvalidNormals(PyTextualCommandArgumentsSubItem):
2134
2135
  """
2135
- Choose whether or not to add split prisms to each layer along the boundary. Not available when the Offset Method Type is set to last-ratio.
2136
+ Specify whether to automatically change the surface mesh where invalid normal faces are detected. To grow the boundary layer mesh in the proper direction (away from the boundary), normal vectors (valid) are required at the boundary face nodes of the surface mesh. More...
2136
2137
  """
2137
2138
 
2138
2139
  class _InvalidNormalMethod(PyTextualCommandArgumentsSubItem):
@@ -2140,9 +2141,9 @@ class Root(PyMenu):
2140
2141
  Argument InvalidNormalMethod.
2141
2142
  """
2142
2143
 
2143
- class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2144
+ class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
2144
2145
  """
2145
- Argument LastRatioNumLayers.
2146
+ Display advanced options that you may want to apply to this task.
2146
2147
  """
2147
2148
 
2148
2149
  class _NumberOfSplitLayers(PyNumericalCommandArgumentsSubItem):
@@ -2150,9 +2151,9 @@ class Root(PyMenu):
2150
2151
  Indicate the number of split prism layers you wish to apply to each layer that you specified for the boundary layer definition.
2151
2152
  """
2152
2153
 
2153
- class _ShowLocalPrismPreferences(PyParameterCommandArgumentsSubItem):
2154
+ class _LastRatioNumLayers(PyNumericalCommandArgumentsSubItem):
2154
2155
  """
2155
- Display advanced options that you may want to apply to this task.
2156
+ Argument LastRatioNumLayers.
2156
2157
  """
2157
2158
 
2158
2159
  class _AllowedTangencyAtInvalidNormals(PyNumericalCommandArgumentsSubItem):
@@ -2301,6 +2302,7 @@ class Root(PyMenu):
2301
2302
  ----------
2302
2303
  LocalSettingsName : str
2303
2304
  Specify a name for the size control or use the default value.
2305
+ ComputeForSolidOnly : str
2304
2306
  SelectionType : str
2305
2307
  Choose how you want to make your selection (by object, label, or zone name).
2306
2308
  ObjectSelectionList : list[str]
@@ -2331,6 +2333,7 @@ class Root(PyMenu):
2331
2333
  def __init__(self, service, rules, command, path, id):
2332
2334
  super().__init__(service, rules, command, path, id)
2333
2335
  self.LocalSettingsName = self._LocalSettingsName(self, "LocalSettingsName", service, rules, path)
2336
+ self.ComputeForSolidOnly = self._ComputeForSolidOnly(self, "ComputeForSolidOnly", service, rules, path)
2334
2337
  self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
2335
2338
  self.ObjectSelectionList = self._ObjectSelectionList(self, "ObjectSelectionList", service, rules, path)
2336
2339
  self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
@@ -2349,6 +2352,11 @@ class Root(PyMenu):
2349
2352
  Specify a name for the size control or use the default value.
2350
2353
  """
2351
2354
 
2355
+ class _ComputeForSolidOnly(PyTextualCommandArgumentsSubItem):
2356
+ """
2357
+ Argument ComputeForSolidOnly.
2358
+ """
2359
+
2352
2360
  class _SelectionType(PyTextualCommandArgumentsSubItem):
2353
2361
  """
2354
2362
  Choose how you want to make your selection (by object, label, or zone name).
@@ -2398,8 +2406,8 @@ class Root(PyMenu):
2398
2406
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
2399
2407
  self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
2400
2408
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
2401
- self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
2402
2409
  self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
2410
+ self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
2403
2411
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
2404
2412
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
2405
2413
 
@@ -2463,14 +2471,14 @@ class Root(PyMenu):
2463
2471
  Specify the increase in element edge length with each succeeding layer of elements.
2464
2472
  """
2465
2473
 
2466
- class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
2474
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
2467
2475
  """
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.
2476
+ Specify the minimum number of layers of elements to be generated in the gaps. The number of cells per gap can be a real value, with a minimum value of 0.01.
2469
2477
  """
2470
2478
 
2471
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
2479
+ class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
2472
2480
  """
2473
- Specify the minimum number of layers of elements to be generated in the gaps. The number of cells per gap can be a real value, with a minimum value of 0.01.
2481
+ 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.
2474
2482
  """
2475
2483
 
2476
2484
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
@@ -4600,14 +4608,14 @@ class Root(PyMenu):
4600
4608
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
4601
4609
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
4602
4610
  self.Rate = self._Rate(self, "Rate", service, rules, path)
4611
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4603
4612
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
4604
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4605
4613
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
4606
4614
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
4607
4615
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
4608
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
4609
- self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4616
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
4610
4617
  self.X = self._X(self, "X", service, rules, path)
4618
+ self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
4611
4619
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
4612
4620
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
4613
4621
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
@@ -4649,14 +4657,14 @@ class Root(PyMenu):
4649
4657
  Argument Rate.
4650
4658
  """
4651
4659
 
4652
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4660
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4653
4661
  """
4654
- Argument WakeGrowthFactor.
4662
+ Argument NumberOfLayers.
4655
4663
  """
4656
4664
 
4657
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4665
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
4658
4666
  """
4659
- Argument BoundaryLayerLevels.
4667
+ Argument WakeGrowthFactor.
4660
4668
  """
4661
4669
 
4662
4670
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -4674,19 +4682,19 @@ class Root(PyMenu):
4674
4682
  Argument EdgeSelectionList.
4675
4683
  """
4676
4684
 
4677
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
4685
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
4678
4686
  """
4679
- Argument NumberOfLayers.
4687
+ Argument BoundaryLayerLevels.
4680
4688
  """
4681
4689
 
4682
- class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4690
+ class _X(PyNumericalCommandArgumentsSubItem):
4683
4691
  """
4684
- Argument LastRatioPercentage.
4692
+ Argument X.
4685
4693
  """
4686
4694
 
4687
- class _X(PyNumericalCommandArgumentsSubItem):
4695
+ class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
4688
4696
  """
4689
- Argument X.
4697
+ Argument LastRatioPercentage.
4690
4698
  """
4691
4699
 
4692
4700
  class _FlipDirection(PyParameterCommandArgumentsSubItem):
@@ -4726,32 +4734,32 @@ class Root(PyMenu):
4726
4734
 
4727
4735
  def __init__(self, parent, attr, service, rules, path):
4728
4736
  super().__init__(parent, attr, service, rules, path)
4729
- self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
4730
4737
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
4738
+ self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
4731
4739
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
4732
4740
  self.X1 = self._X1(self, "X1", service, rules, path)
4733
4741
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
4734
4742
  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
4743
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
4744
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
4745
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
4738
4746
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
4739
4747
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
4740
4748
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
4741
- self.X2 = self._X2(self, "X2", service, rules, path)
4742
- self.Node2 = self._Node2(self, "Node2", service, rules, path)
4743
4749
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
4750
+ self.Node2 = self._Node2(self, "Node2", service, rules, path)
4751
+ self.X2 = self._X2(self, "X2", service, rules, path)
4744
4752
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
4745
4753
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
4746
4754
 
4747
- class _HeightNode(PyTextualCommandArgumentsSubItem):
4755
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
4748
4756
  """
4749
- Argument HeightNode.
4757
+ Argument X-Offset.
4750
4758
  """
4751
4759
 
4752
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
4760
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
4753
4761
  """
4754
- Argument X-Offset.
4762
+ Argument HeightNode.
4755
4763
  """
4756
4764
 
4757
4765
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -4774,9 +4782,9 @@ class Root(PyMenu):
4774
4782
  Argument Z-Offset.
4775
4783
  """
4776
4784
 
4777
- class _Z1(PyNumericalCommandArgumentsSubItem):
4785
+ class _Z2(PyNumericalCommandArgumentsSubItem):
4778
4786
  """
4779
- Argument Z1.
4787
+ Argument Z2.
4780
4788
  """
4781
4789
 
4782
4790
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -4784,9 +4792,9 @@ class Root(PyMenu):
4784
4792
  Argument Node1.
4785
4793
  """
4786
4794
 
4787
- class _Z2(PyNumericalCommandArgumentsSubItem):
4795
+ class _Z1(PyNumericalCommandArgumentsSubItem):
4788
4796
  """
4789
- Argument Z2.
4797
+ Argument Z1.
4790
4798
  """
4791
4799
 
4792
4800
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -4804,9 +4812,9 @@ class Root(PyMenu):
4804
4812
  Argument Node3.
4805
4813
  """
4806
4814
 
4807
- class _X2(PyNumericalCommandArgumentsSubItem):
4815
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4808
4816
  """
4809
- Argument X2.
4817
+ Argument Y-Offset.
4810
4818
  """
4811
4819
 
4812
4820
  class _Node2(PyTextualCommandArgumentsSubItem):
@@ -4814,9 +4822,9 @@ class Root(PyMenu):
4814
4822
  Argument Node2.
4815
4823
  """
4816
4824
 
4817
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
4825
+ class _X2(PyNumericalCommandArgumentsSubItem):
4818
4826
  """
4819
- Argument Y-Offset.
4827
+ Argument X2.
4820
4828
  """
4821
4829
 
4822
4830
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -4873,8 +4881,8 @@ class Root(PyMenu):
4873
4881
  def __init__(self, parent, attr, service, rules, path):
4874
4882
  super().__init__(parent, attr, service, rules, path)
4875
4883
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
4876
- self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
4877
4884
  self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
4885
+ self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
4878
4886
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
4879
4887
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
4880
4888
  self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
@@ -4892,14 +4900,14 @@ class Root(PyMenu):
4892
4900
  Argument CylinderZ2.
4893
4901
  """
4894
4902
 
4895
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
4903
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
4896
4904
  """
4897
- Argument CylinderX2.
4905
+ Argument BoxYLength.
4898
4906
  """
4899
4907
 
4900
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
4908
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
4901
4909
  """
4902
- Argument BoxYLength.
4910
+ Argument CylinderX2.
4903
4911
  """
4904
4912
 
4905
4913
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -5095,7 +5103,7 @@ class Root(PyMenu):
5095
5103
  def __init__(self, parent, attr, service, rules, path):
5096
5104
  super().__init__(parent, attr, service, rules, path)
5097
5105
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5098
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5106
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5099
5107
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5100
5108
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5101
5109
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5106,16 +5114,16 @@ class Root(PyMenu):
5106
5114
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5107
5115
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5108
5116
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5109
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5117
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5110
5118
 
5111
5119
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5112
5120
  """
5113
5121
  Argument SizeRelativeLength.
5114
5122
  """
5115
5123
 
5116
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5124
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5117
5125
  """
5118
- Specify the x-coordinate of the offset collar mesh.
5126
+ Argument XmaxRatio.
5119
5127
  """
5120
5128
 
5121
5129
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -5168,9 +5176,9 @@ class Root(PyMenu):
5168
5176
  Argument ZmaxRatio.
5169
5177
  """
5170
5178
 
5171
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5179
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
5172
5180
  """
5173
- Argument XmaxRatio.
5181
+ Specify the x-coordinate of the offset collar mesh.
5174
5182
  """
5175
5183
 
5176
5184
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -5185,14 +5193,14 @@ class Root(PyMenu):
5185
5193
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
5186
5194
  self.Y = self._Y(self, "Y", service, rules, path)
5187
5195
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5188
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5189
- self.Rate = self._Rate(self, "Rate", service, rules, path)
5190
5196
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5191
5197
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5198
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5199
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5192
5200
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5193
5201
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5194
5202
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5195
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5203
+ self.Rate = self._Rate(self, "Rate", service, rules, path)
5196
5204
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5197
5205
  self.X = self._X(self, "X", service, rules, path)
5198
5206
  self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
@@ -5226,24 +5234,24 @@ class Root(PyMenu):
5226
5234
  Argument DefeaturingSize.
5227
5235
  """
5228
5236
 
5229
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5237
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5230
5238
  """
5231
- Argument BoundaryLayerLevels.
5239
+ Argument AspectRatio.
5232
5240
  """
5233
5241
 
5234
- class _Rate(PyNumericalCommandArgumentsSubItem):
5242
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5235
5243
  """
5236
- Argument Rate.
5244
+ Argument WakeGrowthFactor.
5237
5245
  """
5238
5246
 
5239
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
5247
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5240
5248
  """
5241
- Argument AspectRatio.
5249
+ Argument NumberOfLayers.
5242
5250
  """
5243
5251
 
5244
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5252
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5245
5253
  """
5246
- Argument WakeGrowthFactor.
5254
+ Argument BoundaryLayerLevels.
5247
5255
  """
5248
5256
 
5249
5257
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5261,9 +5269,9 @@ class Root(PyMenu):
5261
5269
  Choose a single edge zone from the list below for your edge-based collar mesh. Use the Filter Text field to provide text and/or regular expressions in filtering the list. The matching list item(s) are automatically displayed in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
5262
5270
  """
5263
5271
 
5264
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5272
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5265
5273
  """
5266
- Argument NumberOfLayers.
5274
+ Argument Rate.
5267
5275
  """
5268
5276
 
5269
5277
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -5313,8 +5321,8 @@ class Root(PyMenu):
5313
5321
 
5314
5322
  def __init__(self, parent, attr, service, rules, path):
5315
5323
  super().__init__(parent, attr, service, rules, path)
5316
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5317
5324
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5325
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5318
5326
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5319
5327
  self.X1 = self._X1(self, "X1", service, rules, path)
5320
5328
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -5326,19 +5334,19 @@ class Root(PyMenu):
5326
5334
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5327
5335
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5328
5336
  self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5329
- self.X2 = self._X2(self, "X2", service, rules, path)
5330
5337
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5338
+ self.X2 = self._X2(self, "X2", service, rules, path)
5331
5339
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5332
5340
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5333
5341
 
5334
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5342
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5335
5343
  """
5336
- Argument X-Offset.
5344
+ Argument HeightNode.
5337
5345
  """
5338
5346
 
5339
- class _HeightNode(PyTextualCommandArgumentsSubItem):
5347
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5340
5348
  """
5341
- Argument HeightNode.
5349
+ Argument X-Offset.
5342
5350
  """
5343
5351
 
5344
5352
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5396,14 +5404,14 @@ class Root(PyMenu):
5396
5404
  Argument Y-Offset.
5397
5405
  """
5398
5406
 
5399
- class _X2(PyNumericalCommandArgumentsSubItem):
5407
+ class _Node2(PyTextualCommandArgumentsSubItem):
5400
5408
  """
5401
- Argument X2.
5409
+ Argument Node2.
5402
5410
  """
5403
5411
 
5404
- class _Node2(PyTextualCommandArgumentsSubItem):
5412
+ class _X2(PyNumericalCommandArgumentsSubItem):
5405
5413
  """
5406
- Argument Node2.
5414
+ Argument X2.
5407
5415
  """
5408
5416
 
5409
5417
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -5460,8 +5468,8 @@ class Root(PyMenu):
5460
5468
  def __init__(self, parent, attr, service, rules, path):
5461
5469
  super().__init__(parent, attr, service, rules, path)
5462
5470
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
5463
- self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
5464
5471
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
5472
+ self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
5465
5473
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
5466
5474
  self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
5467
5475
  self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
@@ -5470,8 +5478,8 @@ class Root(PyMenu):
5470
5478
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
5471
5479
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
5472
5480
  self.BoxCenterX = self._BoxCenterX(self, "BoxCenterX", service, rules, path)
5473
- self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
5474
5481
  self.CylinderRadius2 = self._CylinderRadius2(self, "CylinderRadius2", service, rules, path)
5482
+ self.BoxCenterZ = self._BoxCenterZ(self, "BoxCenterZ", service, rules, path)
5475
5483
  self.CylinderY2 = self._CylinderY2(self, "CylinderY2", service, rules, path)
5476
5484
 
5477
5485
  class _CylinderZ2(PyNumericalCommandArgumentsSubItem):
@@ -5479,14 +5487,14 @@ class Root(PyMenu):
5479
5487
  Argument CylinderZ2.
5480
5488
  """
5481
5489
 
5482
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5490
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5483
5491
  """
5484
- Argument BoxYLength.
5492
+ Argument CylinderX2.
5485
5493
  """
5486
5494
 
5487
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
5495
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
5488
5496
  """
5489
- Argument CylinderX2.
5497
+ Argument BoxYLength.
5490
5498
  """
5491
5499
 
5492
5500
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -5529,14 +5537,14 @@ class Root(PyMenu):
5529
5537
  Specify the x-coordinate of the offset collar mesh.
5530
5538
  """
5531
5539
 
5532
- class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
5540
+ class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
5533
5541
  """
5534
- Specify the z-coordinate of the offset collar mesh.
5542
+ Argument CylinderRadius2.
5535
5543
  """
5536
5544
 
5537
- class _CylinderRadius2(PyNumericalCommandArgumentsSubItem):
5545
+ class _BoxCenterZ(PyNumericalCommandArgumentsSubItem):
5538
5546
  """
5539
- Argument CylinderRadius2.
5547
+ Specify the z-coordinate of the offset collar mesh.
5540
5548
  """
5541
5549
 
5542
5550
  class _CylinderY2(PyNumericalCommandArgumentsSubItem):
@@ -5683,7 +5691,7 @@ class Root(PyMenu):
5683
5691
  def __init__(self, parent, attr, service, rules, path):
5684
5692
  super().__init__(parent, attr, service, rules, path)
5685
5693
  self.SizeRelativeLength = self._SizeRelativeLength(self, "SizeRelativeLength", service, rules, path)
5686
- self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5694
+ self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5687
5695
  self.XminRatio = self._XminRatio(self, "XminRatio", service, rules, path)
5688
5696
  self.YminRatio = self._YminRatio(self, "YminRatio", service, rules, path)
5689
5697
  self.Zmin = self._Zmin(self, "Zmin", service, rules, path)
@@ -5694,16 +5702,16 @@ class Root(PyMenu):
5694
5702
  self.Xmin = self._Xmin(self, "Xmin", service, rules, path)
5695
5703
  self.YmaxRatio = self._YmaxRatio(self, "YmaxRatio", service, rules, path)
5696
5704
  self.ZmaxRatio = self._ZmaxRatio(self, "ZmaxRatio", service, rules, path)
5697
- self.Xmax = self._Xmax(self, "Xmax", service, rules, path)
5705
+ self.XmaxRatio = self._XmaxRatio(self, "XmaxRatio", service, rules, path)
5698
5706
 
5699
5707
  class _SizeRelativeLength(PyTextualCommandArgumentsSubItem):
5700
5708
  """
5701
5709
  Determine if you would like to specify the bounding box for the component mesh as a ratio of the geometry length, or by specifying a specific location for the minimum and maximum coordinates.
5702
5710
  """
5703
5711
 
5704
- class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5712
+ class _Xmax(PyNumericalCommandArgumentsSubItem):
5705
5713
  """
5706
- Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
5714
+ Extends the maximum size of the bounding box in the X direction by the specified value.
5707
5715
  """
5708
5716
 
5709
5717
  class _XminRatio(PyNumericalCommandArgumentsSubItem):
@@ -5756,9 +5764,9 @@ class Root(PyMenu):
5756
5764
  Extends the maximum size of the bounding box in the Z direction by the specified value. The value is the ratio relative to the geometry size in the Z direction.
5757
5765
  """
5758
5766
 
5759
- class _Xmax(PyNumericalCommandArgumentsSubItem):
5767
+ class _XmaxRatio(PyNumericalCommandArgumentsSubItem):
5760
5768
  """
5761
- Extends the maximum size of the bounding box in the X direction by the specified value.
5769
+ Extends the maximum size of the bounding box in the X direction by the specified value. The value is the ratio relative to the geometry size in the X direction.
5762
5770
  """
5763
5771
 
5764
5772
  class _OffsetObject(PySingletonCommandArgumentsSubItem):
@@ -5774,13 +5782,13 @@ class Root(PyMenu):
5774
5782
  self.Y = self._Y(self, "Y", service, rules, path)
5775
5783
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
5776
5784
  self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
5777
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5778
- self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5779
5785
  self.Rate = self._Rate(self, "Rate", service, rules, path)
5786
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
5787
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5780
5788
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
5781
5789
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
5782
5790
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
5783
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
5791
+ self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
5784
5792
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
5785
5793
  self.X = self._X(self, "X", service, rules, path)
5786
5794
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
@@ -5819,19 +5827,19 @@ class Root(PyMenu):
5819
5827
  Specify the ratio of the prism base length to the prism layer height.
5820
5828
  """
5821
5829
 
5822
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5830
+ class _Rate(PyNumericalCommandArgumentsSubItem):
5823
5831
  """
5824
- Select the number of boundary layers to be generated.
5832
+ Specify the rate of growth of the boundary layer.
5825
5833
  """
5826
5834
 
5827
- class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5835
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
5828
5836
  """
5829
- Argument WakeGrowthFactor.
5837
+ Select the number of boundary layers to be generated.
5830
5838
  """
5831
5839
 
5832
- class _Rate(PyNumericalCommandArgumentsSubItem):
5840
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5833
5841
  """
5834
- Specify the rate of growth of the boundary layer.
5842
+ Argument BoundaryLayerLevels.
5835
5843
  """
5836
5844
 
5837
5845
  class _FlowDirection(PyTextualCommandArgumentsSubItem):
@@ -5849,9 +5857,9 @@ class Root(PyMenu):
5849
5857
  Argument EdgeSelectionList.
5850
5858
  """
5851
5859
 
5852
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
5860
+ class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
5853
5861
  """
5854
- Argument BoundaryLayerLevels.
5862
+ Argument WakeGrowthFactor.
5855
5863
  """
5856
5864
 
5857
5865
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -5901,8 +5909,8 @@ class Root(PyMenu):
5901
5909
 
5902
5910
  def __init__(self, parent, attr, service, rules, path):
5903
5911
  super().__init__(parent, attr, service, rules, path)
5904
- self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5905
5912
  self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
5913
+ self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
5906
5914
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
5907
5915
  self.X1 = self._X1(self, "X1", service, rules, path)
5908
5916
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
@@ -5914,19 +5922,19 @@ class Root(PyMenu):
5914
5922
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
5915
5923
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
5916
5924
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
5917
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5918
5925
  self.X2 = self._X2(self, "X2", service, rules, path)
5926
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
5919
5927
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
5920
5928
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
5921
5929
 
5922
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
5930
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
5923
5931
  """
5924
- Argument X-Offset.
5932
+ Argument HeightNode.
5925
5933
  """
5926
5934
 
5927
- class _HeightNode(PyTextualCommandArgumentsSubItem):
5935
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
5928
5936
  """
5929
- Argument HeightNode.
5937
+ Argument X-Offset.
5930
5938
  """
5931
5939
 
5932
5940
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -5984,14 +5992,14 @@ class Root(PyMenu):
5984
5992
  Argument Node2.
5985
5993
  """
5986
5994
 
5987
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5995
+ class _X2(PyNumericalCommandArgumentsSubItem):
5988
5996
  """
5989
- Argument Y-Offset.
5997
+ Argument X2.
5990
5998
  """
5991
5999
 
5992
- class _X2(PyNumericalCommandArgumentsSubItem):
6000
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
5993
6001
  """
5994
- Argument X2.
6002
+ Argument Y-Offset.
5995
6003
  """
5996
6004
 
5997
6005
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -6048,8 +6056,8 @@ class Root(PyMenu):
6048
6056
  def __init__(self, parent, attr, service, rules, path):
6049
6057
  super().__init__(parent, attr, service, rules, path)
6050
6058
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
6051
- self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
6052
6059
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
6060
+ self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
6053
6061
  self.CylinderX1 = self._CylinderX1(self, "CylinderX1", service, rules, path)
6054
6062
  self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
6055
6063
  self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
@@ -6067,14 +6075,14 @@ class Root(PyMenu):
6067
6075
  Argument CylinderZ2.
6068
6076
  """
6069
6077
 
6070
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
6078
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
6071
6079
  """
6072
- Argument BoxYLength.
6080
+ Argument CylinderX2.
6073
6081
  """
6074
6082
 
6075
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
6083
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
6076
6084
  """
6077
- Argument CylinderX2.
6085
+ Argument BoxYLength.
6078
6086
  """
6079
6087
 
6080
6088
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -6648,8 +6656,8 @@ class Root(PyMenu):
6648
6656
  LeakShieldName : str
6649
6657
  UseSizeField : str
6650
6658
  SizeFieldFileName : str
6651
- MaxHoleSize : float
6652
6659
  MinHoleSize : float
6660
+ MaxHoleSize : float
6653
6661
  SpecifyObj : bool
6654
6662
  SpecifyLive : bool
6655
6663
  SpecifyDead : bool
@@ -6670,8 +6678,8 @@ class Root(PyMenu):
6670
6678
  self.LeakShieldName = self._LeakShieldName(self, "LeakShieldName", service, rules, path)
6671
6679
  self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
6672
6680
  self.SizeFieldFileName = self._SizeFieldFileName(self, "SizeFieldFileName", service, rules, path)
6673
- self.MaxHoleSize = self._MaxHoleSize(self, "MaxHoleSize", service, rules, path)
6674
6681
  self.MinHoleSize = self._MinHoleSize(self, "MinHoleSize", service, rules, path)
6682
+ self.MaxHoleSize = self._MaxHoleSize(self, "MaxHoleSize", service, rules, path)
6675
6683
  self.SpecifyObj = self._SpecifyObj(self, "SpecifyObj", service, rules, path)
6676
6684
  self.SpecifyLive = self._SpecifyLive(self, "SpecifyLive", service, rules, path)
6677
6685
  self.SpecifyDead = self._SpecifyDead(self, "SpecifyDead", service, rules, path)
@@ -6697,14 +6705,14 @@ class Root(PyMenu):
6697
6705
  Argument SizeFieldFileName.
6698
6706
  """
6699
6707
 
6700
- class _MaxHoleSize(PyNumericalCommandArgumentsSubItem):
6708
+ class _MinHoleSize(PyNumericalCommandArgumentsSubItem):
6701
6709
  """
6702
- Argument MaxHoleSize.
6710
+ Argument MinHoleSize.
6703
6711
  """
6704
6712
 
6705
- class _MinHoleSize(PyNumericalCommandArgumentsSubItem):
6713
+ class _MaxHoleSize(PyNumericalCommandArgumentsSubItem):
6706
6714
  """
6707
- Argument MinHoleSize.
6715
+ Argument MaxHoleSize.
6708
6716
  """
6709
6717
 
6710
6718
  class _SpecifyObj(PyParameterCommandArgumentsSubItem):
@@ -6981,18 +6989,18 @@ class Root(PyMenu):
6981
6989
  self.ShowCoordinates = self._ShowCoordinates(self, "ShowCoordinates", service, rules, path)
6982
6990
  self.Y = self._Y(self, "Y", service, rules, path)
6983
6991
  self.DefeaturingSize = self._DefeaturingSize(self, "DefeaturingSize", service, rules, path)
6984
- self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
6992
+ self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
6985
6993
  self.Rate = self._Rate(self, "Rate", service, rules, path)
6986
- self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6994
+ self.BoundaryLayerLevels = self._BoundaryLayerLevels(self, "BoundaryLayerLevels", service, rules, path)
6987
6995
  self.WakeGrowthFactor = self._WakeGrowthFactor(self, "WakeGrowthFactor", service, rules, path)
6988
6996
  self.FlowDirection = self._FlowDirection(self, "FlowDirection", service, rules, path)
6989
6997
  self.MptMethodType = self._MptMethodType(self, "MptMethodType", service, rules, path)
6990
6998
  self.EdgeSelectionList = self._EdgeSelectionList(self, "EdgeSelectionList", service, rules, path)
6991
- self.AspectRatio = self._AspectRatio(self, "AspectRatio", service, rules, path)
6999
+ self.NumberOfLayers = self._NumberOfLayers(self, "NumberOfLayers", service, rules, path)
6992
7000
  self.LastRatioPercentage = self._LastRatioPercentage(self, "LastRatioPercentage", service, rules, path)
6993
7001
  self.X = self._X(self, "X", service, rules, path)
6994
- self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
6995
7002
  self.OffsetMethodType = self._OffsetMethodType(self, "OffsetMethodType", service, rules, path)
7003
+ self.FlipDirection = self._FlipDirection(self, "FlipDirection", service, rules, path)
6996
7004
  self.FirstHeight = self._FirstHeight(self, "FirstHeight", service, rules, path)
6997
7005
  self.BoundaryLayerHeight = self._BoundaryLayerHeight(self, "BoundaryLayerHeight", service, rules, path)
6998
7006
  self.CrossWakeGrowthFactor = self._CrossWakeGrowthFactor(self, "CrossWakeGrowthFactor", service, rules, path)
@@ -7022,9 +7030,9 @@ class Root(PyMenu):
7022
7030
  Specify a value that is used to obtain a rough shape of the selected object(s). The larger the value, the more approximate the shape.
7023
7031
  """
7024
7032
 
7025
- class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
7033
+ class _AspectRatio(PyNumericalCommandArgumentsSubItem):
7026
7034
  """
7027
- Specify the number of boundary layers that are to be captured in the refinement region.
7035
+ Argument AspectRatio.
7028
7036
  """
7029
7037
 
7030
7038
  class _Rate(PyNumericalCommandArgumentsSubItem):
@@ -7032,9 +7040,9 @@ class Root(PyMenu):
7032
7040
  Argument Rate.
7033
7041
  """
7034
7042
 
7035
- class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7043
+ class _BoundaryLayerLevels(PyNumericalCommandArgumentsSubItem):
7036
7044
  """
7037
- Argument NumberOfLayers.
7045
+ Specify the number of boundary layers that are to be captured in the refinement region.
7038
7046
  """
7039
7047
 
7040
7048
  class _WakeGrowthFactor(PyNumericalCommandArgumentsSubItem):
@@ -7057,9 +7065,9 @@ class Root(PyMenu):
7057
7065
  Argument EdgeSelectionList.
7058
7066
  """
7059
7067
 
7060
- class _AspectRatio(PyNumericalCommandArgumentsSubItem):
7068
+ class _NumberOfLayers(PyNumericalCommandArgumentsSubItem):
7061
7069
  """
7062
- Argument AspectRatio.
7070
+ Argument NumberOfLayers.
7063
7071
  """
7064
7072
 
7065
7073
  class _LastRatioPercentage(PyNumericalCommandArgumentsSubItem):
@@ -7072,14 +7080,14 @@ class Root(PyMenu):
7072
7080
  Specify the X-coordinate for the initial position of the cylindrical refinement region.
7073
7081
  """
7074
7082
 
7075
- class _FlipDirection(PyParameterCommandArgumentsSubItem):
7083
+ class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
7076
7084
  """
7077
- Reverses the orientation of the refinement region.
7085
+ Argument OffsetMethodType.
7078
7086
  """
7079
7087
 
7080
- class _OffsetMethodType(PyTextualCommandArgumentsSubItem):
7088
+ class _FlipDirection(PyParameterCommandArgumentsSubItem):
7081
7089
  """
7082
- Argument OffsetMethodType.
7090
+ Reverses the orientation of the refinement region.
7083
7091
  """
7084
7092
 
7085
7093
  class _FirstHeight(PyNumericalCommandArgumentsSubItem):
@@ -7109,32 +7117,32 @@ class Root(PyMenu):
7109
7117
 
7110
7118
  def __init__(self, parent, attr, service, rules, path):
7111
7119
  super().__init__(parent, attr, service, rules, path)
7112
- self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
7113
7120
  self.X_Offset = self._X_Offset(self, "X-Offset", service, rules, path)
7121
+ self.HeightNode = self._HeightNode(self, "HeightNode", service, rules, path)
7114
7122
  self.HeightBackInc = self._HeightBackInc(self, "HeightBackInc", service, rules, path)
7115
7123
  self.X1 = self._X1(self, "X1", service, rules, path)
7116
7124
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
7117
7125
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
7118
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
7119
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
7120
7126
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
7127
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
7128
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
7121
7129
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
7122
7130
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
7123
7131
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
7124
7132
  self.X2 = self._X2(self, "X2", service, rules, path)
7125
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
7126
7133
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
7134
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
7127
7135
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
7128
7136
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
7129
7137
 
7130
- class _HeightNode(PyTextualCommandArgumentsSubItem):
7138
+ class _X_Offset(PyNumericalCommandArgumentsSubItem):
7131
7139
  """
7132
- Argument HeightNode.
7140
+ Specify the X-coordinate for the offset of the initial position of the cylinder.
7133
7141
  """
7134
7142
 
7135
- class _X_Offset(PyNumericalCommandArgumentsSubItem):
7143
+ class _HeightNode(PyTextualCommandArgumentsSubItem):
7136
7144
  """
7137
- Specify the X-coordinate for the offset of the initial position of the cylinder.
7145
+ Argument HeightNode.
7138
7146
  """
7139
7147
 
7140
7148
  class _HeightBackInc(PyNumericalCommandArgumentsSubItem):
@@ -7157,9 +7165,9 @@ class Root(PyMenu):
7157
7165
  Specify the Z-coordinate for the offset of the initial position of the cylinder.
7158
7166
  """
7159
7167
 
7160
- class _Z1(PyNumericalCommandArgumentsSubItem):
7168
+ class _Z2(PyNumericalCommandArgumentsSubItem):
7161
7169
  """
7162
- Specify the Z-coordinate of the first position of the cylinder.
7170
+ Specify the Z-coordinate of the second position of the cylinder.
7163
7171
  """
7164
7172
 
7165
7173
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -7167,9 +7175,9 @@ class Root(PyMenu):
7167
7175
  Argument Node1.
7168
7176
  """
7169
7177
 
7170
- class _Z2(PyNumericalCommandArgumentsSubItem):
7178
+ class _Z1(PyNumericalCommandArgumentsSubItem):
7171
7179
  """
7172
- Specify the Z-coordinate of the second position of the cylinder.
7180
+ Specify the Z-coordinate of the first position of the cylinder.
7173
7181
  """
7174
7182
 
7175
7183
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -7192,14 +7200,14 @@ class Root(PyMenu):
7192
7200
  Specify the X-coordinate of the second position of the cylinder.
7193
7201
  """
7194
7202
 
7195
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
7203
+ class _Node2(PyTextualCommandArgumentsSubItem):
7196
7204
  """
7197
- Specify the Y-coordinate for the offset of the initial position of the cylinder.
7205
+ Argument Node2.
7198
7206
  """
7199
7207
 
7200
- class _Node2(PyTextualCommandArgumentsSubItem):
7208
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
7201
7209
  """
7202
- Argument Node2.
7210
+ Specify the Y-coordinate for the offset of the initial position of the cylinder.
7203
7211
  """
7204
7212
 
7205
7213
  class _HeightFrontInc(PyNumericalCommandArgumentsSubItem):
@@ -7256,12 +7264,12 @@ class Root(PyMenu):
7256
7264
  def __init__(self, parent, attr, service, rules, path):
7257
7265
  super().__init__(parent, attr, service, rules, path)
7258
7266
  self.CylinderZ2 = self._CylinderZ2(self, "CylinderZ2", service, rules, path)
7259
- self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
7260
7267
  self.CylinderX2 = self._CylinderX2(self, "CylinderX2", service, rules, path)
7268
+ self.BoxYLength = self._BoxYLength(self, "BoxYLength", service, rules, path)
7261
7269
  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
7270
  self.BoxZLength = self._BoxZLength(self, "BoxZLength", service, rules, path)
7271
+ self.CylinderY1 = self._CylinderY1(self, "CylinderY1", service, rules, path)
7272
+ self.BoxXLength = self._BoxXLength(self, "BoxXLength", service, rules, path)
7265
7273
  self.BoxCenterY = self._BoxCenterY(self, "BoxCenterY", service, rules, path)
7266
7274
  self.CylinderZ1 = self._CylinderZ1(self, "CylinderZ1", service, rules, path)
7267
7275
  self.CylinderRadius1 = self._CylinderRadius1(self, "CylinderRadius1", service, rules, path)
@@ -7275,14 +7283,14 @@ class Root(PyMenu):
7275
7283
  Specify the Z-coordinate of the second position of the cylinder.
7276
7284
  """
7277
7285
 
7278
- class _BoxYLength(PyNumericalCommandArgumentsSubItem):
7286
+ class _CylinderX2(PyNumericalCommandArgumentsSubItem):
7279
7287
  """
7280
- Argument BoxYLength.
7288
+ Specify the X-coordinate of the second position of the cylinder.
7281
7289
  """
7282
7290
 
7283
- class _CylinderX2(PyNumericalCommandArgumentsSubItem):
7291
+ class _BoxYLength(PyNumericalCommandArgumentsSubItem):
7284
7292
  """
7285
- Specify the X-coordinate of the second position of the cylinder.
7293
+ Argument BoxYLength.
7286
7294
  """
7287
7295
 
7288
7296
  class _CylinderX1(PyNumericalCommandArgumentsSubItem):
@@ -7290,9 +7298,9 @@ class Root(PyMenu):
7290
7298
  Specify the X-coordinate of the first position of the cylinder.
7291
7299
  """
7292
7300
 
7293
- class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7301
+ class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7294
7302
  """
7295
- Argument BoxXLength.
7303
+ Argument BoxZLength.
7296
7304
  """
7297
7305
 
7298
7306
  class _CylinderY1(PyNumericalCommandArgumentsSubItem):
@@ -7300,9 +7308,9 @@ class Root(PyMenu):
7300
7308
  Specify the Y-coordinate of the first position of the cylinder.
7301
7309
  """
7302
7310
 
7303
- class _BoxZLength(PyNumericalCommandArgumentsSubItem):
7311
+ class _BoxXLength(PyNumericalCommandArgumentsSubItem):
7304
7312
  """
7305
- Argument BoxZLength.
7313
+ Argument BoxXLength.
7306
7314
  """
7307
7315
 
7308
7316
  class _BoxCenterY(PyNumericalCommandArgumentsSubItem):
@@ -7537,10 +7545,10 @@ class Root(PyMenu):
7537
7545
  def __init__(self, parent, attr, service, rules, path):
7538
7546
  super().__init__(parent, attr, service, rules, path)
7539
7547
  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
7548
  self.LabelSelectionList = self._LabelSelectionList(self, "LabelSelectionList", service, rules, path)
7543
7549
  self.ZoneSelectionList = self._ZoneSelectionList(self, "ZoneSelectionList", service, rules, path)
7550
+ self.Thickness = self._Thickness(self, "Thickness", service, rules, path)
7551
+ self.SelectionType = self._SelectionType(self, "SelectionType", service, rules, path)
7544
7552
  self.MeshSize = self._MeshSize(self, "MeshSize", service, rules, path)
7545
7553
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
7546
7554
  self.BufferSize = self._BufferSize(self, "BufferSize", service, rules, path)
@@ -7553,24 +7561,24 @@ class Root(PyMenu):
7553
7561
  Specify the number of layers, or divisions, along the thickness of the porous region.
7554
7562
  """
7555
7563
 
7556
- class _Thickness(PyNumericalCommandArgumentsSubItem):
7564
+ class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
7557
7565
  """
7558
- Specify the thickness (or the total height) of the porous region.
7566
+ 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
7567
  """
7560
7568
 
7561
- class _SelectionType(PyTextualCommandArgumentsSubItem):
7569
+ class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
7562
7570
  """
7563
- Choose how you want to make your selection (by object, zone, or label).
7571
+ 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
7572
  """
7565
7573
 
7566
- class _LabelSelectionList(PyTextualCommandArgumentsSubItem):
7574
+ class _Thickness(PyNumericalCommandArgumentsSubItem):
7567
7575
  """
7568
- 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...
7576
+ Specify the thickness (or the total height) of the porous region.
7569
7577
  """
7570
7578
 
7571
- class _ZoneSelectionList(PyTextualCommandArgumentsSubItem):
7579
+ class _SelectionType(PyTextualCommandArgumentsSubItem):
7572
7580
  """
7573
- 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...
7581
+ Choose how you want to make your selection (by object, zone, or label).
7574
7582
  """
7575
7583
 
7576
7584
  class _MeshSize(PyNumericalCommandArgumentsSubItem):
@@ -7911,10 +7919,10 @@ class Root(PyMenu):
7911
7919
  def __init__(self, parent, attr, service, rules, path):
7912
7920
  super().__init__(parent, attr, service, rules, path)
7913
7921
  self.PorousRegions = self._PorousRegions(self, "PorousRegions", service, rules, path)
7914
- self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
7915
- self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
7916
7922
  self.ZeroThickness = self._ZeroThickness(self, "ZeroThickness", service, rules, path)
7917
7923
  self.CloseLeakges = self._CloseLeakges(self, "CloseLeakges", service, rules, path)
7924
+ self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
7925
+ self.CloseLeakages = self._CloseLeakages(self, "CloseLeakages", service, rules, path)
7918
7926
  self.ExtractEdgeFeatures = self._ExtractEdgeFeatures(self, "ExtractEdgeFeatures", service, rules, path)
7919
7927
  self.MovingObjects = self._MovingObjects(self, "MovingObjects", service, rules, path)
7920
7928
  self.EnablePrimeWrapper = self._EnablePrimeWrapper(self, "EnablePrimeWrapper", service, rules, path)
@@ -7926,24 +7934,24 @@ class Root(PyMenu):
7926
7934
  Specify whether or not you will have any porous regions in your geometry. If so, then a Create Porous Regions task will be added to the workflow. A simple primitive rectangle will be placed over complex and detailed geometry of a porous region (for example, fins and tubes of a heat exchanger). With buffer layer:
7927
7935
  """
7928
7936
 
7929
- class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7937
+ class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7930
7938
  """
7931
- Argument CloseLeakages.
7939
+ Specify whether or not you will need to account for any portions of your geometry with zero-thickness, and apply thickness to them for a more refined surface mesh. If so, then an Add Thickness task will be added to the workflow.
7932
7940
  """
7933
7941
 
7934
- class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
7942
+ class _CloseLeakges(PyTextualCommandArgumentsSubItem):
7935
7943
  """
7936
- Display advanced options that you may want to apply to the workflow.
7944
+ Specify whether or not your geometry contains any problems (such as gaps or overlapping/intersecting surfaces) that may create leakages that need to be closed. If so, then a Define Leakage Threshold task is added to the workflow.
7937
7945
  """
7938
7946
 
7939
- class _ZeroThickness(PyTextualCommandArgumentsSubItem):
7947
+ class _AdvancedOptions(PyParameterCommandArgumentsSubItem):
7940
7948
  """
7941
- Specify whether or not you will need to account for any portions of your geometry with zero-thickness, and apply thickness to them for a more refined surface mesh. If so, then an Add Thickness task will be added to the workflow.
7949
+ Display advanced options that you may want to apply to the workflow.
7942
7950
  """
7943
7951
 
7944
- class _CloseLeakges(PyTextualCommandArgumentsSubItem):
7952
+ class _CloseLeakages(PyTextualCommandArgumentsSubItem):
7945
7953
  """
7946
- Specify whether or not your geometry contains any problems (such as gaps or overlapping/intersecting surfaces) that may create leakages that need to be closed. If so, then a Define Leakage Threshold task is added to the workflow.
7954
+ Argument CloseLeakages.
7947
7955
  """
7948
7956
 
7949
7957
  class _ExtractEdgeFeatures(PyTextualCommandArgumentsSubItem):
@@ -8386,8 +8394,8 @@ class Root(PyMenu):
8386
8394
  self.SplitQuads = self._SplitQuads(self, "SplitQuads", service, rules, path)
8387
8395
  self.MaxAspectRatio = self._MaxAspectRatio(self, "MaxAspectRatio", service, rules, path)
8388
8396
  self.MinAspectRatio = self._MinAspectRatio(self, "MinAspectRatio", service, rules, path)
8389
- self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
8390
8397
  self.RemeshGrowthRate = self._RemeshGrowthRate(self, "RemeshGrowthRate", service, rules, path)
8398
+ self.LocalRemesh = self._LocalRemesh(self, "LocalRemesh", service, rules, path)
8391
8399
  self.GapFactor = self._GapFactor(self, "GapFactor", service, rules, path)
8392
8400
  self.RefineStretchedQuads = self._RefineStretchedQuads(self, "RefineStretchedQuads", service, rules, path)
8393
8401
  self.ShowPrism2DPreferences = self._ShowPrism2DPreferences(self, "ShowPrism2DPreferences", service, rules, path)
@@ -8409,14 +8417,14 @@ class Root(PyMenu):
8409
8417
  Argument MinAspectRatio.
8410
8418
  """
8411
8419
 
8412
- class _LocalRemesh(PyTextualCommandArgumentsSubItem):
8420
+ class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
8413
8421
  """
8414
- Argument LocalRemesh.
8422
+ Argument RemeshGrowthRate.
8415
8423
  """
8416
8424
 
8417
- class _RemeshGrowthRate(PyNumericalCommandArgumentsSubItem):
8425
+ class _LocalRemesh(PyTextualCommandArgumentsSubItem):
8418
8426
  """
8419
- Argument RemeshGrowthRate.
8427
+ Argument LocalRemesh.
8420
8428
  """
8421
8429
 
8422
8430
  class _GapFactor(PyNumericalCommandArgumentsSubItem):
@@ -9163,8 +9171,8 @@ class Root(PyMenu):
9163
9171
  self.SaveSizeFieldFile = self._SaveSizeFieldFile(self, "SaveSizeFieldFile", service, rules, path)
9164
9172
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
9165
9173
  self.ScopeProximityTo = self._ScopeProximityTo(self, "ScopeProximityTo", service, rules, path)
9166
- self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
9167
9174
  self.CurvatureNormalAngle = self._CurvatureNormalAngle(self, "CurvatureNormalAngle", service, rules, path)
9175
+ self.PreviewSizefield = self._PreviewSizefield(self, "PreviewSizefield", service, rules, path)
9168
9176
  self.SaveSizeField = self._SaveSizeField(self, "SaveSizeField", service, rules, path)
9169
9177
  self.UseSizeFiles = self._UseSizeFiles(self, "UseSizeFiles", service, rules, path)
9170
9178
  self.AutoCreateScopedSizing = self._AutoCreateScopedSizing(self, "AutoCreateScopedSizing", service, rules, path)
@@ -9194,14 +9202,14 @@ class Root(PyMenu):
9194
9202
  Set proximity based refinement. Edges considers edge-to-edge proximity, while Faces considers face-to-face proximity, and Faces and Edges considers both. More...
9195
9203
  """
9196
9204
 
9197
- class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
9205
+ class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9198
9206
  """
9199
- Enable this option to visualize the size field in the graphics window.
9207
+ Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve. More...
9200
9208
  """
9201
9209
 
9202
- class _CurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
9210
+ class _PreviewSizefield(PyParameterCommandArgumentsSubItem):
9203
9211
  """
9204
- Specify the maximum allowable angle (from 0 to 180 degrees) that one element edge is allowed to span given a particular geometry curvature. You can use this field to limit the number of elements that are generated along a curve or surface if the minimum size is too small for that particular curve. More...
9212
+ Enable this option to visualize the size field in the graphics window.
9205
9213
  """
9206
9214
 
9207
9215
  class _SaveSizeField(PyParameterCommandArgumentsSubItem):
@@ -9302,19 +9310,19 @@ class Root(PyMenu):
9302
9310
  def __init__(self, parent, attr, service, rules, path):
9303
9311
  super().__init__(parent, attr, service, rules, path)
9304
9312
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
9305
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9306
- self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9313
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9314
+ self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
9307
9315
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
9316
+ self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
9308
9317
  self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
9309
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
9310
9318
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
9311
- self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
9319
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
9312
9320
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
9313
- self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
9314
9321
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
9315
- self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9316
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9322
+ self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
9317
9323
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
9324
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
9325
+ self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
9318
9326
  self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
9319
9327
  self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
9320
9328
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
@@ -9325,14 +9333,14 @@ class Root(PyMenu):
9325
9333
  Specify the limiting skewness value for cell collapse to improve the mesh. If any remaining triangles are above this limit, these triangles will be aggressively removed using a fixed maximum angle of 120 degrees.
9326
9334
  """
9327
9335
 
9328
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9336
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
9329
9337
  """
9330
- 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.
9338
+ Argument AutoMerge.
9331
9339
  """
9332
9340
 
9333
- class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9341
+ class _SMSeparation(PyTextualCommandArgumentsSubItem):
9334
9342
  """
9335
- 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.
9343
+ 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.
9336
9344
  """
9337
9345
 
9338
9346
  class _ShowSurfaceMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -9340,14 +9348,14 @@ class Root(PyMenu):
9340
9348
  Display advanced options that you may want to apply to the task.
9341
9349
  """
9342
9350
 
9343
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
9351
+ class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
9344
9352
  """
9345
- Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
9353
+ Choose whether or not to apply quality measures during surface mesh generation. You should disable this option when using Multizone meshing of very thin structures, relative to the minimum size.
9346
9354
  """
9347
9355
 
9348
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
9356
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
9349
9357
  """
9350
- Argument AutoMerge.
9358
+ Specify a desired angle for determining separation. Assigning a smaller separation angle will produce more zones.
9351
9359
  """
9352
9360
 
9353
9361
  class _TVMAutoControlCreation(PyTextualCommandArgumentsSubItem):
@@ -9355,9 +9363,9 @@ class Root(PyMenu):
9355
9363
  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.
9356
9364
  """
9357
9365
 
9358
- class _SMSeparation(PyTextualCommandArgumentsSubItem):
9366
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
9359
9367
  """
9360
- 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.
9368
+ Specify the value limiting when folded faces are smoothed or resolved. Folded faces are resolved while under this limit. Set this value to 0 if the number of free nodes (due to a zero-thickness wall such as a baffle for instance) falls below 10.
9361
9369
  """
9362
9370
 
9363
9371
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -9365,19 +9373,19 @@ class Root(PyMenu):
9365
9373
  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.
9366
9374
  """
9367
9375
 
9368
- class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
9376
+ class _SMStepWidth(PyNumericalCommandArgumentsSubItem):
9369
9377
  """
9370
- Argument ParallelRegionCompute.
9378
+ Specify the width of the step that you wish to remove.
9371
9379
  """
9372
9380
 
9373
- class _SMStepWidth(PyNumericalCommandArgumentsSubItem):
9381
+ class _ParallelRegionCompute(PyTextualCommandArgumentsSubItem):
9374
9382
  """
9375
- Specify the width of the step that you wish to remove.
9383
+ Argument ParallelRegionCompute.
9376
9384
  """
9377
9385
 
9378
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
9386
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
9379
9387
  """
9380
- Specify the maximum size of the elements for the surface mesh.
9388
+ 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.
9381
9389
  """
9382
9390
 
9383
9391
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -9385,9 +9393,9 @@ class Root(PyMenu):
9385
9393
  Choose whether or not to automatically assign boundary types to zones.
9386
9394
  """
9387
9395
 
9388
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
9396
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
9389
9397
  """
9390
- 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.
9398
+ Specify the maximum size of the elements for the surface mesh.
9391
9399
  """
9392
9400
 
9393
9401
  class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
@@ -9462,18 +9470,18 @@ class Root(PyMenu):
9462
9470
 
9463
9471
  def __init__(self, parent, attr, service, rules, path):
9464
9472
  super().__init__(parent, attr, service, rules, path)
9465
- self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
9466
9473
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
9474
+ self.RefineFaceting = self._RefineFaceting(self, "RefineFaceting", service, rules, path)
9467
9475
  self.Tolerance = self._Tolerance(self, "Tolerance", service, rules, path)
9468
9476
 
9469
- class _RefineFaceting(PyParameterCommandArgumentsSubItem):
9477
+ class _MaxSize(PyNumericalCommandArgumentsSubItem):
9470
9478
  """
9471
- Argument RefineFaceting.
9479
+ Specify the maximum size of the elements for the surface mesh.
9472
9480
  """
9473
9481
 
9474
- class _MaxSize(PyNumericalCommandArgumentsSubItem):
9482
+ class _RefineFaceting(PyParameterCommandArgumentsSubItem):
9475
9483
  """
9476
- Specify the maximum size of the elements for the surface mesh.
9484
+ Argument RefineFaceting.
9477
9485
  """
9478
9486
 
9479
9487
  class _Tolerance(PyNumericalCommandArgumentsSubItem):
@@ -9495,10 +9503,10 @@ class Root(PyMenu):
9495
9503
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
9496
9504
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
9497
9505
  self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
9498
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9499
9506
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
9500
- self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9501
9507
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
9508
+ self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
9509
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
9502
9510
 
9503
9511
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
9504
9512
  """
@@ -9535,14 +9543,14 @@ class Root(PyMenu):
9535
9543
  Argument ImportCurvatureDataFromCAD.
9536
9544
  """
9537
9545
 
9538
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9546
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9539
9547
  """
9540
- Argument ImportNamedSelections.
9548
+ Argument ExtractFeatures.
9541
9549
  """
9542
9550
 
9543
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
9551
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9544
9552
  """
9545
- Argument ExtractFeatures.
9553
+ Argument UsePartOrBodyAsSuffix.
9546
9554
  """
9547
9555
 
9548
9556
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -9550,9 +9558,9 @@ class Root(PyMenu):
9550
9558
  Argument ImportPartNames.
9551
9559
  """
9552
9560
 
9553
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
9561
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
9554
9562
  """
9555
- Argument UsePartOrBodyAsSuffix.
9563
+ Argument ImportNamedSelections.
9556
9564
  """
9557
9565
 
9558
9566
  class _ShareTopologyPreferences(PySingletonCommandArgumentsSubItem):
@@ -9567,14 +9575,14 @@ class Root(PyMenu):
9567
9575
  self.ConnectLabelWildcard = self._ConnectLabelWildcard(self, "ConnectLabelWildcard", service, rules, path)
9568
9576
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
9569
9577
  self.RelativeShareTopologyTolerance = self._RelativeShareTopologyTolerance(self, "RelativeShareTopologyTolerance", service, rules, path)
9570
- self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9578
+ self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9571
9579
  self.ExecuteJoinIntersect = self._ExecuteJoinIntersect(self, "ExecuteJoinIntersect", service, rules, path)
9572
9580
  self.Operation = self._Operation(self, "Operation", service, rules, path)
9573
- self.FluidLabelWildcard = self._FluidLabelWildcard(self, "FluidLabelWildcard", service, rules, path)
9581
+ self.ShareTopologyAngle = self._ShareTopologyAngle(self, "ShareTopologyAngle", service, rules, path)
9574
9582
  self.STToleranceIncrement = self._STToleranceIncrement(self, "STToleranceIncrement", service, rules, path)
9575
- self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
9576
- self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9577
9583
  self.ShowShareTopologyPreferences = self._ShowShareTopologyPreferences(self, "ShowShareTopologyPreferences", service, rules, path)
9584
+ self.PerLabelList = self._PerLabelList(self, "PerLabelList", service, rules, path)
9585
+ self.IntfLabelList = self._IntfLabelList(self, "IntfLabelList", service, rules, path)
9578
9586
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
9579
9587
  self.NumberOfJoinTries = self._NumberOfJoinTries(self, "NumberOfJoinTries", service, rules, path)
9580
9588
 
@@ -9603,9 +9611,9 @@ class Root(PyMenu):
9603
9611
  Specify the relative tolerance for joining or intersecting face pairs, or the relative tolerance for connecting edge and face pairs.
9604
9612
  """
9605
9613
 
9606
- class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9614
+ class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9607
9615
  """
9608
- Specify the threshold angle for joining face pairs.
9616
+ Argument FluidLabelWildcard.
9609
9617
  """
9610
9618
 
9611
9619
  class _ExecuteJoinIntersect(PyTextualCommandArgumentsSubItem):
@@ -9618,9 +9626,9 @@ class Root(PyMenu):
9618
9626
  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.
9619
9627
  """
9620
9628
 
9621
- class _FluidLabelWildcard(PyTextualCommandArgumentsSubItem):
9629
+ class _ShareTopologyAngle(PyNumericalCommandArgumentsSubItem):
9622
9630
  """
9623
- Argument FluidLabelWildcard.
9631
+ Specify the threshold angle for joining face pairs.
9624
9632
  """
9625
9633
 
9626
9634
  class _STToleranceIncrement(PyNumericalCommandArgumentsSubItem):
@@ -9628,9 +9636,9 @@ class Root(PyMenu):
9628
9636
  Specify the increment by which the tolerance changes for each attempt to join face pairs.
9629
9637
  """
9630
9638
 
9631
- class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9639
+ class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9632
9640
  """
9633
- 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...
9641
+ Display advanced options that you may want to apply to the task.
9634
9642
  """
9635
9643
 
9636
9644
  class _PerLabelList(PyTextualCommandArgumentsSubItem):
@@ -9638,9 +9646,9 @@ class Root(PyMenu):
9638
9646
  Argument PerLabelList.
9639
9647
  """
9640
9648
 
9641
- class _ShowShareTopologyPreferences(PyParameterCommandArgumentsSubItem):
9649
+ class _IntfLabelList(PyTextualCommandArgumentsSubItem):
9642
9650
  """
9643
- Display advanced options that you may want to apply to the task.
9651
+ Enter a text string to filter out the list of labels. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using \\*, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or \\* in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More...
9644
9652
  """
9645
9653
 
9646
9654
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10033,9 +10041,9 @@ class Root(PyMenu):
10033
10041
  def __init__(self, parent, attr, service, rules, path):
10034
10042
  super().__init__(parent, attr, service, rules, path)
10035
10043
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
10036
- self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
10037
- self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10038
10044
  self.PeelLayers = self._PeelLayers(self, "PeelLayers", service, rules, path)
10045
+ self.TetPolyMaxCellLength = self._TetPolyMaxCellLength(self, "TetPolyMaxCellLength", service, rules, path)
10046
+ self.HexMinCellLength = self._HexMinCellLength(self, "HexMinCellLength", service, rules, path)
10039
10047
  self.Type = self._Type(self, "Type", service, rules, path)
10040
10048
  self.CellSizing = self._CellSizing(self, "CellSizing", service, rules, path)
10041
10049
  self.HexMaxSize = self._HexMaxSize(self, "HexMaxSize", service, rules, path)
@@ -10048,9 +10056,9 @@ class Root(PyMenu):
10048
10056
  Argument MaxSize.
10049
10057
  """
10050
10058
 
10051
- class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10059
+ class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10052
10060
  """
10053
- The minimum cell length for the hexcore or poly-hexcore volume fill types.
10061
+ Specify the number of layers that control the gap between the hexahedra core and the geometry. This distance is assumed to be the height of an ideal tetrahedral cell on the boundary face.
10054
10062
  """
10055
10063
 
10056
10064
  class _TetPolyMaxCellLength(PyNumericalCommandArgumentsSubItem):
@@ -10058,9 +10066,9 @@ class Root(PyMenu):
10058
10066
  The maximum cell length for either the tetrahedron, polyhedron, or poly-hexcore volume fill types.
10059
10067
  """
10060
10068
 
10061
- class _PeelLayers(PyNumericalCommandArgumentsSubItem):
10069
+ class _HexMinCellLength(PyNumericalCommandArgumentsSubItem):
10062
10070
  """
10063
- 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.
10071
+ The minimum cell length for the hexcore or poly-hexcore volume fill types.
10064
10072
  """
10065
10073
 
10066
10074
  class _Type(PyTextualCommandArgumentsSubItem):
@@ -10115,13 +10123,13 @@ class Root(PyMenu):
10115
10123
 
10116
10124
  def __init__(self, parent, attr, service, rules, path):
10117
10125
  super().__init__(parent, attr, service, rules, path)
10118
- self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
10119
- self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
10120
- self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
10121
- self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
10122
- self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
10123
10126
  self.MergeBodyLabels = self._MergeBodyLabels(self, "MergeBodyLabels", service, rules, path)
10127
+ self.PolyFeatureAngle = self._PolyFeatureAngle(self, "PolyFeatureAngle", service, rules, path)
10128
+ self.MinPolySize = self._MinPolySize(self, "MinPolySize", service, rules, path)
10124
10129
  self.UseSizeFieldInSolids = self._UseSizeFieldInSolids(self, "UseSizeFieldInSolids", service, rules, path)
10130
+ self.SizeFieldPeriodicity = self._SizeFieldPeriodicity(self, "SizeFieldPeriodicity", service, rules, path)
10131
+ self.UseSizeField = self._UseSizeField(self, "UseSizeField", service, rules, path)
10132
+ self.QualityMethod = self._QualityMethod(self, "QualityMethod", service, rules, path)
10125
10133
  self.ShowVolumeMeshPreferences = self._ShowVolumeMeshPreferences(self, "ShowVolumeMeshPreferences", service, rules, path)
10126
10134
  self.TetInSolids = self._TetInSolids(self, "TetInSolids", service, rules, path)
10127
10135
  self.AddMultipleQualityMethods = self._AddMultipleQualityMethods(self, "AddMultipleQualityMethods", service, rules, path)
@@ -10130,20 +10138,20 @@ class Root(PyMenu):
10130
10138
  self.PrepareZoneNames = self._PrepareZoneNames(self, "PrepareZoneNames", service, rules, path)
10131
10139
  self.CheckSelfProximity = self._CheckSelfProximity(self, "CheckSelfProximity", service, rules, path)
10132
10140
  self.Avoid1_8Transition = self._Avoid1_8Transition(self, "Avoid1_8Transition", service, rules, path)
10133
- self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10134
10141
  self.MinFaceArea = self._MinFaceArea(self, "MinFaceArea", service, rules, path)
10142
+ self.PolyInSolids = self._PolyInSolids(self, "PolyInSolids", service, rules, path)
10135
10143
  self.SolidGrowthRate = self._SolidGrowthRate(self, "SolidGrowthRate", service, rules, path)
10136
10144
  self.MinEdgeLength = self._MinEdgeLength(self, "MinEdgeLength", service, rules, path)
10137
10145
  self.QualityWarningLimit = self._QualityWarningLimit(self, "QualityWarningLimit", service, rules, path)
10138
10146
 
10139
- class _UseSizeField(PyTextualCommandArgumentsSubItem):
10147
+ class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
10140
10148
  """
10141
- 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.
10149
+ Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10142
10150
  """
10143
10151
 
10144
- class _QualityMethod(PyTextualCommandArgumentsSubItem):
10152
+ class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
10145
10153
  """
10146
- Choose from several different types of mesh quality controls (skewness, aspect ratio, change in size, and so on). Choices include Orthogonal (the default for the workflows), Enhanced Orthogonal, and Skewness. For more information, see More... .
10154
+ Specify the angle to preserve features when using a polyhedral-based mesh.
10147
10155
  """
10148
10156
 
10149
10157
  class _MinPolySize(PyNumericalCommandArgumentsSubItem):
@@ -10151,9 +10159,9 @@ class Root(PyMenu):
10151
10159
  Argument MinPolySize.
10152
10160
  """
10153
10161
 
10154
- class _PolyFeatureAngle(PyNumericalCommandArgumentsSubItem):
10162
+ class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10155
10163
  """
10156
- Specify the angle to preserve features when using a polyhedral-based mesh.
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.
10157
10165
  """
10158
10166
 
10159
10167
  class _SizeFieldPeriodicity(PyTextualCommandArgumentsSubItem):
@@ -10161,14 +10169,14 @@ class Root(PyMenu):
10161
10169
  Argument SizeFieldPeriodicity.
10162
10170
  """
10163
10171
 
10164
- class _MergeBodyLabels(PyTextualCommandArgumentsSubItem):
10172
+ class _UseSizeField(PyTextualCommandArgumentsSubItem):
10165
10173
  """
10166
- Determine whether or not you would like to merge bodies that contain multiple body labels when generating the volume mesh (the default is yes)
10174
+ Specify whether or not to use size fields as part of generating the volume mesh. By default, this is set to yes when a BOI or body sizing has been defined in the Add Local Sizing task, however, for large cases, it can be turned off for the hexcore and poly-hexcore volume fill methods.
10167
10175
  """
10168
10176
 
10169
- class _UseSizeFieldInSolids(PyTextualCommandArgumentsSubItem):
10177
+ class _QualityMethod(PyTextualCommandArgumentsSubItem):
10170
10178
  """
10171
- 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.
10179
+ Choose from several different types of mesh quality controls (skewness, aspect ratio, change in size, and so on). Choices include Orthogonal (the default for the workflows), Enhanced Orthogonal, and Skewness. For more information, see More... .
10172
10180
  """
10173
10181
 
10174
10182
  class _ShowVolumeMeshPreferences(PyParameterCommandArgumentsSubItem):
@@ -10211,14 +10219,14 @@ class Root(PyMenu):
10211
10219
  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.
10212
10220
  """
10213
10221
 
10214
- class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10222
+ class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10215
10223
  """
10216
- 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.
10224
+ Argument MinFaceArea.
10217
10225
  """
10218
10226
 
10219
- class _MinFaceArea(PyNumericalCommandArgumentsSubItem):
10227
+ class _PolyInSolids(PyTextualCommandArgumentsSubItem):
10220
10228
  """
10221
- Argument MinFaceArea.
10229
+ Indicate whether or not to fill only polyhedra cells in all solid regions during volume meshing using the poly-hexcore volume fill method. The default value is no. Setting this to yes may improve meshing efficiency.
10222
10230
  """
10223
10231
 
10224
10232
  class _SolidGrowthRate(PyNumericalCommandArgumentsSubItem):
@@ -10250,8 +10258,8 @@ class Root(PyMenu):
10250
10258
  self.PrismGapFactor = self._PrismGapFactor(self, "PrismGapFactor", service, rules, path)
10251
10259
  self.IgnoreInflation = self._IgnoreInflation(self, "IgnoreInflation", service, rules, path)
10252
10260
  self.MergeBoundaryLayers = self._MergeBoundaryLayers(self, "MergeBoundaryLayers", service, rules, path)
10253
- self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
10254
10261
  self.ShowPrismPreferences = self._ShowPrismPreferences(self, "ShowPrismPreferences", service, rules, path)
10262
+ self.NormalSmoothRelaxationFactor = self._NormalSmoothRelaxationFactor(self, "NormalSmoothRelaxationFactor", service, rules, path)
10255
10263
  self.StairstepExposedQuads = self._StairstepExposedQuads(self, "StairstepExposedQuads", service, rules, path)
10256
10264
  self.PrismMinAspectRatio = self._PrismMinAspectRatio(self, "PrismMinAspectRatio", service, rules, path)
10257
10265
  self.PrismAdjacentAngle = self._PrismAdjacentAngle(self, "PrismAdjacentAngle", service, rules, path)
@@ -10291,14 +10299,14 @@ class Root(PyMenu):
10291
10299
  Choose whether or not you want to have the boundary layer mesh merged into the bulk mesh.
10292
10300
  """
10293
10301
 
10294
- class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
10302
+ class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
10295
10303
  """
10296
- Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
10304
+ Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
10297
10305
  """
10298
10306
 
10299
- class _ShowPrismPreferences(PyParameterCommandArgumentsSubItem):
10307
+ class _NormalSmoothRelaxationFactor(PyNumericalCommandArgumentsSubItem):
10300
10308
  """
10301
- Display global settings for your boundary layers. Note that these settings are not applied for Multizone boundary layers
10309
+ Specify the smoothness factor for normal prism layers. Increasing this value will generate more prism layers especially near sharp corners.
10302
10310
  """
10303
10311
 
10304
10312
  class _StairstepExposedQuads(PyTextualCommandArgumentsSubItem):
@@ -10750,10 +10758,10 @@ class Root(PyMenu):
10750
10758
  self.SIQualityIterations = self._SIQualityIterations(self, "SIQualityIterations", service, rules, path)
10751
10759
  self.SIQualityMaxAngle = self._SIQualityMaxAngle(self, "SIQualityMaxAngle", service, rules, path)
10752
10760
  self.AllowDefeaturing = self._AllowDefeaturing(self, "AllowDefeaturing", service, rules, path)
10753
- self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10761
+ self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10754
10762
  self.AdvancedImprove = self._AdvancedImprove(self, "AdvancedImprove", service, rules, path)
10755
10763
  self.SIStepWidth = self._SIStepWidth(self, "SIStepWidth", service, rules, path)
10756
- self.ShowSMImprovePreferences = self._ShowSMImprovePreferences(self, "ShowSMImprovePreferences", service, rules, path)
10764
+ self.SIRemoveStep = self._SIRemoveStep(self, "SIRemoveStep", service, rules, path)
10757
10765
 
10758
10766
  class _SIStepQualityLimit(PyNumericalCommandArgumentsSubItem):
10759
10767
  """
@@ -10780,9 +10788,9 @@ class Root(PyMenu):
10780
10788
  Argument AllowDefeaturing.
10781
10789
  """
10782
10790
 
10783
- class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10791
+ class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10784
10792
  """
10785
- Argument SIRemoveStep.
10793
+ Argument ShowSMImprovePreferences.
10786
10794
  """
10787
10795
 
10788
10796
  class _AdvancedImprove(PyTextualCommandArgumentsSubItem):
@@ -10795,9 +10803,9 @@ class Root(PyMenu):
10795
10803
  Argument SIStepWidth.
10796
10804
  """
10797
10805
 
10798
- class _ShowSMImprovePreferences(PyParameterCommandArgumentsSubItem):
10806
+ class _SIRemoveStep(PyTextualCommandArgumentsSubItem):
10799
10807
  """
10800
- Argument ShowSMImprovePreferences.
10808
+ Argument SIRemoveStep.
10801
10809
  """
10802
10810
 
10803
10811
  def create_instance(self) -> _GeometrySetupCommandArguments:
@@ -11012,14 +11020,14 @@ class Root(PyMenu):
11012
11020
  self.X1 = self._X1(self, "X1", service, rules, path)
11013
11021
  self.Y1 = self._Y1(self, "Y1", service, rules, path)
11014
11022
  self.Z_Offset = self._Z_Offset(self, "Z-Offset", service, rules, path)
11015
- self.Z1 = self._Z1(self, "Z1", service, rules, path)
11016
- self.Node1 = self._Node1(self, "Node1", service, rules, path)
11017
11023
  self.Z2 = self._Z2(self, "Z2", service, rules, path)
11024
+ self.Node1 = self._Node1(self, "Node1", service, rules, path)
11025
+ self.Z1 = self._Z1(self, "Z1", service, rules, path)
11018
11026
  self.Radius2 = self._Radius2(self, "Radius2", service, rules, path)
11019
11027
  self.Y2 = self._Y2(self, "Y2", service, rules, path)
11020
11028
  self.Node3 = self._Node3(self, "Node3", service, rules, path)
11021
- self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
11022
11029
  self.X2 = self._X2(self, "X2", service, rules, path)
11030
+ self.Y_Offset = self._Y_Offset(self, "Y-Offset", service, rules, path)
11023
11031
  self.Node2 = self._Node2(self, "Node2", service, rules, path)
11024
11032
  self.HeightFrontInc = self._HeightFrontInc(self, "HeightFrontInc", service, rules, path)
11025
11033
  self.Radius1 = self._Radius1(self, "Radius1", service, rules, path)
@@ -11054,9 +11062,9 @@ class Root(PyMenu):
11054
11062
  Argument Z-Offset.
11055
11063
  """
11056
11064
 
11057
- class _Z1(PyNumericalCommandArgumentsSubItem):
11065
+ class _Z2(PyNumericalCommandArgumentsSubItem):
11058
11066
  """
11059
- Argument Z1.
11067
+ Argument Z2.
11060
11068
  """
11061
11069
 
11062
11070
  class _Node1(PyTextualCommandArgumentsSubItem):
@@ -11064,9 +11072,9 @@ class Root(PyMenu):
11064
11072
  Argument Node1.
11065
11073
  """
11066
11074
 
11067
- class _Z2(PyNumericalCommandArgumentsSubItem):
11075
+ class _Z1(PyNumericalCommandArgumentsSubItem):
11068
11076
  """
11069
- Argument Z2.
11077
+ Argument Z1.
11070
11078
  """
11071
11079
 
11072
11080
  class _Radius2(PyNumericalCommandArgumentsSubItem):
@@ -11084,14 +11092,14 @@ class Root(PyMenu):
11084
11092
  Argument Node3.
11085
11093
  """
11086
11094
 
11087
- class _Y_Offset(PyNumericalCommandArgumentsSubItem):
11095
+ class _X2(PyNumericalCommandArgumentsSubItem):
11088
11096
  """
11089
- Argument Y-Offset.
11097
+ Argument X2.
11090
11098
  """
11091
11099
 
11092
- class _X2(PyNumericalCommandArgumentsSubItem):
11100
+ class _Y_Offset(PyNumericalCommandArgumentsSubItem):
11093
11101
  """
11094
- Argument X2.
11102
+ Argument Y-Offset.
11095
11103
  """
11096
11104
 
11097
11105
  class _Node2(PyTextualCommandArgumentsSubItem):
@@ -11628,11 +11636,11 @@ class Root(PyMenu):
11628
11636
  self.CreateCADAssemblies = self._CreateCADAssemblies(self, "CreateCADAssemblies", service, rules, path)
11629
11637
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11630
11638
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11631
- self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11639
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11632
11640
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11633
11641
  self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11634
11642
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11635
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11643
+ self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11636
11644
 
11637
11645
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11638
11646
  """
@@ -11664,9 +11672,9 @@ class Root(PyMenu):
11664
11672
  Argument OneZonePer.
11665
11673
  """
11666
11674
 
11667
- class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11675
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11668
11676
  """
11669
- Argument UsePartOrBodyAsSuffix.
11677
+ Argument ImportCurvatureDataFromCAD.
11670
11678
  """
11671
11679
 
11672
11680
  class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
@@ -11684,9 +11692,9 @@ class Root(PyMenu):
11684
11692
  Argument ImportPartNames.
11685
11693
  """
11686
11694
 
11687
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11695
+ class _UsePartOrBodyAsSuffix(PyParameterCommandArgumentsSubItem):
11688
11696
  """
11689
- Argument ImportCurvatureDataFromCAD.
11697
+ Argument UsePartOrBodyAsSuffix.
11690
11698
  """
11691
11699
 
11692
11700
  def create_instance(self) -> _ImportBodyOfInfluenceGeometryCommandArguments:
@@ -11776,23 +11784,23 @@ class Root(PyMenu):
11776
11784
 
11777
11785
  def __init__(self, parent, attr, service, rules, path):
11778
11786
  super().__init__(parent, attr, service, rules, path)
11779
- self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11787
+ self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
11780
11788
  self.MaxFacetLengthOption = self._MaxFacetLengthOption(self, "MaxFacetLengthOption", service, rules, path)
11781
11789
  self.CISeparation = self._CISeparation(self, "CISeparation", service, rules, path)
11782
11790
  self.FacetedBodies = self._FacetedBodies(self, "FacetedBodies", service, rules, path)
11783
11791
  self.CIRefaceting = self._CIRefaceting(self, "CIRefaceting", service, rules, path)
11784
- self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
11792
+ self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11785
11793
  self.AutomaticObjectCreation = self._AutomaticObjectCreation(self, "AutomaticObjectCreation", service, rules, path)
11786
11794
  self.MaxFacetLength = self._MaxFacetLength(self, "MaxFacetLength", service, rules, path)
11787
11795
  self.MaxFacetLengthRatio = self._MaxFacetLengthRatio(self, "MaxFacetLengthRatio", service, rules, path)
11788
11796
  self.ShowImportCadPreferences = self._ShowImportCadPreferences(self, "ShowImportCadPreferences", service, rules, path)
11789
- self.MergeNodes = self._MergeNodes(self, "MergeNodes", service, rules, path)
11797
+ self.ExtractAngle = self._ExtractAngle(self, "ExtractAngle", service, rules, path)
11790
11798
  self.CISeparationAngle = self._CISeparationAngle(self, "CISeparationAngle", service, rules, path)
11791
- self.EdgeLabel = self._EdgeLabel(self, "EdgeLabel", service, rules, path)
11799
+ self.CITolerence = self._CITolerence(self, "CITolerence", service, rules, path)
11792
11800
 
11793
- class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11801
+ class _EdgeLabel(PyTextualCommandArgumentsSubItem):
11794
11802
  """
11795
- Argument ExtractAngle.
11803
+ Specify whether or not the imported CAD geometry already includes specific edges with assigned names (named selections). These named edges can be available later in the workflow when you are adding local size controls.
11796
11804
  """
11797
11805
 
11798
11806
  class _MaxFacetLengthOption(PyTextualCommandArgumentsSubItem):
@@ -11815,9 +11823,9 @@ class Root(PyMenu):
11815
11823
  Enable this option to be able to set the Tolerance and the Max Facet Length custom faceting options for the imported geometry.
11816
11824
  """
11817
11825
 
11818
- class _CITolerence(PyNumericalCommandArgumentsSubItem):
11826
+ class _MergeNodes(PyTextualCommandArgumentsSubItem):
11819
11827
  """
11820
- Specify the level of facet refinement during import. A value approximately 1/10 of the intended minimum size is recommended. Using a value of 0 results in the coarsest possible faceting.
11828
+ Argument MergeNodes.
11821
11829
  """
11822
11830
 
11823
11831
  class _AutomaticObjectCreation(PyTextualCommandArgumentsSubItem):
@@ -11840,9 +11848,9 @@ class Root(PyMenu):
11840
11848
  Display advanced options that you may want to apply to the task.
11841
11849
  """
11842
11850
 
11843
- class _MergeNodes(PyTextualCommandArgumentsSubItem):
11851
+ class _ExtractAngle(PyNumericalCommandArgumentsSubItem):
11844
11852
  """
11845
- Argument MergeNodes.
11853
+ Argument ExtractAngle.
11846
11854
  """
11847
11855
 
11848
11856
  class _CISeparationAngle(PyNumericalCommandArgumentsSubItem):
@@ -11850,9 +11858,9 @@ class Root(PyMenu):
11850
11858
  Specify the angle at which features will be extracted from the CAD model on import. Assigning a smaller separation angle will produce more zones.
11851
11859
  """
11852
11860
 
11853
- class _EdgeLabel(PyTextualCommandArgumentsSubItem):
11861
+ class _CITolerence(PyNumericalCommandArgumentsSubItem):
11854
11862
  """
11855
- Specify whether or not the imported CAD geometry already includes specific edges with assigned names (named selections). These named edges can be available later in the workflow when you are adding local size controls.
11863
+ Specify the level of facet refinement during import. A value approximately 1/10 of the intended minimum size is recommended. Using a value of 0 results in the coarsest possible faceting.
11856
11864
  """
11857
11865
 
11858
11866
  class _FileName(PyTextualCommandArgumentsSubItem):
@@ -11904,10 +11912,10 @@ class Root(PyMenu):
11904
11912
  self.FeatureAngle = self._FeatureAngle(self, "FeatureAngle", service, rules, path)
11905
11913
  self.OneZonePer = self._OneZonePer(self, "OneZonePer", service, rules, path)
11906
11914
  self.UsePartOrBodyAsSuffix = self._UsePartOrBodyAsSuffix(self, "UsePartOrBodyAsSuffix", service, rules, path)
11915
+ self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11907
11916
  self.ExtractFeatures = self._ExtractFeatures(self, "ExtractFeatures", service, rules, path)
11908
- self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11909
11917
  self.ImportPartNames = self._ImportPartNames(self, "ImportPartNames", service, rules, path)
11910
- self.ImportNamedSelections = self._ImportNamedSelections(self, "ImportNamedSelections", service, rules, path)
11918
+ self.ImportCurvatureDataFromCAD = self._ImportCurvatureDataFromCAD(self, "ImportCurvatureDataFromCAD", service, rules, path)
11911
11919
 
11912
11920
  class _SavePMDBIntermediateFile(PyParameterCommandArgumentsSubItem):
11913
11921
  """
@@ -11944,14 +11952,14 @@ class Root(PyMenu):
11944
11952
  Argument UsePartOrBodyAsSuffix.
11945
11953
  """
11946
11954
 
11947
- class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11955
+ class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11948
11956
  """
11949
- Argument ExtractFeatures.
11957
+ Argument ImportNamedSelections.
11950
11958
  """
11951
11959
 
11952
- class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11960
+ class _ExtractFeatures(PyParameterCommandArgumentsSubItem):
11953
11961
  """
11954
- Argument ImportCurvatureDataFromCAD.
11962
+ Argument ExtractFeatures.
11955
11963
  """
11956
11964
 
11957
11965
  class _ImportPartNames(PyParameterCommandArgumentsSubItem):
@@ -11959,9 +11967,9 @@ class Root(PyMenu):
11959
11967
  Argument ImportPartNames.
11960
11968
  """
11961
11969
 
11962
- class _ImportNamedSelections(PyParameterCommandArgumentsSubItem):
11970
+ class _ImportCurvatureDataFromCAD(PyParameterCommandArgumentsSubItem):
11963
11971
  """
11964
- Argument ImportNamedSelections.
11972
+ Argument ImportCurvatureDataFromCAD.
11965
11973
  """
11966
11974
 
11967
11975
  def create_instance(self) -> _ImportGeometryCommandArguments:
@@ -12397,9 +12405,9 @@ class Root(PyMenu):
12397
12405
  super().__init__(parent, attr, service, rules, path)
12398
12406
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
12399
12407
  self.FacetResolution = self._FacetResolution(self, "FacetResolution", service, rules, path)
12400
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12401
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12402
12408
  self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
12409
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
12410
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
12403
12411
  self.MaxEdgeLength = self._MaxEdgeLength(self, "MaxEdgeLength", service, rules, path)
12404
12412
  self.CustomNormalAngle = self._CustomNormalAngle(self, "CustomNormalAngle", service, rules, path)
12405
12413
  self.CustomDeviation = self._CustomDeviation(self, "CustomDeviation", service, rules, path)
@@ -12415,9 +12423,9 @@ class Root(PyMenu):
12415
12423
  Argument FacetResolution.
12416
12424
  """
12417
12425
 
12418
- class _Deviation(PyNumericalCommandArgumentsSubItem):
12426
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
12419
12427
  """
12420
- Argument Deviation.
12428
+ Argument MaxEdgeLengthFactor.
12421
12429
  """
12422
12430
 
12423
12431
  class _NormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -12425,9 +12433,9 @@ class Root(PyMenu):
12425
12433
  Argument NormalAngle.
12426
12434
  """
12427
12435
 
12428
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
12436
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
12429
12437
  """
12430
- Argument MaxEdgeLengthFactor.
12438
+ Argument Deviation.
12431
12439
  """
12432
12440
 
12433
12441
  class _MaxEdgeLength(PyNumericalCommandArgumentsSubItem):
@@ -12554,11 +12562,11 @@ class Root(PyMenu):
12554
12562
  self.MinSize = self._MinSize(self, "MinSize", service, rules, path)
12555
12563
  self.WrapMax = self._WrapMax(self, "WrapMax", service, rules, path)
12556
12564
  self.AdvancedOptions = self._AdvancedOptions(self, "AdvancedOptions", service, rules, path)
12557
- self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
12558
12565
  self.WrapGrowthRate = self._WrapGrowthRate(self, "WrapGrowthRate", service, rules, path)
12559
12566
  self.SizingType = self._SizingType(self, "SizingType", service, rules, path)
12560
- self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
12567
+ self.InitialSizeControl = self._InitialSizeControl(self, "InitialSizeControl", service, rules, path)
12561
12568
  self.WrapCurvatureNormalAngle = self._WrapCurvatureNormalAngle(self, "WrapCurvatureNormalAngle", service, rules, path)
12569
+ self.CellsPerGap = self._CellsPerGap(self, "CellsPerGap", service, rules, path)
12562
12570
  self.TargetSizeControl = self._TargetSizeControl(self, "TargetSizeControl", service, rules, path)
12563
12571
  self.GrowthRate = self._GrowthRate(self, "GrowthRate", service, rules, path)
12564
12572
 
@@ -12607,11 +12615,6 @@ class Root(PyMenu):
12607
12615
  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.
12608
12616
  """
12609
12617
 
12610
- class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12611
- """
12612
- Enable this field to display the initial size control in the graphics window.
12613
- """
12614
-
12615
12618
  class _WrapGrowthRate(PyNumericalCommandArgumentsSubItem):
12616
12619
  """
12617
12620
  Specify the increase in element edge length with each succeeding layer of elements.
@@ -12622,9 +12625,9 @@ class Root(PyMenu):
12622
12625
  Choose the type of sizing control (curvature, proximity, soft, or boi).
12623
12626
  """
12624
12627
 
12625
- class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
12628
+ class _InitialSizeControl(PyParameterCommandArgumentsSubItem):
12626
12629
  """
12627
- Specify the minimum number of layers of elements to be generated in the gaps. The number of cells per gap can be a real value, with a minimum value of 0.01.
12630
+ Enable this field to display the initial size control in the graphics window.
12628
12631
  """
12629
12632
 
12630
12633
  class _WrapCurvatureNormalAngle(PyNumericalCommandArgumentsSubItem):
@@ -12632,6 +12635,11 @@ class Root(PyMenu):
12632
12635
  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.
12633
12636
  """
12634
12637
 
12638
+ class _CellsPerGap(PyNumericalCommandArgumentsSubItem):
12639
+ """
12640
+ Specify the minimum number of layers of elements to be generated in the gaps. The number of cells per gap can be a real value, with a minimum value of 0.01.
12641
+ """
12642
+
12635
12643
  class _TargetSizeControl(PyParameterCommandArgumentsSubItem):
12636
12644
  """
12637
12645
  Enable this field to display the target size control in the graphics window.
@@ -13333,10 +13341,10 @@ class Root(PyMenu):
13333
13341
  super().__init__(parent, attr, service, rules, path)
13334
13342
  self.FacetMaxEdgeLength = self._FacetMaxEdgeLength(self, "FacetMaxEdgeLength", service, rules, path)
13335
13343
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
13336
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13337
13344
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
13338
- self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
13339
13345
  self.MaxEdgeLengthFactor = self._MaxEdgeLengthFactor(self, "MaxEdgeLengthFactor", service, rules, path)
13346
+ self.Refacet = self._Refacet(self, "Refacet", service, rules, path)
13347
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
13340
13348
 
13341
13349
  class _FacetMaxEdgeLength(PyTextualCommandArgumentsSubItem):
13342
13350
  """
@@ -13348,14 +13356,14 @@ class Root(PyMenu):
13348
13356
  Specify a maximum element size for the imported model to avoid very large facets during the file import.
13349
13357
  """
13350
13358
 
13351
- class _Deviation(PyNumericalCommandArgumentsSubItem):
13359
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13352
13360
  """
13353
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13361
+ Specify a rotational angle (in degrees) of transformation.
13354
13362
  """
13355
13363
 
13356
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
13364
+ class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13357
13365
  """
13358
- Specify a rotational angle (in degrees) of transformation.
13366
+ Specifies the maximum size of the facets relative to the bounding box of the geometry.
13359
13367
  """
13360
13368
 
13361
13369
  class _Refacet(PyParameterCommandArgumentsSubItem):
@@ -13363,9 +13371,9 @@ class Root(PyMenu):
13363
13371
  Select this option when you want to change faceting of the selected object. Refaceting will refacet the original CAD geometry. Only the faceted CAD geometry is used during the meshing process. The refaceting settings control how far the facet edges are from the model and the size of the facets. More...
13364
13372
  """
13365
13373
 
13366
- class _MaxEdgeLengthFactor(PyNumericalCommandArgumentsSubItem):
13374
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
13367
13375
  """
13368
- Specifies the maximum size of the facets relative to the bounding box of the geometry.
13376
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
13369
13377
  """
13370
13378
 
13371
13379
  class _IgnoreSolidNames(PyParameterCommandArgumentsSubItem):
@@ -13579,6 +13587,47 @@ class Root(PyMenu):
13579
13587
  if args is not None:
13580
13588
  return self._PartReplacementSettingsCommandArguments(*args)
13581
13589
 
13590
+ class PrepareForVolumeMeshing(PyCommand):
13591
+ """
13592
+ Command PrepareForVolumeMeshing.
13593
+
13594
+ Parameters
13595
+ ----------
13596
+ MergeZonesBasedOnLabels : bool
13597
+ SoftTargetSkewness : float
13598
+ HardTargetSkewness : float
13599
+
13600
+ Returns
13601
+ -------
13602
+ bool
13603
+ """
13604
+ class _PrepareForVolumeMeshingCommandArguments(PyCommandArguments):
13605
+ def __init__(self, service, rules, command, path, id):
13606
+ super().__init__(service, rules, command, path, id)
13607
+ self.MergeZonesBasedOnLabels = self._MergeZonesBasedOnLabels(self, "MergeZonesBasedOnLabels", service, rules, path)
13608
+ self.SoftTargetSkewness = self._SoftTargetSkewness(self, "SoftTargetSkewness", service, rules, path)
13609
+ self.HardTargetSkewness = self._HardTargetSkewness(self, "HardTargetSkewness", service, rules, path)
13610
+
13611
+ class _MergeZonesBasedOnLabels(PyParameterCommandArgumentsSubItem):
13612
+ """
13613
+ Argument MergeZonesBasedOnLabels.
13614
+ """
13615
+
13616
+ class _SoftTargetSkewness(PyNumericalCommandArgumentsSubItem):
13617
+ """
13618
+ Argument SoftTargetSkewness.
13619
+ """
13620
+
13621
+ class _HardTargetSkewness(PyNumericalCommandArgumentsSubItem):
13622
+ """
13623
+ Argument HardTargetSkewness.
13624
+ """
13625
+
13626
+ def create_instance(self) -> _PrepareForVolumeMeshingCommandArguments:
13627
+ args = self._get_create_instance_args()
13628
+ if args is not None:
13629
+ return self._PrepareForVolumeMeshingCommandArguments(*args)
13630
+
13582
13631
  class RemeshSurface(PyCommand):
13583
13632
  """
13584
13633
  Command RemeshSurface.
@@ -14195,22 +14244,22 @@ class Root(PyMenu):
14195
14244
  def __init__(self, parent, attr, service, rules, path):
14196
14245
  super().__init__(parent, attr, service, rules, path)
14197
14246
  self.SMQualityCollapseLimit = self._SMQualityCollapseLimit(self, "SMQualityCollapseLimit", service, rules, path)
14198
- self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
14247
+ self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14199
14248
  self.SMQualityImprove = self._SMQualityImprove(self, "SMQualityImprove", service, rules, path)
14200
14249
  self.ShowSurfaceMeshPreferences = self._ShowSurfaceMeshPreferences(self, "ShowSurfaceMeshPreferences", service, rules, path)
14201
- self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
14250
+ self.AutoMerge = self._AutoMerge(self, "AutoMerge", service, rules, path)
14202
14251
  self.SMSeparation = self._SMSeparation(self, "SMSeparation", service, rules, path)
14203
14252
  self.TVMAutoControlCreation = self._TVMAutoControlCreation(self, "TVMAutoControlCreation", service, rules, path)
14204
- self.FoldFaceLimit = self._FoldFaceLimit(self, "FoldFaceLimit", service, rules, path)
14253
+ self.SMSeparationAngle = self._SMSeparationAngle(self, "SMSeparationAngle", service, rules, path)
14205
14254
  self.SMRemoveStep = self._SMRemoveStep(self, "SMRemoveStep", service, rules, path)
14206
14255
  self.ParallelRegionCompute = self._ParallelRegionCompute(self, "ParallelRegionCompute", service, rules, path)
14207
14256
  self.SMStepWidth = self._SMStepWidth(self, "SMStepWidth", service, rules, path)
14208
- self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
14209
- self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14210
14257
  self.SMQualityMaxAngle = self._SMQualityMaxAngle(self, "SMQualityMaxAngle", service, rules, path)
14211
- self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
14212
- self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14258
+ self.AutoAssignZoneTypes = self._AutoAssignZoneTypes(self, "AutoAssignZoneTypes", service, rules, path)
14259
+ self.VolumeMeshMaxSize = self._VolumeMeshMaxSize(self, "VolumeMeshMaxSize", service, rules, path)
14213
14260
  self.SMQualityImproveLimit = self._SMQualityImproveLimit(self, "SMQualityImproveLimit", service, rules, path)
14261
+ self.AutoSurfaceRemesh = self._AutoSurfaceRemesh(self, "AutoSurfaceRemesh", service, rules, path)
14262
+ self.SelfIntersectCheck = self._SelfIntersectCheck(self, "SelfIntersectCheck", service, rules, path)
14214
14263
  self.SetVolumeMeshMaxSize = self._SetVolumeMeshMaxSize(self, "SetVolumeMeshMaxSize", service, rules, path)
14215
14264
 
14216
14265
  class _SMQualityCollapseLimit(PyNumericalCommandArgumentsSubItem):
@@ -14218,9 +14267,9 @@ class Root(PyMenu):
14218
14267
  Argument SMQualityCollapseLimit.
14219
14268
  """
14220
14269
 
14221
- class _AutoMerge(PyParameterCommandArgumentsSubItem):
14270
+ class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14222
14271
  """
14223
- Argument AutoMerge.
14272
+ Argument FoldFaceLimit.
14224
14273
  """
14225
14274
 
14226
14275
  class _SMQualityImprove(PyTextualCommandArgumentsSubItem):
@@ -14233,9 +14282,9 @@ class Root(PyMenu):
14233
14282
  Argument ShowSurfaceMeshPreferences.
14234
14283
  """
14235
14284
 
14236
- class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14285
+ class _AutoMerge(PyParameterCommandArgumentsSubItem):
14237
14286
  """
14238
- Argument SMSeparationAngle.
14287
+ Argument AutoMerge.
14239
14288
  """
14240
14289
 
14241
14290
  class _SMSeparation(PyTextualCommandArgumentsSubItem):
@@ -14248,9 +14297,9 @@ class Root(PyMenu):
14248
14297
  Argument TVMAutoControlCreation.
14249
14298
  """
14250
14299
 
14251
- class _FoldFaceLimit(PyNumericalCommandArgumentsSubItem):
14300
+ class _SMSeparationAngle(PyNumericalCommandArgumentsSubItem):
14252
14301
  """
14253
- Argument FoldFaceLimit.
14302
+ Argument SMSeparationAngle.
14254
14303
  """
14255
14304
 
14256
14305
  class _SMRemoveStep(PyTextualCommandArgumentsSubItem):
@@ -14268,9 +14317,9 @@ class Root(PyMenu):
14268
14317
  Argument SMStepWidth.
14269
14318
  """
14270
14319
 
14271
- class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14320
+ class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14272
14321
  """
14273
- Argument VolumeMeshMaxSize.
14322
+ Argument SMQualityMaxAngle.
14274
14323
  """
14275
14324
 
14276
14325
  class _AutoAssignZoneTypes(PyTextualCommandArgumentsSubItem):
@@ -14278,14 +14327,14 @@ class Root(PyMenu):
14278
14327
  Argument AutoAssignZoneTypes.
14279
14328
  """
14280
14329
 
14281
- class _SMQualityMaxAngle(PyNumericalCommandArgumentsSubItem):
14330
+ class _VolumeMeshMaxSize(PyNumericalCommandArgumentsSubItem):
14282
14331
  """
14283
- Argument SMQualityMaxAngle.
14332
+ Argument VolumeMeshMaxSize.
14284
14333
  """
14285
14334
 
14286
- class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14335
+ class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14287
14336
  """
14288
- Argument SelfIntersectCheck.
14337
+ Argument SMQualityImproveLimit.
14289
14338
  """
14290
14339
 
14291
14340
  class _AutoSurfaceRemesh(PyTextualCommandArgumentsSubItem):
@@ -14293,9 +14342,9 @@ class Root(PyMenu):
14293
14342
  Argument AutoSurfaceRemesh.
14294
14343
  """
14295
14344
 
14296
- class _SMQualityImproveLimit(PyNumericalCommandArgumentsSubItem):
14345
+ class _SelfIntersectCheck(PyTextualCommandArgumentsSubItem):
14297
14346
  """
14298
- Argument SMQualityImproveLimit.
14347
+ Argument SelfIntersectCheck.
14299
14348
  """
14300
14349
 
14301
14350
  class _SetVolumeMeshMaxSize(PyTextualCommandArgumentsSubItem):
@@ -14385,10 +14434,10 @@ class Root(PyMenu):
14385
14434
  def __init__(self, parent, attr, service, rules, path):
14386
14435
  super().__init__(parent, attr, service, rules, path)
14387
14436
  self.NewLabelObjects = self._NewLabelObjects(self, "NewLabelObjects", service, rules, path)
14388
- self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
14437
+ self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14389
14438
  self.NewLabelType = self._NewLabelType(self, "NewLabelType", service, rules, path)
14439
+ self.NewLabels = self._NewLabels(self, "NewLabels", service, rules, path)
14390
14440
  self.NewLabelResolution = self._NewLabelResolution(self, "NewLabelResolution", service, rules, path)
14391
- self.NewLabelCells = self._NewLabelCells(self, "NewLabelCells", service, rules, path)
14392
14441
  self.NewLabelMax = self._NewLabelMax(self, "NewLabelMax", service, rules, path)
14393
14442
  self.NewZoneType = self._NewZoneType(self, "NewZoneType", service, rules, path)
14394
14443
  self.NewLabelCurvature = self._NewLabelCurvature(self, "NewLabelCurvature", service, rules, path)
@@ -14399,9 +14448,9 @@ class Root(PyMenu):
14399
14448
  Argument NewLabelObjects.
14400
14449
  """
14401
14450
 
14402
- class _NewLabels(PyTextualCommandArgumentsSubItem):
14451
+ class _NewLabelCells(PyTextualCommandArgumentsSubItem):
14403
14452
  """
14404
- Argument NewLabels.
14453
+ Argument NewLabelCells.
14405
14454
  """
14406
14455
 
14407
14456
  class _NewLabelType(PyTextualCommandArgumentsSubItem):
@@ -14409,14 +14458,14 @@ class Root(PyMenu):
14409
14458
  Argument NewLabelType.
14410
14459
  """
14411
14460
 
14412
- class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14461
+ class _NewLabels(PyTextualCommandArgumentsSubItem):
14413
14462
  """
14414
- Argument NewLabelResolution.
14463
+ Argument NewLabels.
14415
14464
  """
14416
14465
 
14417
- class _NewLabelCells(PyTextualCommandArgumentsSubItem):
14466
+ class _NewLabelResolution(PyTextualCommandArgumentsSubItem):
14418
14467
  """
14419
- Argument NewLabelCells.
14468
+ Argument NewLabelResolution.
14420
14469
  """
14421
14470
 
14422
14471
  class _NewLabelMax(PyTextualCommandArgumentsSubItem):