ansys-fluent-core 0.32.dev1__py3-none-any.whl → 0.32.1__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (29) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  3. ansys/fluent/core/generated/datamodel_231/flicing.py +45 -45
  4. ansys/fluent/core/generated/datamodel_231/meshing.py +229 -229
  5. ansys/fluent/core/generated/datamodel_232/flicing.py +30 -30
  6. ansys/fluent/core/generated/datamodel_232/meshing.py +160 -160
  7. ansys/fluent/core/generated/datamodel_241/flicing.py +40 -40
  8. ansys/fluent/core/generated/datamodel_241/meshing.py +310 -310
  9. ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
  10. ansys/fluent/core/generated/datamodel_242/meshing.py +302 -302
  11. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  12. ansys/fluent/core/generated/datamodel_251/flicing.py +5 -5
  13. ansys/fluent/core/generated/datamodel_251/meshing.py +316 -316
  14. ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
  15. ansys/fluent/core/generated/datamodel_252/flicing.py +65 -65
  16. ansys/fluent/core/generated/datamodel_252/meshing.py +351 -351
  17. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  18. ansys/fluent/core/generated/datamodel_261/flicing.py +30 -30
  19. ansys/fluent/core/generated/datamodel_261/meshing.py +395 -395
  20. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  21. ansys/fluent/core/generated/solver/settings_261.py +21 -8
  22. ansys/fluent/core/generated/solver/settings_261.pyi +10 -4
  23. ansys/fluent/core/solver/__init__.py +2 -0
  24. ansys/fluent/core/solver/settings_builtin_bases.py +23 -11
  25. ansys/fluent/core/utils/context_managers.py +68 -0
  26. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/METADATA +2 -2
  27. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/RECORD +29 -28
  28. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/LICENSE +0 -0
  29. {ansys_fluent_core-0.32.dev1.dist-info → ansys_fluent_core-0.32.1.dist-info}/WHEEL +0 -0
@@ -3278,8 +3278,8 @@ class Root(PyMenu):
3278
3278
  super().__init__(parent, attr, service, rules, path)
3279
3279
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3280
3280
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3281
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3282
3281
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3282
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3283
3283
 
3284
3284
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3285
3285
  """
@@ -3291,12 +3291,12 @@ class Root(PyMenu):
3291
3291
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3292
3292
  """
3293
3293
 
3294
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3294
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3295
3295
  """
3296
3296
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3297
3297
  """
3298
3298
 
3299
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3299
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3300
3300
  """
3301
3301
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3302
3302
  """
@@ -3604,8 +3604,8 @@ class Root(PyMenu):
3604
3604
  super().__init__(parent, attr, service, rules, path)
3605
3605
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3606
3606
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3607
- self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3608
3607
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3608
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3609
3609
 
3610
3610
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3611
3611
  """
@@ -3617,12 +3617,12 @@ class Root(PyMenu):
3617
3617
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3618
3618
  """
3619
3619
 
3620
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3620
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3621
3621
  """
3622
3622
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3623
3623
  """
3624
3624
 
3625
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3625
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3626
3626
  """
3627
3627
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3628
3628
  """
@@ -3780,8 +3780,8 @@ class Root(PyMenu):
3780
3780
  super().__init__(parent, attr, service, rules, path)
3781
3781
  self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
3782
3782
  self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
3783
- self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3784
3783
  self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3784
+ self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3785
3785
 
3786
3786
  class _MaxSize(PyNumericalCommandArgumentsSubItem):
3787
3787
  """
@@ -3793,12 +3793,12 @@ class Root(PyMenu):
3793
3793
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3794
3794
  """
3795
3795
 
3796
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3796
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3797
3797
  """
3798
3798
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3799
3799
  """
3800
3800
 
3801
- class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3801
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3802
3802
  """
3803
3803
  This task will cover any gaps within a selected object. Recommended with geometries containing noticeable gaps and openings that need to be covered prior to surface meshing. More...
3804
3804
  """
@@ -1407,8 +1407,8 @@ class Root(PyMenu):
1407
1407
  def __init__(self, parent, attr, service, rules, path):
1408
1408
  super().__init__(parent, attr, service, rules, path)
1409
1409
  self.DPI = self._DPI(self, "DPI", service, rules, path)
1410
- self.Option = self._Option(self, "Option", service, rules, path)
1411
1410
  self.Width = self._Width(self, "Width", service, rules, path)
1411
+ self.Option = self._Option(self, "Option", service, rules, path)
1412
1412
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
1413
1413
  self.Height = self._Height(self, "Height", service, rules, path)
1414
1414
 
@@ -1417,14 +1417,14 @@ class Root(PyMenu):
1417
1417
  Argument DPI.
1418
1418
  """
1419
1419
 
1420
- class _Option(PyTextualCommandArgumentsSubItem):
1420
+ class _Width(PyNumericalCommandArgumentsSubItem):
1421
1421
  """
1422
- Argument Option.
1422
+ Argument Width.
1423
1423
  """
1424
1424
 
1425
- class _Width(PyNumericalCommandArgumentsSubItem):
1425
+ class _Option(PyTextualCommandArgumentsSubItem):
1426
1426
  """
1427
- Argument Width.
1427
+ Argument Option.
1428
1428
  """
1429
1429
 
1430
1430
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2246,8 +2246,8 @@ class Root(PyMenu):
2246
2246
  def __init__(self, parent, attr, service, rules, path):
2247
2247
  super().__init__(parent, attr, service, rules, path)
2248
2248
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2249
- self.Width = self._Width(self, "Width", service, rules, path)
2250
2249
  self.Option = self._Option(self, "Option", service, rules, path)
2250
+ self.Width = self._Width(self, "Width", service, rules, path)
2251
2251
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2252
2252
  self.Height = self._Height(self, "Height", service, rules, path)
2253
2253
 
@@ -2256,14 +2256,14 @@ class Root(PyMenu):
2256
2256
  Argument DPI.
2257
2257
  """
2258
2258
 
2259
- class _Width(PyNumericalCommandArgumentsSubItem):
2259
+ class _Option(PyTextualCommandArgumentsSubItem):
2260
2260
  """
2261
- Argument Width.
2261
+ Argument Option.
2262
2262
  """
2263
2263
 
2264
- class _Option(PyTextualCommandArgumentsSubItem):
2264
+ class _Width(PyNumericalCommandArgumentsSubItem):
2265
2265
  """
2266
- Argument Option.
2266
+ Argument Width.
2267
2267
  """
2268
2268
 
2269
2269
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2348,8 +2348,8 @@ class Root(PyMenu):
2348
2348
  def __init__(self, parent, attr, service, rules, path):
2349
2349
  super().__init__(parent, attr, service, rules, path)
2350
2350
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2351
- self.Width = self._Width(self, "Width", service, rules, path)
2352
2351
  self.Option = self._Option(self, "Option", service, rules, path)
2352
+ self.Width = self._Width(self, "Width", service, rules, path)
2353
2353
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2354
2354
  self.Height = self._Height(self, "Height", service, rules, path)
2355
2355
 
@@ -2358,14 +2358,14 @@ class Root(PyMenu):
2358
2358
  Argument DPI.
2359
2359
  """
2360
2360
 
2361
- class _Width(PyNumericalCommandArgumentsSubItem):
2361
+ class _Option(PyTextualCommandArgumentsSubItem):
2362
2362
  """
2363
- Argument Width.
2363
+ Argument Option.
2364
2364
  """
2365
2365
 
2366
- class _Option(PyTextualCommandArgumentsSubItem):
2366
+ class _Width(PyNumericalCommandArgumentsSubItem):
2367
2367
  """
2368
- Argument Option.
2368
+ Argument Width.
2369
2369
  """
2370
2370
 
2371
2371
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -2909,8 +2909,8 @@ class Root(PyMenu):
2909
2909
  def __init__(self, parent, attr, service, rules, path):
2910
2910
  super().__init__(parent, attr, service, rules, path)
2911
2911
  self.DPI = self._DPI(self, "DPI", service, rules, path)
2912
- self.Width = self._Width(self, "Width", service, rules, path)
2913
2912
  self.Option = self._Option(self, "Option", service, rules, path)
2913
+ self.Width = self._Width(self, "Width", service, rules, path)
2914
2914
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
2915
2915
  self.Height = self._Height(self, "Height", service, rules, path)
2916
2916
 
@@ -2919,14 +2919,14 @@ class Root(PyMenu):
2919
2919
  Argument DPI.
2920
2920
  """
2921
2921
 
2922
- class _Width(PyNumericalCommandArgumentsSubItem):
2922
+ class _Option(PyTextualCommandArgumentsSubItem):
2923
2923
  """
2924
- Argument Width.
2924
+ Argument Option.
2925
2925
  """
2926
2926
 
2927
- class _Option(PyTextualCommandArgumentsSubItem):
2927
+ class _Width(PyNumericalCommandArgumentsSubItem):
2928
2928
  """
2929
- Argument Option.
2929
+ Argument Width.
2930
2930
  """
2931
2931
 
2932
2932
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3011,8 +3011,8 @@ class Root(PyMenu):
3011
3011
  def __init__(self, parent, attr, service, rules, path):
3012
3012
  super().__init__(parent, attr, service, rules, path)
3013
3013
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3014
- self.Width = self._Width(self, "Width", service, rules, path)
3015
3014
  self.Option = self._Option(self, "Option", service, rules, path)
3015
+ self.Width = self._Width(self, "Width", service, rules, path)
3016
3016
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3017
3017
  self.Height = self._Height(self, "Height", service, rules, path)
3018
3018
 
@@ -3021,14 +3021,14 @@ class Root(PyMenu):
3021
3021
  Argument DPI.
3022
3022
  """
3023
3023
 
3024
- class _Width(PyNumericalCommandArgumentsSubItem):
3024
+ class _Option(PyTextualCommandArgumentsSubItem):
3025
3025
  """
3026
- Argument Width.
3026
+ Argument Option.
3027
3027
  """
3028
3028
 
3029
- class _Option(PyTextualCommandArgumentsSubItem):
3029
+ class _Width(PyNumericalCommandArgumentsSubItem):
3030
3030
  """
3031
- Argument Option.
3031
+ Argument Width.
3032
3032
  """
3033
3033
 
3034
3034
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3580,8 +3580,8 @@ class Root(PyMenu):
3580
3580
  def __init__(self, parent, attr, service, rules, path):
3581
3581
  super().__init__(parent, attr, service, rules, path)
3582
3582
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3583
- self.Width = self._Width(self, "Width", service, rules, path)
3584
3583
  self.Option = self._Option(self, "Option", service, rules, path)
3584
+ self.Width = self._Width(self, "Width", service, rules, path)
3585
3585
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3586
3586
  self.Height = self._Height(self, "Height", service, rules, path)
3587
3587
 
@@ -3590,14 +3590,14 @@ class Root(PyMenu):
3590
3590
  Argument DPI.
3591
3591
  """
3592
3592
 
3593
- class _Width(PyNumericalCommandArgumentsSubItem):
3593
+ class _Option(PyTextualCommandArgumentsSubItem):
3594
3594
  """
3595
- Argument Width.
3595
+ Argument Option.
3596
3596
  """
3597
3597
 
3598
- class _Option(PyTextualCommandArgumentsSubItem):
3598
+ class _Width(PyNumericalCommandArgumentsSubItem):
3599
3599
  """
3600
- Argument Option.
3600
+ Argument Width.
3601
3601
  """
3602
3602
 
3603
3603
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -3682,8 +3682,8 @@ class Root(PyMenu):
3682
3682
  def __init__(self, parent, attr, service, rules, path):
3683
3683
  super().__init__(parent, attr, service, rules, path)
3684
3684
  self.DPI = self._DPI(self, "DPI", service, rules, path)
3685
- self.Width = self._Width(self, "Width", service, rules, path)
3686
3685
  self.Option = self._Option(self, "Option", service, rules, path)
3686
+ self.Width = self._Width(self, "Width", service, rules, path)
3687
3687
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
3688
3688
  self.Height = self._Height(self, "Height", service, rules, path)
3689
3689
 
@@ -3692,14 +3692,14 @@ class Root(PyMenu):
3692
3692
  Argument DPI.
3693
3693
  """
3694
3694
 
3695
- class _Width(PyNumericalCommandArgumentsSubItem):
3695
+ class _Option(PyTextualCommandArgumentsSubItem):
3696
3696
  """
3697
- Argument Width.
3697
+ Argument Option.
3698
3698
  """
3699
3699
 
3700
- class _Option(PyTextualCommandArgumentsSubItem):
3700
+ class _Width(PyNumericalCommandArgumentsSubItem):
3701
3701
  """
3702
- Argument Option.
3702
+ Argument Width.
3703
3703
  """
3704
3704
 
3705
3705
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -4568,8 +4568,8 @@ class Root(PyMenu):
4568
4568
  def __init__(self, parent, attr, service, rules, path):
4569
4569
  super().__init__(parent, attr, service, rules, path)
4570
4570
  self.DPI = self._DPI(self, "DPI", service, rules, path)
4571
- self.Option = self._Option(self, "Option", service, rules, path)
4572
4571
  self.Width = self._Width(self, "Width", service, rules, path)
4572
+ self.Option = self._Option(self, "Option", service, rules, path)
4573
4573
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
4574
4574
  self.Height = self._Height(self, "Height", service, rules, path)
4575
4575
 
@@ -4578,14 +4578,14 @@ class Root(PyMenu):
4578
4578
  Argument DPI.
4579
4579
  """
4580
4580
 
4581
- class _Option(PyTextualCommandArgumentsSubItem):
4581
+ class _Width(PyNumericalCommandArgumentsSubItem):
4582
4582
  """
4583
- Argument Option.
4583
+ Argument Width.
4584
4584
  """
4585
4585
 
4586
- class _Width(PyNumericalCommandArgumentsSubItem):
4586
+ class _Option(PyTextualCommandArgumentsSubItem):
4587
4587
  """
4588
- Argument Width.
4588
+ Argument Option.
4589
4589
  """
4590
4590
 
4591
4591
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -5273,8 +5273,8 @@ class Root(PyMenu):
5273
5273
  def __init__(self, parent, attr, service, rules, path):
5274
5274
  super().__init__(parent, attr, service, rules, path)
5275
5275
  self.DPI = self._DPI(self, "DPI", service, rules, path)
5276
- self.Option = self._Option(self, "Option", service, rules, path)
5277
5276
  self.Width = self._Width(self, "Width", service, rules, path)
5277
+ self.Option = self._Option(self, "Option", service, rules, path)
5278
5278
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
5279
5279
  self.Height = self._Height(self, "Height", service, rules, path)
5280
5280
 
@@ -5283,14 +5283,14 @@ class Root(PyMenu):
5283
5283
  Argument DPI.
5284
5284
  """
5285
5285
 
5286
- class _Option(PyTextualCommandArgumentsSubItem):
5286
+ class _Width(PyNumericalCommandArgumentsSubItem):
5287
5287
  """
5288
- Argument Option.
5288
+ Argument Width.
5289
5289
  """
5290
5290
 
5291
- class _Width(PyNumericalCommandArgumentsSubItem):
5291
+ class _Option(PyTextualCommandArgumentsSubItem):
5292
5292
  """
5293
- Argument Width.
5293
+ Argument Option.
5294
5294
  """
5295
5295
 
5296
5296
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -5682,8 +5682,8 @@ class Root(PyMenu):
5682
5682
  def __init__(self, parent, attr, service, rules, path):
5683
5683
  super().__init__(parent, attr, service, rules, path)
5684
5684
  self.DPI = self._DPI(self, "DPI", service, rules, path)
5685
- self.Option = self._Option(self, "Option", service, rules, path)
5686
5685
  self.Width = self._Width(self, "Width", service, rules, path)
5686
+ self.Option = self._Option(self, "Option", service, rules, path)
5687
5687
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
5688
5688
  self.Height = self._Height(self, "Height", service, rules, path)
5689
5689
 
@@ -5692,14 +5692,14 @@ class Root(PyMenu):
5692
5692
  Argument DPI.
5693
5693
  """
5694
5694
 
5695
- class _Option(PyTextualCommandArgumentsSubItem):
5695
+ class _Width(PyNumericalCommandArgumentsSubItem):
5696
5696
  """
5697
- Argument Option.
5697
+ Argument Width.
5698
5698
  """
5699
5699
 
5700
- class _Width(PyNumericalCommandArgumentsSubItem):
5700
+ class _Option(PyTextualCommandArgumentsSubItem):
5701
5701
  """
5702
- Argument Width.
5702
+ Argument Option.
5703
5703
  """
5704
5704
 
5705
5705
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -5784,8 +5784,8 @@ class Root(PyMenu):
5784
5784
  def __init__(self, parent, attr, service, rules, path):
5785
5785
  super().__init__(parent, attr, service, rules, path)
5786
5786
  self.DPI = self._DPI(self, "DPI", service, rules, path)
5787
- self.Option = self._Option(self, "Option", service, rules, path)
5788
5787
  self.Width = self._Width(self, "Width", service, rules, path)
5788
+ self.Option = self._Option(self, "Option", service, rules, path)
5789
5789
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
5790
5790
  self.Height = self._Height(self, "Height", service, rules, path)
5791
5791
 
@@ -5794,14 +5794,14 @@ class Root(PyMenu):
5794
5794
  Argument DPI.
5795
5795
  """
5796
5796
 
5797
- class _Option(PyTextualCommandArgumentsSubItem):
5797
+ class _Width(PyNumericalCommandArgumentsSubItem):
5798
5798
  """
5799
- Argument Option.
5799
+ Argument Width.
5800
5800
  """
5801
5801
 
5802
- class _Width(PyNumericalCommandArgumentsSubItem):
5802
+ class _Option(PyTextualCommandArgumentsSubItem):
5803
5803
  """
5804
- Argument Width.
5804
+ Argument Option.
5805
5805
  """
5806
5806
 
5807
5807
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -6506,8 +6506,8 @@ class Root(PyMenu):
6506
6506
  def __init__(self, parent, attr, service, rules, path):
6507
6507
  super().__init__(parent, attr, service, rules, path)
6508
6508
  self.DPI = self._DPI(self, "DPI", service, rules, path)
6509
- self.Width = self._Width(self, "Width", service, rules, path)
6510
6509
  self.Option = self._Option(self, "Option", service, rules, path)
6510
+ self.Width = self._Width(self, "Width", service, rules, path)
6511
6511
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
6512
6512
  self.Height = self._Height(self, "Height", service, rules, path)
6513
6513
 
@@ -6516,14 +6516,14 @@ class Root(PyMenu):
6516
6516
  Argument DPI.
6517
6517
  """
6518
6518
 
6519
- class _Width(PyNumericalCommandArgumentsSubItem):
6519
+ class _Option(PyTextualCommandArgumentsSubItem):
6520
6520
  """
6521
- Argument Width.
6521
+ Argument Option.
6522
6522
  """
6523
6523
 
6524
- class _Option(PyTextualCommandArgumentsSubItem):
6524
+ class _Width(PyNumericalCommandArgumentsSubItem):
6525
6525
  """
6526
- Argument Option.
6526
+ Argument Width.
6527
6527
  """
6528
6528
 
6529
6529
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):
@@ -7505,8 +7505,8 @@ class Root(PyMenu):
7505
7505
  def __init__(self, parent, attr, service, rules, path):
7506
7506
  super().__init__(parent, attr, service, rules, path)
7507
7507
  self.DPI = self._DPI(self, "DPI", service, rules, path)
7508
- self.Option = self._Option(self, "Option", service, rules, path)
7509
7508
  self.Width = self._Width(self, "Width", service, rules, path)
7509
+ self.Option = self._Option(self, "Option", service, rules, path)
7510
7510
  self.UseWindowResolution = self._UseWindowResolution(self, "UseWindowResolution", service, rules, path)
7511
7511
  self.Height = self._Height(self, "Height", service, rules, path)
7512
7512
 
@@ -7515,14 +7515,14 @@ class Root(PyMenu):
7515
7515
  Argument DPI.
7516
7516
  """
7517
7517
 
7518
- class _Option(PyTextualCommandArgumentsSubItem):
7518
+ class _Width(PyNumericalCommandArgumentsSubItem):
7519
7519
  """
7520
- Argument Option.
7520
+ Argument Width.
7521
7521
  """
7522
7522
 
7523
- class _Width(PyNumericalCommandArgumentsSubItem):
7523
+ class _Option(PyTextualCommandArgumentsSubItem):
7524
7524
  """
7525
- Argument Width.
7525
+ Argument Option.
7526
7526
  """
7527
7527
 
7528
7528
  class _UseWindowResolution(PyParameterCommandArgumentsSubItem):