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.
- ansys/fluent/core/__init__.py +2 -2
- ansys/fluent/core/codegen/builtin_settingsgen.py +4 -0
- ansys/fluent/core/codegen/settingsgen.py +3 -0
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +15 -15
- ansys/fluent/core/generated/datamodel_231/meshing.py +204 -204
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +151 -151
- ansys/fluent/core/generated/datamodel_241/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_241/meshing.py +256 -256
- ansys/fluent/core/generated/datamodel_242/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
- ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_251/meshing.py +325 -325
- ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
- ansys/fluent/core/generated/datamodel_252/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_252/meshing.py +375 -375
- ansys/fluent/core/generated/datamodel_252/part_management.py +10 -10
- ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_261/meshing.py +441 -392
- ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
- ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/preferences.py +28 -0
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/meshing/tui_261.py +20 -0
- ansys/fluent/core/generated/solver/settings_261.py +7475 -2873
- ansys/fluent/core/generated/solver/settings_261.pyi +4946 -1937
- ansys/fluent/core/generated/solver/tui_261.py +1762 -678
- ansys/fluent/core/launcher/fluent_container.py +4 -0
- ansys/fluent/core/module_config.py +5 -0
- ansys/fluent/core/search.py +12 -0
- ansys/fluent/core/session_solver.py +5 -4
- ansys/fluent/core/solver/flunits.py +2 -0
- ansys/fluent/core/utils/networking.py +11 -2
- {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/METADATA +8 -7
- {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/RECORD +39 -39
- {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info}/WHEEL +1 -1
- {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.35.dev1.dist-info/licenses}/LICENSE +0 -0
|
@@ -2142,7 +2142,7 @@ class main_menu(TUIMenu):
|
|
|
2142
2142
|
"""
|
|
2143
2143
|
class user_defined(TUIMethod):
|
|
2144
2144
|
"""
|
|
2145
|
-
|
|
2145
|
+
No help available.
|
|
2146
2146
|
"""
|
|
2147
2147
|
|
|
2148
2148
|
class collisions(TUIMenu):
|
|
@@ -2472,7 +2472,7 @@ class main_menu(TUIMenu):
|
|
|
2472
2472
|
"""
|
|
2473
2473
|
class average_DDPM_variables(TUIMethod):
|
|
2474
2474
|
"""
|
|
2475
|
-
|
|
2475
|
+
No help available.
|
|
2476
2476
|
"""
|
|
2477
2477
|
class average_each_step(TUIMethod):
|
|
2478
2478
|
"""
|
|
@@ -2492,7 +2492,7 @@ class main_menu(TUIMenu):
|
|
|
2492
2492
|
"""
|
|
2493
2493
|
class coupled_heat_mass_update(TUIMethod):
|
|
2494
2494
|
"""
|
|
2495
|
-
|
|
2495
|
+
No help available.
|
|
2496
2496
|
"""
|
|
2497
2497
|
class drag_law(TUIMethod):
|
|
2498
2498
|
"""
|
|
@@ -2512,7 +2512,7 @@ class main_menu(TUIMenu):
|
|
|
2512
2512
|
"""
|
|
2513
2513
|
class error_control(TUIMethod):
|
|
2514
2514
|
"""
|
|
2515
|
-
|
|
2515
|
+
No help available.
|
|
2516
2516
|
"""
|
|
2517
2517
|
class fluid_formulation_momentum(TUIMethod):
|
|
2518
2518
|
"""
|
|
@@ -2918,7 +2918,7 @@ class main_menu(TUIMenu):
|
|
|
2918
2918
|
"""
|
|
2919
2919
|
class saffman_lift_force(TUIMethod):
|
|
2920
2920
|
"""
|
|
2921
|
-
|
|
2921
|
+
No help available.
|
|
2922
2922
|
"""
|
|
2923
2923
|
class scr_urea_deposition(TUIMethod):
|
|
2924
2924
|
"""
|
|
@@ -2958,7 +2958,7 @@ class main_menu(TUIMenu):
|
|
|
2958
2958
|
"""
|
|
2959
2959
|
class thermophoretic_force(TUIMethod):
|
|
2960
2960
|
"""
|
|
2961
|
-
|
|
2961
|
+
No help available.
|
|
2962
2962
|
"""
|
|
2963
2963
|
class track_in_absolute_frame(TUIMethod):
|
|
2964
2964
|
"""
|
|
@@ -2970,7 +2970,7 @@ class main_menu(TUIMenu):
|
|
|
2970
2970
|
"""
|
|
2971
2971
|
class two_way_coupling(TUIMethod):
|
|
2972
2972
|
"""
|
|
2973
|
-
|
|
2973
|
+
No help available.
|
|
2974
2974
|
"""
|
|
2975
2975
|
class uniform_mass_distribution_for_injections(TUIMethod):
|
|
2976
2976
|
"""
|
|
@@ -2990,7 +2990,7 @@ class main_menu(TUIMenu):
|
|
|
2990
2990
|
"""
|
|
2991
2991
|
class virtual_mass_force(TUIMethod):
|
|
2992
2992
|
"""
|
|
2993
|
-
|
|
2993
|
+
No help available.
|
|
2994
2994
|
"""
|
|
2995
2995
|
|
|
2996
2996
|
class parallel(TUIMenu):
|
|
@@ -9848,6 +9848,7 @@ class main_menu(TUIMenu):
|
|
|
9848
9848
|
self.delete_all = self.__class__.delete_all(service, version, mode, path + ["delete_all"])
|
|
9849
9849
|
self.display_profile_point_cloud_data = self.__class__.display_profile_point_cloud_data(service, version, mode, path + ["display_profile_point_cloud_data"])
|
|
9850
9850
|
self.display_profile_surface = self.__class__.display_profile_surface(service, version, mode, path + ["display_profile_surface"])
|
|
9851
|
+
self.extrapolation_tolerance_factor = self.__class__.extrapolation_tolerance_factor(service, version, mode, path + ["extrapolation_tolerance_factor"])
|
|
9851
9852
|
self.interpolation_method = self.__class__.interpolation_method(service, version, mode, path + ["interpolation_method"])
|
|
9852
9853
|
self.link_profile_to_reference_frame = self.__class__.link_profile_to_reference_frame(service, version, mode, path + ["link_profile_to_reference_frame"])
|
|
9853
9854
|
self.list_profile_fields = self.__class__.list_profile_fields(service, version, mode, path + ["list_profile_fields"])
|
|
@@ -9882,6 +9883,10 @@ class main_menu(TUIMenu):
|
|
|
9882
9883
|
"""
|
|
9883
9884
|
No help available.
|
|
9884
9885
|
"""
|
|
9886
|
+
class extrapolation_tolerance_factor(TUIMethod):
|
|
9887
|
+
"""
|
|
9888
|
+
No help available.
|
|
9889
|
+
"""
|
|
9885
9890
|
class interpolation_method(TUIMethod):
|
|
9886
9891
|
"""
|
|
9887
9892
|
Choose the method for interpolation of profiles.
|
|
@@ -12319,27 +12324,27 @@ class main_menu(TUIMenu):
|
|
|
12319
12324
|
super().__init__(service, version, mode, path)
|
|
12320
12325
|
class arrow_scale(TUIMethod):
|
|
12321
12326
|
"""
|
|
12322
|
-
|
|
12327
|
+
No help available.
|
|
12323
12328
|
"""
|
|
12324
12329
|
class arrow_space(TUIMethod):
|
|
12325
12330
|
"""
|
|
12326
|
-
|
|
12331
|
+
No help available.
|
|
12327
12332
|
"""
|
|
12328
12333
|
class coarsen_factor(TUIMethod):
|
|
12329
12334
|
"""
|
|
12330
|
-
|
|
12335
|
+
No help available.
|
|
12331
12336
|
"""
|
|
12332
12337
|
class display(TUIMethod):
|
|
12333
12338
|
"""
|
|
12334
|
-
|
|
12339
|
+
No help available.
|
|
12335
12340
|
"""
|
|
12336
12341
|
class history_filename(TUIMethod):
|
|
12337
12342
|
"""
|
|
12338
|
-
|
|
12343
|
+
No help available.
|
|
12339
12344
|
"""
|
|
12340
12345
|
class line_width(TUIMethod):
|
|
12341
12346
|
"""
|
|
12342
|
-
|
|
12347
|
+
No help available.
|
|
12343
12348
|
"""
|
|
12344
12349
|
class marker_size(TUIMethod):
|
|
12345
12350
|
"""
|
|
@@ -12355,7 +12360,7 @@ class main_menu(TUIMenu):
|
|
|
12355
12360
|
"""
|
|
12356
12361
|
class report_default_variables(TUIMethod):
|
|
12357
12362
|
"""
|
|
12358
|
-
|
|
12363
|
+
No help available.
|
|
12359
12364
|
"""
|
|
12360
12365
|
class report_to(TUIMethod):
|
|
12361
12366
|
"""
|
|
@@ -12379,7 +12384,7 @@ class main_menu(TUIMenu):
|
|
|
12379
12384
|
"""
|
|
12380
12385
|
class track_single_particle_stream(TUIMethod):
|
|
12381
12386
|
"""
|
|
12382
|
-
|
|
12387
|
+
No help available.
|
|
12383
12388
|
"""
|
|
12384
12389
|
class twist_factor(TUIMethod):
|
|
12385
12390
|
"""
|
|
@@ -15579,6 +15584,7 @@ class main_menu(TUIMenu):
|
|
|
15579
15584
|
self.geometry = self.__class__.geometry(service, version, mode, path + ["geometry"])
|
|
15580
15585
|
self.manage_criteria = self.__class__.manage_criteria(service, version, mode, path + ["manage_criteria"])
|
|
15581
15586
|
self.multi_layer_refinement = self.__class__.multi_layer_refinement(service, version, mode, path + ["multi_layer_refinement"])
|
|
15587
|
+
self.predefined_criteria = self.__class__.predefined_criteria(service, version, mode, path + ["predefined_criteria"])
|
|
15582
15588
|
self.profile = self.__class__.profile(service, version, mode, path + ["profile"])
|
|
15583
15589
|
self.set = self.__class__.set(service, version, mode, path + ["set"])
|
|
15584
15590
|
self.adapt_mesh = self.__class__.adapt_mesh(service, version, mode, path + ["adapt_mesh"])
|
|
@@ -15794,6 +15800,126 @@ class main_menu(TUIMenu):
|
|
|
15794
15800
|
Refine the mesh for multiple boundary layers.
|
|
15795
15801
|
"""
|
|
15796
15802
|
|
|
15803
|
+
class predefined_criteria(TUIMenu):
|
|
15804
|
+
"""
|
|
15805
|
+
Enter the predefined adaption criteria menu.
|
|
15806
|
+
"""
|
|
15807
|
+
def __init__(self, service, version, mode, path):
|
|
15808
|
+
self.aerodynamics = self.__class__.aerodynamics(service, version, mode, path + ["aerodynamics"])
|
|
15809
|
+
self.boundary_layer = self.__class__.boundary_layer(service, version, mode, path + ["boundary_layer"])
|
|
15810
|
+
self.combustion = self.__class__.combustion(service, version, mode, path + ["combustion"])
|
|
15811
|
+
self.multiphase = self.__class__.multiphase(service, version, mode, path + ["multiphase"])
|
|
15812
|
+
self.overset = self.__class__.overset(service, version, mode, path + ["overset"])
|
|
15813
|
+
super().__init__(service, version, mode, path)
|
|
15814
|
+
class overset(TUIMethod):
|
|
15815
|
+
"""
|
|
15816
|
+
No help available.
|
|
15817
|
+
"""
|
|
15818
|
+
|
|
15819
|
+
class aerodynamics(TUIMenu):
|
|
15820
|
+
"""
|
|
15821
|
+
Enter the aerodynamics predefined criteria menu.
|
|
15822
|
+
"""
|
|
15823
|
+
def __init__(self, service, version, mode, path):
|
|
15824
|
+
self.error_based = self.__class__.error_based(service, version, mode, path + ["error_based"])
|
|
15825
|
+
self.shock_indicator = self.__class__.shock_indicator(service, version, mode, path + ["shock_indicator"])
|
|
15826
|
+
super().__init__(service, version, mode, path)
|
|
15827
|
+
|
|
15828
|
+
class error_based(TUIMenu):
|
|
15829
|
+
"""
|
|
15830
|
+
Enter the error-based predefined criteria menu.
|
|
15831
|
+
"""
|
|
15832
|
+
def __init__(self, service, version, mode, path):
|
|
15833
|
+
self.combined_hessian_indicator = self.__class__.combined_hessian_indicator(service, version, mode, path + ["combined_hessian_indicator"])
|
|
15834
|
+
self.goal_based_error_indicator = self.__class__.goal_based_error_indicator(service, version, mode, path + ["goal_based_error_indicator"])
|
|
15835
|
+
self.mach_hessian_indicator = self.__class__.mach_hessian_indicator(service, version, mode, path + ["mach_hessian_indicator"])
|
|
15836
|
+
self.pressure_hessian_indicator = self.__class__.pressure_hessian_indicator(service, version, mode, path + ["pressure_hessian_indicator"])
|
|
15837
|
+
self.velocity_hessian_indicator = self.__class__.velocity_hessian_indicator(service, version, mode, path + ["velocity_hessian_indicator"])
|
|
15838
|
+
super().__init__(service, version, mode, path)
|
|
15839
|
+
class combined_hessian_indicator(TUIMethod):
|
|
15840
|
+
"""
|
|
15841
|
+
No help available.
|
|
15842
|
+
"""
|
|
15843
|
+
class goal_based_error_indicator(TUIMethod):
|
|
15844
|
+
"""
|
|
15845
|
+
Goal based error indicator.
|
|
15846
|
+
"""
|
|
15847
|
+
class mach_hessian_indicator(TUIMethod):
|
|
15848
|
+
"""
|
|
15849
|
+
No help available.
|
|
15850
|
+
"""
|
|
15851
|
+
class pressure_hessian_indicator(TUIMethod):
|
|
15852
|
+
"""
|
|
15853
|
+
No help available.
|
|
15854
|
+
"""
|
|
15855
|
+
class velocity_hessian_indicator(TUIMethod):
|
|
15856
|
+
"""
|
|
15857
|
+
No help available.
|
|
15858
|
+
"""
|
|
15859
|
+
|
|
15860
|
+
class shock_indicator(TUIMenu):
|
|
15861
|
+
"""
|
|
15862
|
+
No help available.
|
|
15863
|
+
"""
|
|
15864
|
+
def __init__(self, service, version, mode, path):
|
|
15865
|
+
self.density_based = self.__class__.density_based(service, version, mode, path + ["density_based"])
|
|
15866
|
+
super().__init__(service, version, mode, path)
|
|
15867
|
+
class density_based(TUIMethod):
|
|
15868
|
+
"""
|
|
15869
|
+
No help available.
|
|
15870
|
+
"""
|
|
15871
|
+
|
|
15872
|
+
class boundary_layer(TUIMenu):
|
|
15873
|
+
"""
|
|
15874
|
+
No help available.
|
|
15875
|
+
"""
|
|
15876
|
+
def __init__(self, service, version, mode, path):
|
|
15877
|
+
self.cell_distance = self.__class__.cell_distance(service, version, mode, path + ["cell_distance"])
|
|
15878
|
+
self.yplus_ystar = self.__class__.yplus_ystar(service, version, mode, path + ["yplus_ystar"])
|
|
15879
|
+
super().__init__(service, version, mode, path)
|
|
15880
|
+
class cell_distance(TUIMethod):
|
|
15881
|
+
"""
|
|
15882
|
+
No help available.
|
|
15883
|
+
"""
|
|
15884
|
+
class yplus_ystar(TUIMethod):
|
|
15885
|
+
"""
|
|
15886
|
+
No help available.
|
|
15887
|
+
"""
|
|
15888
|
+
|
|
15889
|
+
class combustion(TUIMenu):
|
|
15890
|
+
"""
|
|
15891
|
+
No help available.
|
|
15892
|
+
"""
|
|
15893
|
+
def __init__(self, service, version, mode, path):
|
|
15894
|
+
self.flame_indicator = self.__class__.flame_indicator(service, version, mode, path + ["flame_indicator"])
|
|
15895
|
+
super().__init__(service, version, mode, path)
|
|
15896
|
+
class flame_indicator(TUIMethod):
|
|
15897
|
+
"""
|
|
15898
|
+
No help available.
|
|
15899
|
+
"""
|
|
15900
|
+
|
|
15901
|
+
class multiphase(TUIMenu):
|
|
15902
|
+
"""
|
|
15903
|
+
No help available.
|
|
15904
|
+
"""
|
|
15905
|
+
def __init__(self, service, version, mode, path):
|
|
15906
|
+
self.vof = self.__class__.vof(service, version, mode, path + ["vof"])
|
|
15907
|
+
self.vof_to_dpm_advanced = self.__class__.vof_to_dpm_advanced(service, version, mode, path + ["vof_to_dpm_advanced"])
|
|
15908
|
+
self.vof_to_dpm_generic = self.__class__.vof_to_dpm_generic(service, version, mode, path + ["vof_to_dpm_generic"])
|
|
15909
|
+
super().__init__(service, version, mode, path)
|
|
15910
|
+
class vof(TUIMethod):
|
|
15911
|
+
"""
|
|
15912
|
+
No help available.
|
|
15913
|
+
"""
|
|
15914
|
+
class vof_to_dpm_advanced(TUIMethod):
|
|
15915
|
+
"""
|
|
15916
|
+
No help available.
|
|
15917
|
+
"""
|
|
15918
|
+
class vof_to_dpm_generic(TUIMethod):
|
|
15919
|
+
"""
|
|
15920
|
+
No help available.
|
|
15921
|
+
"""
|
|
15922
|
+
|
|
15797
15923
|
class profile(TUIMenu):
|
|
15798
15924
|
"""
|
|
15799
15925
|
No help available.
|
|
@@ -20408,16 +20534,36 @@ class main_menu(TUIMenu):
|
|
|
20408
20534
|
"""
|
|
20409
20535
|
def __init__(self, service, version, mode, path):
|
|
20410
20536
|
self.max_positions = self.__class__.max_positions(service, version, mode, path + ["max_positions"])
|
|
20537
|
+
self.point_size = self.__class__.point_size(service, version, mode, path + ["point_size"])
|
|
20538
|
+
self.point_symbol = self.__class__.point_symbol(service, version, mode, path + ["point_symbol"])
|
|
20411
20539
|
self.quick_slicing = self.__class__.quick_slicing(service, version, mode, path + ["quick_slicing"])
|
|
20540
|
+
self.vector_size = self.__class__.vector_size(service, version, mode, path + ["vector_size"])
|
|
20541
|
+
self.vector_symbol = self.__class__.vector_symbol(service, version, mode, path + ["vector_symbol"])
|
|
20412
20542
|
super().__init__(service, version, mode, path)
|
|
20413
20543
|
class max_positions(TUIMethod):
|
|
20414
20544
|
"""
|
|
20415
20545
|
No help available.
|
|
20416
20546
|
"""
|
|
20547
|
+
class point_size(TUIMethod):
|
|
20548
|
+
"""
|
|
20549
|
+
No help available.
|
|
20550
|
+
"""
|
|
20551
|
+
class point_symbol(TUIMethod):
|
|
20552
|
+
"""
|
|
20553
|
+
No help available.
|
|
20554
|
+
"""
|
|
20417
20555
|
class quick_slicing(TUIMethod):
|
|
20418
20556
|
"""
|
|
20419
20557
|
No help available.
|
|
20420
20558
|
"""
|
|
20559
|
+
class vector_size(TUIMethod):
|
|
20560
|
+
"""
|
|
20561
|
+
No help available.
|
|
20562
|
+
"""
|
|
20563
|
+
class vector_symbol(TUIMethod):
|
|
20564
|
+
"""
|
|
20565
|
+
No help available.
|
|
20566
|
+
"""
|
|
20421
20567
|
|
|
20422
20568
|
class meshing_workflow(TUIMenu):
|
|
20423
20569
|
"""
|
|
@@ -22072,6 +22218,7 @@ class main_menu(TUIMenu):
|
|
|
22072
22218
|
self.play = self.__class__.play(service, version, mode, path + ["play"])
|
|
22073
22219
|
self.read_animation_file = self.__class__.read_animation_file(service, version, mode, path + ["read_animation_file"])
|
|
22074
22220
|
self.stored_view = self.__class__.stored_view(service, version, mode, path + ["stored_view"])
|
|
22221
|
+
self.view_mode = self.__class__.view_mode(service, version, mode, path + ["view_mode"])
|
|
22075
22222
|
self.write_animation = self.__class__.write_animation(service, version, mode, path + ["write_animation"])
|
|
22076
22223
|
super().__init__(service, version, mode, path)
|
|
22077
22224
|
class current_animation(TUIMethod):
|
|
@@ -22094,6 +22241,10 @@ class main_menu(TUIMenu):
|
|
|
22094
22241
|
"""
|
|
22095
22242
|
No help available.
|
|
22096
22243
|
"""
|
|
22244
|
+
class view_mode(TUIMethod):
|
|
22245
|
+
"""
|
|
22246
|
+
No help available.
|
|
22247
|
+
"""
|
|
22097
22248
|
class write_animation(TUIMethod):
|
|
22098
22249
|
"""
|
|
22099
22250
|
No help available.
|
|
@@ -24754,56 +24905,176 @@ class main_menu(TUIMenu):
|
|
|
24754
24905
|
def __init__(self, service, version, mode, path):
|
|
24755
24906
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
24756
24907
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
24757
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
24758
24908
|
super().__init__(service, version, mode, path)
|
|
24759
|
-
class background_color(TUIMethod):
|
|
24760
|
-
"""
|
|
24761
|
-
No help available.
|
|
24762
|
-
"""
|
|
24763
24909
|
|
|
24764
24910
|
class x(TUIMenu):
|
|
24765
24911
|
"""
|
|
24766
24912
|
No help available.
|
|
24767
24913
|
"""
|
|
24768
24914
|
def __init__(self, service, version, mode, path):
|
|
24915
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24769
24916
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
24770
24917
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
24771
24918
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
24772
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24773
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
24774
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
24775
24919
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
24776
24920
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
24777
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
24778
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
24779
24921
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
24780
24922
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
24781
24923
|
super().__init__(service, version, mode, path)
|
|
24782
|
-
class
|
|
24924
|
+
class label(TUIMethod):
|
|
24783
24925
|
"""
|
|
24784
24926
|
No help available.
|
|
24785
24927
|
"""
|
|
24786
|
-
class
|
|
24928
|
+
class log_scale(TUIMethod):
|
|
24787
24929
|
"""
|
|
24788
24930
|
No help available.
|
|
24789
24931
|
"""
|
|
24790
|
-
class
|
|
24932
|
+
class show_major_gridlines(TUIMethod):
|
|
24791
24933
|
"""
|
|
24792
24934
|
No help available.
|
|
24793
24935
|
"""
|
|
24794
|
-
class
|
|
24936
|
+
class show_minor_gridlines(TUIMethod):
|
|
24795
24937
|
"""
|
|
24796
24938
|
No help available.
|
|
24797
24939
|
"""
|
|
24798
|
-
|
|
24940
|
+
|
|
24941
|
+
class auto_range(TUIMenu):
|
|
24799
24942
|
"""
|
|
24800
24943
|
No help available.
|
|
24801
24944
|
"""
|
|
24802
|
-
|
|
24945
|
+
def __init__(self, service, version, mode, path):
|
|
24946
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
24947
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
24948
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
24949
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
24950
|
+
super().__init__(service, version, mode, path)
|
|
24951
|
+
class max(TUIMethod):
|
|
24952
|
+
"""
|
|
24953
|
+
No help available.
|
|
24954
|
+
"""
|
|
24955
|
+
class max_auto(TUIMethod):
|
|
24956
|
+
"""
|
|
24957
|
+
No help available.
|
|
24958
|
+
"""
|
|
24959
|
+
class min(TUIMethod):
|
|
24960
|
+
"""
|
|
24961
|
+
No help available.
|
|
24962
|
+
"""
|
|
24963
|
+
class min_auto(TUIMethod):
|
|
24964
|
+
"""
|
|
24965
|
+
No help available.
|
|
24966
|
+
"""
|
|
24967
|
+
|
|
24968
|
+
class major_gridlines(TUIMenu):
|
|
24969
|
+
"""
|
|
24970
|
+
No help available.
|
|
24971
|
+
"""
|
|
24972
|
+
def __init__(self, service, version, mode, path):
|
|
24973
|
+
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
24974
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
24975
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
24976
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
24977
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
24978
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24979
|
+
super().__init__(service, version, mode, path)
|
|
24980
|
+
class auto_placement(TUIMethod):
|
|
24981
|
+
"""
|
|
24982
|
+
No help available.
|
|
24983
|
+
"""
|
|
24984
|
+
class color(TUIMethod):
|
|
24985
|
+
"""
|
|
24986
|
+
No help available.
|
|
24987
|
+
"""
|
|
24988
|
+
class divisions(TUIMethod):
|
|
24989
|
+
"""
|
|
24990
|
+
No help available.
|
|
24991
|
+
"""
|
|
24992
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
24993
|
+
"""
|
|
24994
|
+
No help available.
|
|
24995
|
+
"""
|
|
24996
|
+
class units(TUIMethod):
|
|
24997
|
+
"""
|
|
24998
|
+
No help available.
|
|
24999
|
+
"""
|
|
25000
|
+
class weight(TUIMethod):
|
|
25001
|
+
"""
|
|
25002
|
+
No help available.
|
|
25003
|
+
"""
|
|
25004
|
+
|
|
25005
|
+
class minor_gridlines(TUIMenu):
|
|
25006
|
+
"""
|
|
25007
|
+
No help available.
|
|
25008
|
+
"""
|
|
25009
|
+
def __init__(self, service, version, mode, path):
|
|
25010
|
+
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25011
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25012
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25013
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25014
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25015
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25016
|
+
super().__init__(service, version, mode, path)
|
|
25017
|
+
class auto_placement(TUIMethod):
|
|
25018
|
+
"""
|
|
25019
|
+
No help available.
|
|
25020
|
+
"""
|
|
25021
|
+
class color(TUIMethod):
|
|
25022
|
+
"""
|
|
25023
|
+
No help available.
|
|
25024
|
+
"""
|
|
25025
|
+
class divisions(TUIMethod):
|
|
25026
|
+
"""
|
|
25027
|
+
No help available.
|
|
25028
|
+
"""
|
|
25029
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25030
|
+
"""
|
|
25031
|
+
No help available.
|
|
25032
|
+
"""
|
|
25033
|
+
class units(TUIMethod):
|
|
25034
|
+
"""
|
|
25035
|
+
No help available.
|
|
25036
|
+
"""
|
|
25037
|
+
class weight(TUIMethod):
|
|
25038
|
+
"""
|
|
25039
|
+
No help available.
|
|
25040
|
+
"""
|
|
25041
|
+
|
|
25042
|
+
class number_format(TUIMenu):
|
|
25043
|
+
"""
|
|
25044
|
+
No help available.
|
|
25045
|
+
"""
|
|
25046
|
+
def __init__(self, service, version, mode, path):
|
|
25047
|
+
self.format_type = self.__class__.format_type(service, version, mode, path + ["format_type"])
|
|
25048
|
+
self.precision = self.__class__.precision(service, version, mode, path + ["precision"])
|
|
25049
|
+
super().__init__(service, version, mode, path)
|
|
25050
|
+
class format_type(TUIMethod):
|
|
25051
|
+
"""
|
|
25052
|
+
No help available.
|
|
25053
|
+
"""
|
|
25054
|
+
class precision(TUIMethod):
|
|
25055
|
+
"""
|
|
25056
|
+
No help available.
|
|
25057
|
+
"""
|
|
25058
|
+
|
|
25059
|
+
class y(TUIMenu):
|
|
25060
|
+
"""
|
|
25061
|
+
No help available.
|
|
25062
|
+
"""
|
|
25063
|
+
def __init__(self, service, version, mode, path):
|
|
25064
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25065
|
+
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25066
|
+
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25067
|
+
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25068
|
+
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25069
|
+
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25070
|
+
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25071
|
+
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25072
|
+
super().__init__(service, version, mode, path)
|
|
25073
|
+
class label(TUIMethod):
|
|
24803
25074
|
"""
|
|
24804
25075
|
No help available.
|
|
24805
25076
|
"""
|
|
24806
|
-
class
|
|
25077
|
+
class log_scale(TUIMethod):
|
|
24807
25078
|
"""
|
|
24808
25079
|
No help available.
|
|
24809
25080
|
"""
|
|
@@ -24816,6 +25087,33 @@ class main_menu(TUIMenu):
|
|
|
24816
25087
|
No help available.
|
|
24817
25088
|
"""
|
|
24818
25089
|
|
|
25090
|
+
class auto_range(TUIMenu):
|
|
25091
|
+
"""
|
|
25092
|
+
No help available.
|
|
25093
|
+
"""
|
|
25094
|
+
def __init__(self, service, version, mode, path):
|
|
25095
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25096
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25097
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25098
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25099
|
+
super().__init__(service, version, mode, path)
|
|
25100
|
+
class max(TUIMethod):
|
|
25101
|
+
"""
|
|
25102
|
+
No help available.
|
|
25103
|
+
"""
|
|
25104
|
+
class max_auto(TUIMethod):
|
|
25105
|
+
"""
|
|
25106
|
+
No help available.
|
|
25107
|
+
"""
|
|
25108
|
+
class min(TUIMethod):
|
|
25109
|
+
"""
|
|
25110
|
+
No help available.
|
|
25111
|
+
"""
|
|
25112
|
+
class min_auto(TUIMethod):
|
|
25113
|
+
"""
|
|
25114
|
+
No help available.
|
|
25115
|
+
"""
|
|
25116
|
+
|
|
24819
25117
|
class major_gridlines(TUIMenu):
|
|
24820
25118
|
"""
|
|
24821
25119
|
No help available.
|
|
@@ -24823,8 +25121,9 @@ class main_menu(TUIMenu):
|
|
|
24823
25121
|
def __init__(self, service, version, mode, path):
|
|
24824
25122
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
24825
25123
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
24826
|
-
self.
|
|
24827
|
-
self.
|
|
25124
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25125
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25126
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
24828
25127
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24829
25128
|
super().__init__(service, version, mode, path)
|
|
24830
25129
|
class auto_placement(TUIMethod):
|
|
@@ -24835,11 +25134,15 @@ class main_menu(TUIMenu):
|
|
|
24835
25134
|
"""
|
|
24836
25135
|
No help available.
|
|
24837
25136
|
"""
|
|
24838
|
-
class
|
|
25137
|
+
class divisions(TUIMethod):
|
|
25138
|
+
"""
|
|
25139
|
+
No help available.
|
|
25140
|
+
"""
|
|
25141
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
24839
25142
|
"""
|
|
24840
25143
|
No help available.
|
|
24841
25144
|
"""
|
|
24842
|
-
class
|
|
25145
|
+
class units(TUIMethod):
|
|
24843
25146
|
"""
|
|
24844
25147
|
No help available.
|
|
24845
25148
|
"""
|
|
@@ -24855,8 +25158,9 @@ class main_menu(TUIMenu):
|
|
|
24855
25158
|
def __init__(self, service, version, mode, path):
|
|
24856
25159
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
24857
25160
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
24858
|
-
self.
|
|
24859
|
-
self.
|
|
25161
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25162
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25163
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
24860
25164
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24861
25165
|
super().__init__(service, version, mode, path)
|
|
24862
25166
|
class auto_placement(TUIMethod):
|
|
@@ -24867,11 +25171,15 @@ class main_menu(TUIMenu):
|
|
|
24867
25171
|
"""
|
|
24868
25172
|
No help available.
|
|
24869
25173
|
"""
|
|
24870
|
-
class
|
|
25174
|
+
class divisions(TUIMethod):
|
|
24871
25175
|
"""
|
|
24872
25176
|
No help available.
|
|
24873
25177
|
"""
|
|
24874
|
-
class
|
|
25178
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25179
|
+
"""
|
|
25180
|
+
No help available.
|
|
25181
|
+
"""
|
|
25182
|
+
class units(TUIMethod):
|
|
24875
25183
|
"""
|
|
24876
25184
|
No help available.
|
|
24877
25185
|
"""
|
|
@@ -24897,163 +25205,104 @@ class main_menu(TUIMenu):
|
|
|
24897
25205
|
No help available.
|
|
24898
25206
|
"""
|
|
24899
25207
|
|
|
24900
|
-
|
|
25208
|
+
class curves(TUIMenu):
|
|
25209
|
+
"""
|
|
25210
|
+
No help available.
|
|
25211
|
+
"""
|
|
25212
|
+
def __init__(self, service, version, mode, path):
|
|
25213
|
+
self.line = self.__class__.line(service, version, mode, path + ["line"])
|
|
25214
|
+
self.line_in_file = self.__class__.line_in_file(service, version, mode, path + ["line_in_file"])
|
|
25215
|
+
self.marker = self.__class__.marker(service, version, mode, path + ["marker"])
|
|
25216
|
+
self.marker_in_file = self.__class__.marker_in_file(service, version, mode, path + ["marker_in_file"])
|
|
25217
|
+
super().__init__(service, version, mode, path)
|
|
25218
|
+
|
|
25219
|
+
class line(TUIMenu):
|
|
24901
25220
|
"""
|
|
24902
25221
|
No help available.
|
|
24903
25222
|
"""
|
|
24904
25223
|
def __init__(self, service, version, mode, path):
|
|
24905
|
-
self.
|
|
24906
|
-
self.
|
|
24907
|
-
self.
|
|
24908
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24909
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
24910
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
24911
|
-
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
24912
|
-
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
24913
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
24914
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
24915
|
-
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
24916
|
-
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25224
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25225
|
+
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25226
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24917
25227
|
super().__init__(service, version, mode, path)
|
|
24918
|
-
class
|
|
25228
|
+
class color(TUIMethod):
|
|
24919
25229
|
"""
|
|
24920
25230
|
No help available.
|
|
24921
25231
|
"""
|
|
24922
|
-
class
|
|
25232
|
+
class pattern(TUIMethod):
|
|
24923
25233
|
"""
|
|
24924
25234
|
No help available.
|
|
24925
25235
|
"""
|
|
24926
|
-
class
|
|
25236
|
+
class weight(TUIMethod):
|
|
24927
25237
|
"""
|
|
24928
25238
|
No help available.
|
|
24929
25239
|
"""
|
|
24930
|
-
|
|
25240
|
+
|
|
25241
|
+
class line_in_file(TUIMenu):
|
|
25242
|
+
"""
|
|
25243
|
+
No help available.
|
|
25244
|
+
"""
|
|
25245
|
+
def __init__(self, service, version, mode, path):
|
|
25246
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25247
|
+
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25248
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25249
|
+
super().__init__(service, version, mode, path)
|
|
25250
|
+
class color(TUIMethod):
|
|
24931
25251
|
"""
|
|
24932
25252
|
No help available.
|
|
24933
25253
|
"""
|
|
24934
|
-
class
|
|
25254
|
+
class pattern(TUIMethod):
|
|
24935
25255
|
"""
|
|
24936
25256
|
No help available.
|
|
24937
25257
|
"""
|
|
24938
|
-
class
|
|
25258
|
+
class weight(TUIMethod):
|
|
24939
25259
|
"""
|
|
24940
25260
|
No help available.
|
|
24941
25261
|
"""
|
|
24942
|
-
|
|
25262
|
+
|
|
25263
|
+
class marker(TUIMenu):
|
|
25264
|
+
"""
|
|
25265
|
+
No help available.
|
|
25266
|
+
"""
|
|
25267
|
+
def __init__(self, service, version, mode, path):
|
|
25268
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25269
|
+
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25270
|
+
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25271
|
+
super().__init__(service, version, mode, path)
|
|
25272
|
+
class color(TUIMethod):
|
|
24943
25273
|
"""
|
|
24944
25274
|
No help available.
|
|
24945
25275
|
"""
|
|
24946
|
-
class
|
|
25276
|
+
class size(TUIMethod):
|
|
24947
25277
|
"""
|
|
24948
25278
|
No help available.
|
|
24949
25279
|
"""
|
|
24950
|
-
class
|
|
25280
|
+
class symbol(TUIMethod):
|
|
24951
25281
|
"""
|
|
24952
25282
|
No help available.
|
|
24953
25283
|
"""
|
|
24954
25284
|
|
|
24955
|
-
|
|
25285
|
+
class marker_in_file(TUIMenu):
|
|
25286
|
+
"""
|
|
25287
|
+
No help available.
|
|
25288
|
+
"""
|
|
25289
|
+
def __init__(self, service, version, mode, path):
|
|
25290
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25291
|
+
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25292
|
+
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25293
|
+
super().__init__(service, version, mode, path)
|
|
25294
|
+
class color(TUIMethod):
|
|
24956
25295
|
"""
|
|
24957
25296
|
No help available.
|
|
24958
25297
|
"""
|
|
24959
|
-
|
|
24960
|
-
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
24961
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
24962
|
-
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
24963
|
-
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
24964
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24965
|
-
super().__init__(service, version, mode, path)
|
|
24966
|
-
class auto_placement(TUIMethod):
|
|
24967
|
-
"""
|
|
24968
|
-
No help available.
|
|
24969
|
-
"""
|
|
24970
|
-
class color(TUIMethod):
|
|
24971
|
-
"""
|
|
24972
|
-
No help available.
|
|
24973
|
-
"""
|
|
24974
|
-
class distance(TUIMethod):
|
|
24975
|
-
"""
|
|
24976
|
-
No help available.
|
|
24977
|
-
"""
|
|
24978
|
-
class units_or_divisions(TUIMethod):
|
|
24979
|
-
"""
|
|
24980
|
-
No help available.
|
|
24981
|
-
"""
|
|
24982
|
-
class weight(TUIMethod):
|
|
24983
|
-
"""
|
|
24984
|
-
No help available.
|
|
24985
|
-
"""
|
|
24986
|
-
|
|
24987
|
-
class minor_gridlines(TUIMenu):
|
|
25298
|
+
class size(TUIMethod):
|
|
24988
25299
|
"""
|
|
24989
25300
|
No help available.
|
|
24990
25301
|
"""
|
|
24991
|
-
|
|
24992
|
-
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
24993
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
24994
|
-
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
24995
|
-
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
24996
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24997
|
-
super().__init__(service, version, mode, path)
|
|
24998
|
-
class auto_placement(TUIMethod):
|
|
24999
|
-
"""
|
|
25000
|
-
No help available.
|
|
25001
|
-
"""
|
|
25002
|
-
class color(TUIMethod):
|
|
25003
|
-
"""
|
|
25004
|
-
No help available.
|
|
25005
|
-
"""
|
|
25006
|
-
class distance(TUIMethod):
|
|
25007
|
-
"""
|
|
25008
|
-
No help available.
|
|
25009
|
-
"""
|
|
25010
|
-
class units_or_divisions(TUIMethod):
|
|
25011
|
-
"""
|
|
25012
|
-
No help available.
|
|
25013
|
-
"""
|
|
25014
|
-
class weight(TUIMethod):
|
|
25015
|
-
"""
|
|
25016
|
-
No help available.
|
|
25017
|
-
"""
|
|
25018
|
-
|
|
25019
|
-
class number_format(TUIMenu):
|
|
25302
|
+
class symbol(TUIMethod):
|
|
25020
25303
|
"""
|
|
25021
25304
|
No help available.
|
|
25022
25305
|
"""
|
|
25023
|
-
def __init__(self, service, version, mode, path):
|
|
25024
|
-
self.format_type = self.__class__.format_type(service, version, mode, path + ["format_type"])
|
|
25025
|
-
self.precision = self.__class__.precision(service, version, mode, path + ["precision"])
|
|
25026
|
-
super().__init__(service, version, mode, path)
|
|
25027
|
-
class format_type(TUIMethod):
|
|
25028
|
-
"""
|
|
25029
|
-
No help available.
|
|
25030
|
-
"""
|
|
25031
|
-
class precision(TUIMethod):
|
|
25032
|
-
"""
|
|
25033
|
-
No help available.
|
|
25034
|
-
"""
|
|
25035
|
-
|
|
25036
|
-
class curves(TUIMenu):
|
|
25037
|
-
"""
|
|
25038
|
-
No help available.
|
|
25039
|
-
"""
|
|
25040
|
-
def __init__(self, service, version, mode, path):
|
|
25041
|
-
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
25042
|
-
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
25043
|
-
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
25044
|
-
super().__init__(service, version, mode, path)
|
|
25045
|
-
class edit(TUIMethod):
|
|
25046
|
-
"""
|
|
25047
|
-
Edit curves object.
|
|
25048
|
-
"""
|
|
25049
|
-
class list_properties(TUIMethod):
|
|
25050
|
-
"""
|
|
25051
|
-
No help available.
|
|
25052
|
-
"""
|
|
25053
|
-
class resize(TUIMethod):
|
|
25054
|
-
"""
|
|
25055
|
-
No help available.
|
|
25056
|
-
"""
|
|
25057
25306
|
|
|
25058
25307
|
class interpolated_data(TUIMenu):
|
|
25059
25308
|
"""
|
|
@@ -25091,43 +25340,22 @@ class main_menu(TUIMenu):
|
|
|
25091
25340
|
def __init__(self, service, version, mode, path):
|
|
25092
25341
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
25093
25342
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
25094
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
25095
25343
|
super().__init__(service, version, mode, path)
|
|
25096
|
-
class background_color(TUIMethod):
|
|
25097
|
-
"""
|
|
25098
|
-
No help available.
|
|
25099
|
-
"""
|
|
25100
25344
|
|
|
25101
25345
|
class x(TUIMenu):
|
|
25102
25346
|
"""
|
|
25103
25347
|
No help available.
|
|
25104
25348
|
"""
|
|
25105
25349
|
def __init__(self, service, version, mode, path):
|
|
25350
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25106
25351
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25107
25352
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25108
25353
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25109
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25110
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25111
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25112
25354
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25113
25355
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25114
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25115
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25116
25356
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25117
25357
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25118
25358
|
super().__init__(service, version, mode, path)
|
|
25119
|
-
class auto_range(TUIMethod):
|
|
25120
|
-
"""
|
|
25121
|
-
No help available.
|
|
25122
|
-
"""
|
|
25123
|
-
class auto_range_max(TUIMethod):
|
|
25124
|
-
"""
|
|
25125
|
-
No help available.
|
|
25126
|
-
"""
|
|
25127
|
-
class auto_range_min(TUIMethod):
|
|
25128
|
-
"""
|
|
25129
|
-
No help available.
|
|
25130
|
-
"""
|
|
25131
25359
|
class label(TUIMethod):
|
|
25132
25360
|
"""
|
|
25133
25361
|
No help available.
|
|
@@ -25136,22 +25364,41 @@ class main_menu(TUIMenu):
|
|
|
25136
25364
|
"""
|
|
25137
25365
|
No help available.
|
|
25138
25366
|
"""
|
|
25139
|
-
class
|
|
25140
|
-
"""
|
|
25141
|
-
No help available.
|
|
25142
|
-
"""
|
|
25143
|
-
class min(TUIMethod):
|
|
25367
|
+
class show_major_gridlines(TUIMethod):
|
|
25144
25368
|
"""
|
|
25145
25369
|
No help available.
|
|
25146
25370
|
"""
|
|
25147
|
-
class
|
|
25371
|
+
class show_minor_gridlines(TUIMethod):
|
|
25148
25372
|
"""
|
|
25149
25373
|
No help available.
|
|
25150
25374
|
"""
|
|
25151
|
-
|
|
25375
|
+
|
|
25376
|
+
class auto_range(TUIMenu):
|
|
25152
25377
|
"""
|
|
25153
25378
|
No help available.
|
|
25154
25379
|
"""
|
|
25380
|
+
def __init__(self, service, version, mode, path):
|
|
25381
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25382
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25383
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25384
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25385
|
+
super().__init__(service, version, mode, path)
|
|
25386
|
+
class max(TUIMethod):
|
|
25387
|
+
"""
|
|
25388
|
+
No help available.
|
|
25389
|
+
"""
|
|
25390
|
+
class max_auto(TUIMethod):
|
|
25391
|
+
"""
|
|
25392
|
+
No help available.
|
|
25393
|
+
"""
|
|
25394
|
+
class min(TUIMethod):
|
|
25395
|
+
"""
|
|
25396
|
+
No help available.
|
|
25397
|
+
"""
|
|
25398
|
+
class min_auto(TUIMethod):
|
|
25399
|
+
"""
|
|
25400
|
+
No help available.
|
|
25401
|
+
"""
|
|
25155
25402
|
|
|
25156
25403
|
class major_gridlines(TUIMenu):
|
|
25157
25404
|
"""
|
|
@@ -25160,8 +25407,9 @@ class main_menu(TUIMenu):
|
|
|
25160
25407
|
def __init__(self, service, version, mode, path):
|
|
25161
25408
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25162
25409
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25163
|
-
self.
|
|
25164
|
-
self.
|
|
25410
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25411
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25412
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25165
25413
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25166
25414
|
super().__init__(service, version, mode, path)
|
|
25167
25415
|
class auto_placement(TUIMethod):
|
|
@@ -25172,11 +25420,15 @@ class main_menu(TUIMenu):
|
|
|
25172
25420
|
"""
|
|
25173
25421
|
No help available.
|
|
25174
25422
|
"""
|
|
25175
|
-
class
|
|
25423
|
+
class divisions(TUIMethod):
|
|
25176
25424
|
"""
|
|
25177
25425
|
No help available.
|
|
25178
25426
|
"""
|
|
25179
|
-
class
|
|
25427
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25428
|
+
"""
|
|
25429
|
+
No help available.
|
|
25430
|
+
"""
|
|
25431
|
+
class units(TUIMethod):
|
|
25180
25432
|
"""
|
|
25181
25433
|
No help available.
|
|
25182
25434
|
"""
|
|
@@ -25192,8 +25444,9 @@ class main_menu(TUIMenu):
|
|
|
25192
25444
|
def __init__(self, service, version, mode, path):
|
|
25193
25445
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25194
25446
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25195
|
-
self.
|
|
25196
|
-
self.
|
|
25447
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25448
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25449
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25197
25450
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25198
25451
|
super().__init__(service, version, mode, path)
|
|
25199
25452
|
class auto_placement(TUIMethod):
|
|
@@ -25204,11 +25457,15 @@ class main_menu(TUIMenu):
|
|
|
25204
25457
|
"""
|
|
25205
25458
|
No help available.
|
|
25206
25459
|
"""
|
|
25207
|
-
class
|
|
25460
|
+
class divisions(TUIMethod):
|
|
25461
|
+
"""
|
|
25462
|
+
No help available.
|
|
25463
|
+
"""
|
|
25464
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25208
25465
|
"""
|
|
25209
25466
|
No help available.
|
|
25210
25467
|
"""
|
|
25211
|
-
class
|
|
25468
|
+
class units(TUIMethod):
|
|
25212
25469
|
"""
|
|
25213
25470
|
No help available.
|
|
25214
25471
|
"""
|
|
@@ -25239,31 +25496,15 @@ class main_menu(TUIMenu):
|
|
|
25239
25496
|
No help available.
|
|
25240
25497
|
"""
|
|
25241
25498
|
def __init__(self, service, version, mode, path):
|
|
25499
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25242
25500
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25243
25501
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25244
25502
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25245
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25246
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25247
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25248
25503
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25249
25504
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25250
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25251
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25252
25505
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25253
25506
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25254
25507
|
super().__init__(service, version, mode, path)
|
|
25255
|
-
class auto_range(TUIMethod):
|
|
25256
|
-
"""
|
|
25257
|
-
No help available.
|
|
25258
|
-
"""
|
|
25259
|
-
class auto_range_max(TUIMethod):
|
|
25260
|
-
"""
|
|
25261
|
-
No help available.
|
|
25262
|
-
"""
|
|
25263
|
-
class auto_range_min(TUIMethod):
|
|
25264
|
-
"""
|
|
25265
|
-
No help available.
|
|
25266
|
-
"""
|
|
25267
25508
|
class label(TUIMethod):
|
|
25268
25509
|
"""
|
|
25269
25510
|
No help available.
|
|
@@ -25272,22 +25513,41 @@ class main_menu(TUIMenu):
|
|
|
25272
25513
|
"""
|
|
25273
25514
|
No help available.
|
|
25274
25515
|
"""
|
|
25275
|
-
class
|
|
25276
|
-
"""
|
|
25277
|
-
No help available.
|
|
25278
|
-
"""
|
|
25279
|
-
class min(TUIMethod):
|
|
25516
|
+
class show_major_gridlines(TUIMethod):
|
|
25280
25517
|
"""
|
|
25281
25518
|
No help available.
|
|
25282
25519
|
"""
|
|
25283
|
-
class
|
|
25520
|
+
class show_minor_gridlines(TUIMethod):
|
|
25284
25521
|
"""
|
|
25285
25522
|
No help available.
|
|
25286
25523
|
"""
|
|
25287
|
-
|
|
25524
|
+
|
|
25525
|
+
class auto_range(TUIMenu):
|
|
25288
25526
|
"""
|
|
25289
25527
|
No help available.
|
|
25290
25528
|
"""
|
|
25529
|
+
def __init__(self, service, version, mode, path):
|
|
25530
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25531
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25532
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25533
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25534
|
+
super().__init__(service, version, mode, path)
|
|
25535
|
+
class max(TUIMethod):
|
|
25536
|
+
"""
|
|
25537
|
+
No help available.
|
|
25538
|
+
"""
|
|
25539
|
+
class max_auto(TUIMethod):
|
|
25540
|
+
"""
|
|
25541
|
+
No help available.
|
|
25542
|
+
"""
|
|
25543
|
+
class min(TUIMethod):
|
|
25544
|
+
"""
|
|
25545
|
+
No help available.
|
|
25546
|
+
"""
|
|
25547
|
+
class min_auto(TUIMethod):
|
|
25548
|
+
"""
|
|
25549
|
+
No help available.
|
|
25550
|
+
"""
|
|
25291
25551
|
|
|
25292
25552
|
class major_gridlines(TUIMenu):
|
|
25293
25553
|
"""
|
|
@@ -25296,8 +25556,9 @@ class main_menu(TUIMenu):
|
|
|
25296
25556
|
def __init__(self, service, version, mode, path):
|
|
25297
25557
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25298
25558
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25299
|
-
self.
|
|
25300
|
-
self.
|
|
25559
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25560
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25561
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25301
25562
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25302
25563
|
super().__init__(service, version, mode, path)
|
|
25303
25564
|
class auto_placement(TUIMethod):
|
|
@@ -25308,11 +25569,15 @@ class main_menu(TUIMenu):
|
|
|
25308
25569
|
"""
|
|
25309
25570
|
No help available.
|
|
25310
25571
|
"""
|
|
25311
|
-
class
|
|
25572
|
+
class divisions(TUIMethod):
|
|
25573
|
+
"""
|
|
25574
|
+
No help available.
|
|
25575
|
+
"""
|
|
25576
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25312
25577
|
"""
|
|
25313
25578
|
No help available.
|
|
25314
25579
|
"""
|
|
25315
|
-
class
|
|
25580
|
+
class units(TUIMethod):
|
|
25316
25581
|
"""
|
|
25317
25582
|
No help available.
|
|
25318
25583
|
"""
|
|
@@ -25328,8 +25593,9 @@ class main_menu(TUIMenu):
|
|
|
25328
25593
|
def __init__(self, service, version, mode, path):
|
|
25329
25594
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25330
25595
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25331
|
-
self.
|
|
25332
|
-
self.
|
|
25596
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25597
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25598
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25333
25599
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25334
25600
|
super().__init__(service, version, mode, path)
|
|
25335
25601
|
class auto_placement(TUIMethod):
|
|
@@ -25340,11 +25606,15 @@ class main_menu(TUIMenu):
|
|
|
25340
25606
|
"""
|
|
25341
25607
|
No help available.
|
|
25342
25608
|
"""
|
|
25343
|
-
class
|
|
25609
|
+
class divisions(TUIMethod):
|
|
25610
|
+
"""
|
|
25611
|
+
No help available.
|
|
25612
|
+
"""
|
|
25613
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25344
25614
|
"""
|
|
25345
25615
|
No help available.
|
|
25346
25616
|
"""
|
|
25347
|
-
class
|
|
25617
|
+
class units(TUIMethod):
|
|
25348
25618
|
"""
|
|
25349
25619
|
No help available.
|
|
25350
25620
|
"""
|
|
@@ -25375,22 +25645,99 @@ class main_menu(TUIMenu):
|
|
|
25375
25645
|
No help available.
|
|
25376
25646
|
"""
|
|
25377
25647
|
def __init__(self, service, version, mode, path):
|
|
25378
|
-
self.
|
|
25379
|
-
self.
|
|
25380
|
-
self.
|
|
25648
|
+
self.line = self.__class__.line(service, version, mode, path + ["line"])
|
|
25649
|
+
self.line_in_file = self.__class__.line_in_file(service, version, mode, path + ["line_in_file"])
|
|
25650
|
+
self.marker = self.__class__.marker(service, version, mode, path + ["marker"])
|
|
25651
|
+
self.marker_in_file = self.__class__.marker_in_file(service, version, mode, path + ["marker_in_file"])
|
|
25381
25652
|
super().__init__(service, version, mode, path)
|
|
25382
|
-
|
|
25653
|
+
|
|
25654
|
+
class line(TUIMenu):
|
|
25383
25655
|
"""
|
|
25384
|
-
|
|
25656
|
+
No help available.
|
|
25385
25657
|
"""
|
|
25386
|
-
|
|
25658
|
+
def __init__(self, service, version, mode, path):
|
|
25659
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25660
|
+
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25661
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25662
|
+
super().__init__(service, version, mode, path)
|
|
25663
|
+
class color(TUIMethod):
|
|
25664
|
+
"""
|
|
25665
|
+
No help available.
|
|
25666
|
+
"""
|
|
25667
|
+
class pattern(TUIMethod):
|
|
25668
|
+
"""
|
|
25669
|
+
No help available.
|
|
25670
|
+
"""
|
|
25671
|
+
class weight(TUIMethod):
|
|
25672
|
+
"""
|
|
25673
|
+
No help available.
|
|
25674
|
+
"""
|
|
25675
|
+
|
|
25676
|
+
class line_in_file(TUIMenu):
|
|
25387
25677
|
"""
|
|
25388
25678
|
No help available.
|
|
25389
25679
|
"""
|
|
25390
|
-
|
|
25680
|
+
def __init__(self, service, version, mode, path):
|
|
25681
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25682
|
+
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25683
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25684
|
+
super().__init__(service, version, mode, path)
|
|
25685
|
+
class color(TUIMethod):
|
|
25686
|
+
"""
|
|
25687
|
+
No help available.
|
|
25688
|
+
"""
|
|
25689
|
+
class pattern(TUIMethod):
|
|
25690
|
+
"""
|
|
25691
|
+
No help available.
|
|
25692
|
+
"""
|
|
25693
|
+
class weight(TUIMethod):
|
|
25694
|
+
"""
|
|
25695
|
+
No help available.
|
|
25696
|
+
"""
|
|
25697
|
+
|
|
25698
|
+
class marker(TUIMenu):
|
|
25391
25699
|
"""
|
|
25392
25700
|
No help available.
|
|
25393
25701
|
"""
|
|
25702
|
+
def __init__(self, service, version, mode, path):
|
|
25703
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25704
|
+
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25705
|
+
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25706
|
+
super().__init__(service, version, mode, path)
|
|
25707
|
+
class color(TUIMethod):
|
|
25708
|
+
"""
|
|
25709
|
+
No help available.
|
|
25710
|
+
"""
|
|
25711
|
+
class size(TUIMethod):
|
|
25712
|
+
"""
|
|
25713
|
+
No help available.
|
|
25714
|
+
"""
|
|
25715
|
+
class symbol(TUIMethod):
|
|
25716
|
+
"""
|
|
25717
|
+
No help available.
|
|
25718
|
+
"""
|
|
25719
|
+
|
|
25720
|
+
class marker_in_file(TUIMenu):
|
|
25721
|
+
"""
|
|
25722
|
+
No help available.
|
|
25723
|
+
"""
|
|
25724
|
+
def __init__(self, service, version, mode, path):
|
|
25725
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25726
|
+
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25727
|
+
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25728
|
+
super().__init__(service, version, mode, path)
|
|
25729
|
+
class color(TUIMethod):
|
|
25730
|
+
"""
|
|
25731
|
+
No help available.
|
|
25732
|
+
"""
|
|
25733
|
+
class size(TUIMethod):
|
|
25734
|
+
"""
|
|
25735
|
+
No help available.
|
|
25736
|
+
"""
|
|
25737
|
+
class symbol(TUIMethod):
|
|
25738
|
+
"""
|
|
25739
|
+
No help available.
|
|
25740
|
+
"""
|
|
25394
25741
|
|
|
25395
25742
|
class plot(TUIMenu):
|
|
25396
25743
|
"""
|
|
@@ -25413,43 +25760,22 @@ class main_menu(TUIMenu):
|
|
|
25413
25760
|
def __init__(self, service, version, mode, path):
|
|
25414
25761
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
25415
25762
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
25416
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
25417
25763
|
super().__init__(service, version, mode, path)
|
|
25418
|
-
class background_color(TUIMethod):
|
|
25419
|
-
"""
|
|
25420
|
-
No help available.
|
|
25421
|
-
"""
|
|
25422
25764
|
|
|
25423
25765
|
class x(TUIMenu):
|
|
25424
25766
|
"""
|
|
25425
25767
|
No help available.
|
|
25426
25768
|
"""
|
|
25427
25769
|
def __init__(self, service, version, mode, path):
|
|
25770
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25428
25771
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25429
25772
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25430
25773
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25431
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25432
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25433
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25434
25774
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25435
25775
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25436
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25437
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25438
25776
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25439
25777
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25440
25778
|
super().__init__(service, version, mode, path)
|
|
25441
|
-
class auto_range(TUIMethod):
|
|
25442
|
-
"""
|
|
25443
|
-
No help available.
|
|
25444
|
-
"""
|
|
25445
|
-
class auto_range_max(TUIMethod):
|
|
25446
|
-
"""
|
|
25447
|
-
No help available.
|
|
25448
|
-
"""
|
|
25449
|
-
class auto_range_min(TUIMethod):
|
|
25450
|
-
"""
|
|
25451
|
-
No help available.
|
|
25452
|
-
"""
|
|
25453
25779
|
class label(TUIMethod):
|
|
25454
25780
|
"""
|
|
25455
25781
|
No help available.
|
|
@@ -25458,22 +25784,41 @@ class main_menu(TUIMenu):
|
|
|
25458
25784
|
"""
|
|
25459
25785
|
No help available.
|
|
25460
25786
|
"""
|
|
25461
|
-
class
|
|
25462
|
-
"""
|
|
25463
|
-
No help available.
|
|
25464
|
-
"""
|
|
25465
|
-
class min(TUIMethod):
|
|
25787
|
+
class show_major_gridlines(TUIMethod):
|
|
25466
25788
|
"""
|
|
25467
25789
|
No help available.
|
|
25468
25790
|
"""
|
|
25469
|
-
class
|
|
25791
|
+
class show_minor_gridlines(TUIMethod):
|
|
25470
25792
|
"""
|
|
25471
25793
|
No help available.
|
|
25472
25794
|
"""
|
|
25473
|
-
|
|
25795
|
+
|
|
25796
|
+
class auto_range(TUIMenu):
|
|
25474
25797
|
"""
|
|
25475
25798
|
No help available.
|
|
25476
25799
|
"""
|
|
25800
|
+
def __init__(self, service, version, mode, path):
|
|
25801
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25802
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25803
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25804
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25805
|
+
super().__init__(service, version, mode, path)
|
|
25806
|
+
class max(TUIMethod):
|
|
25807
|
+
"""
|
|
25808
|
+
No help available.
|
|
25809
|
+
"""
|
|
25810
|
+
class max_auto(TUIMethod):
|
|
25811
|
+
"""
|
|
25812
|
+
No help available.
|
|
25813
|
+
"""
|
|
25814
|
+
class min(TUIMethod):
|
|
25815
|
+
"""
|
|
25816
|
+
No help available.
|
|
25817
|
+
"""
|
|
25818
|
+
class min_auto(TUIMethod):
|
|
25819
|
+
"""
|
|
25820
|
+
No help available.
|
|
25821
|
+
"""
|
|
25477
25822
|
|
|
25478
25823
|
class major_gridlines(TUIMenu):
|
|
25479
25824
|
"""
|
|
@@ -25482,8 +25827,9 @@ class main_menu(TUIMenu):
|
|
|
25482
25827
|
def __init__(self, service, version, mode, path):
|
|
25483
25828
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25484
25829
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25485
|
-
self.
|
|
25486
|
-
self.
|
|
25830
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25831
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25832
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25487
25833
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25488
25834
|
super().__init__(service, version, mode, path)
|
|
25489
25835
|
class auto_placement(TUIMethod):
|
|
@@ -25494,11 +25840,15 @@ class main_menu(TUIMenu):
|
|
|
25494
25840
|
"""
|
|
25495
25841
|
No help available.
|
|
25496
25842
|
"""
|
|
25497
|
-
class
|
|
25843
|
+
class divisions(TUIMethod):
|
|
25498
25844
|
"""
|
|
25499
25845
|
No help available.
|
|
25500
25846
|
"""
|
|
25501
|
-
class
|
|
25847
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25848
|
+
"""
|
|
25849
|
+
No help available.
|
|
25850
|
+
"""
|
|
25851
|
+
class units(TUIMethod):
|
|
25502
25852
|
"""
|
|
25503
25853
|
No help available.
|
|
25504
25854
|
"""
|
|
@@ -25514,8 +25864,9 @@ class main_menu(TUIMenu):
|
|
|
25514
25864
|
def __init__(self, service, version, mode, path):
|
|
25515
25865
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25516
25866
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25517
|
-
self.
|
|
25518
|
-
self.
|
|
25867
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25868
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25869
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25519
25870
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25520
25871
|
super().__init__(service, version, mode, path)
|
|
25521
25872
|
class auto_placement(TUIMethod):
|
|
@@ -25526,11 +25877,15 @@ class main_menu(TUIMenu):
|
|
|
25526
25877
|
"""
|
|
25527
25878
|
No help available.
|
|
25528
25879
|
"""
|
|
25529
|
-
class
|
|
25880
|
+
class divisions(TUIMethod):
|
|
25881
|
+
"""
|
|
25882
|
+
No help available.
|
|
25883
|
+
"""
|
|
25884
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25530
25885
|
"""
|
|
25531
25886
|
No help available.
|
|
25532
25887
|
"""
|
|
25533
|
-
class
|
|
25888
|
+
class units(TUIMethod):
|
|
25534
25889
|
"""
|
|
25535
25890
|
No help available.
|
|
25536
25891
|
"""
|
|
@@ -25561,31 +25916,15 @@ class main_menu(TUIMenu):
|
|
|
25561
25916
|
No help available.
|
|
25562
25917
|
"""
|
|
25563
25918
|
def __init__(self, service, version, mode, path):
|
|
25919
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25564
25920
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25565
25921
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25566
25922
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25567
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25568
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25569
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25570
25923
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25571
25924
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25572
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25573
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25574
25925
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25575
25926
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25576
25927
|
super().__init__(service, version, mode, path)
|
|
25577
|
-
class auto_range(TUIMethod):
|
|
25578
|
-
"""
|
|
25579
|
-
No help available.
|
|
25580
|
-
"""
|
|
25581
|
-
class auto_range_max(TUIMethod):
|
|
25582
|
-
"""
|
|
25583
|
-
No help available.
|
|
25584
|
-
"""
|
|
25585
|
-
class auto_range_min(TUIMethod):
|
|
25586
|
-
"""
|
|
25587
|
-
No help available.
|
|
25588
|
-
"""
|
|
25589
25928
|
class label(TUIMethod):
|
|
25590
25929
|
"""
|
|
25591
25930
|
No help available.
|
|
@@ -25594,22 +25933,41 @@ class main_menu(TUIMenu):
|
|
|
25594
25933
|
"""
|
|
25595
25934
|
No help available.
|
|
25596
25935
|
"""
|
|
25597
|
-
class
|
|
25598
|
-
"""
|
|
25599
|
-
No help available.
|
|
25600
|
-
"""
|
|
25601
|
-
class min(TUIMethod):
|
|
25936
|
+
class show_major_gridlines(TUIMethod):
|
|
25602
25937
|
"""
|
|
25603
25938
|
No help available.
|
|
25604
25939
|
"""
|
|
25605
|
-
class
|
|
25940
|
+
class show_minor_gridlines(TUIMethod):
|
|
25606
25941
|
"""
|
|
25607
25942
|
No help available.
|
|
25608
25943
|
"""
|
|
25609
|
-
|
|
25944
|
+
|
|
25945
|
+
class auto_range(TUIMenu):
|
|
25610
25946
|
"""
|
|
25611
25947
|
No help available.
|
|
25612
25948
|
"""
|
|
25949
|
+
def __init__(self, service, version, mode, path):
|
|
25950
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25951
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25952
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25953
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25954
|
+
super().__init__(service, version, mode, path)
|
|
25955
|
+
class max(TUIMethod):
|
|
25956
|
+
"""
|
|
25957
|
+
No help available.
|
|
25958
|
+
"""
|
|
25959
|
+
class max_auto(TUIMethod):
|
|
25960
|
+
"""
|
|
25961
|
+
No help available.
|
|
25962
|
+
"""
|
|
25963
|
+
class min(TUIMethod):
|
|
25964
|
+
"""
|
|
25965
|
+
No help available.
|
|
25966
|
+
"""
|
|
25967
|
+
class min_auto(TUIMethod):
|
|
25968
|
+
"""
|
|
25969
|
+
No help available.
|
|
25970
|
+
"""
|
|
25613
25971
|
|
|
25614
25972
|
class major_gridlines(TUIMenu):
|
|
25615
25973
|
"""
|
|
@@ -25618,8 +25976,9 @@ class main_menu(TUIMenu):
|
|
|
25618
25976
|
def __init__(self, service, version, mode, path):
|
|
25619
25977
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25620
25978
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25621
|
-
self.
|
|
25622
|
-
self.
|
|
25979
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
25980
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
25981
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25623
25982
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25624
25983
|
super().__init__(service, version, mode, path)
|
|
25625
25984
|
class auto_placement(TUIMethod):
|
|
@@ -25630,11 +25989,15 @@ class main_menu(TUIMenu):
|
|
|
25630
25989
|
"""
|
|
25631
25990
|
No help available.
|
|
25632
25991
|
"""
|
|
25633
|
-
class
|
|
25992
|
+
class divisions(TUIMethod):
|
|
25634
25993
|
"""
|
|
25635
25994
|
No help available.
|
|
25636
25995
|
"""
|
|
25637
|
-
class
|
|
25996
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25997
|
+
"""
|
|
25998
|
+
No help available.
|
|
25999
|
+
"""
|
|
26000
|
+
class units(TUIMethod):
|
|
25638
26001
|
"""
|
|
25639
26002
|
No help available.
|
|
25640
26003
|
"""
|
|
@@ -25650,8 +26013,9 @@ class main_menu(TUIMenu):
|
|
|
25650
26013
|
def __init__(self, service, version, mode, path):
|
|
25651
26014
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25652
26015
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25653
|
-
self.
|
|
25654
|
-
self.
|
|
26016
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26017
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26018
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25655
26019
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25656
26020
|
super().__init__(service, version, mode, path)
|
|
25657
26021
|
class auto_placement(TUIMethod):
|
|
@@ -25662,11 +26026,15 @@ class main_menu(TUIMenu):
|
|
|
25662
26026
|
"""
|
|
25663
26027
|
No help available.
|
|
25664
26028
|
"""
|
|
25665
|
-
class
|
|
26029
|
+
class divisions(TUIMethod):
|
|
26030
|
+
"""
|
|
26031
|
+
No help available.
|
|
26032
|
+
"""
|
|
26033
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25666
26034
|
"""
|
|
25667
26035
|
No help available.
|
|
25668
26036
|
"""
|
|
25669
|
-
class
|
|
26037
|
+
class units(TUIMethod):
|
|
25670
26038
|
"""
|
|
25671
26039
|
No help available.
|
|
25672
26040
|
"""
|
|
@@ -25697,19 +26065,39 @@ class main_menu(TUIMenu):
|
|
|
25697
26065
|
No help available.
|
|
25698
26066
|
"""
|
|
25699
26067
|
def __init__(self, service, version, mode, path):
|
|
26068
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
26069
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
25700
26070
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
26071
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
25701
26072
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
25702
|
-
self.
|
|
26073
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
26074
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
25703
26075
|
super().__init__(service, version, mode, path)
|
|
26076
|
+
class create(TUIMethod):
|
|
26077
|
+
"""
|
|
26078
|
+
No help available.
|
|
26079
|
+
"""
|
|
26080
|
+
class delete(TUIMethod):
|
|
26081
|
+
"""
|
|
26082
|
+
No help available.
|
|
26083
|
+
"""
|
|
25704
26084
|
class edit(TUIMethod):
|
|
25705
26085
|
"""
|
|
25706
26086
|
Edit curves object.
|
|
25707
26087
|
"""
|
|
26088
|
+
class list(TUIMethod):
|
|
26089
|
+
"""
|
|
26090
|
+
No help available.
|
|
26091
|
+
"""
|
|
25708
26092
|
class list_properties(TUIMethod):
|
|
25709
26093
|
"""
|
|
25710
26094
|
No help available.
|
|
25711
26095
|
"""
|
|
25712
|
-
class
|
|
26096
|
+
class make_a_copy(TUIMethod):
|
|
26097
|
+
"""
|
|
26098
|
+
No help available.
|
|
26099
|
+
"""
|
|
26100
|
+
class rename(TUIMethod):
|
|
25713
26101
|
"""
|
|
25714
26102
|
No help available.
|
|
25715
26103
|
"""
|
|
@@ -25735,43 +26123,22 @@ class main_menu(TUIMenu):
|
|
|
25735
26123
|
def __init__(self, service, version, mode, path):
|
|
25736
26124
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
25737
26125
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
25738
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
25739
26126
|
super().__init__(service, version, mode, path)
|
|
25740
|
-
class background_color(TUIMethod):
|
|
25741
|
-
"""
|
|
25742
|
-
No help available.
|
|
25743
|
-
"""
|
|
25744
26127
|
|
|
25745
26128
|
class x(TUIMenu):
|
|
25746
26129
|
"""
|
|
25747
26130
|
No help available.
|
|
25748
26131
|
"""
|
|
25749
26132
|
def __init__(self, service, version, mode, path):
|
|
26133
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25750
26134
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25751
26135
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25752
26136
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25753
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25754
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25755
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25756
26137
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25757
26138
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25758
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25759
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25760
26139
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25761
26140
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25762
26141
|
super().__init__(service, version, mode, path)
|
|
25763
|
-
class auto_range(TUIMethod):
|
|
25764
|
-
"""
|
|
25765
|
-
No help available.
|
|
25766
|
-
"""
|
|
25767
|
-
class auto_range_max(TUIMethod):
|
|
25768
|
-
"""
|
|
25769
|
-
No help available.
|
|
25770
|
-
"""
|
|
25771
|
-
class auto_range_min(TUIMethod):
|
|
25772
|
-
"""
|
|
25773
|
-
No help available.
|
|
25774
|
-
"""
|
|
25775
26142
|
class label(TUIMethod):
|
|
25776
26143
|
"""
|
|
25777
26144
|
No help available.
|
|
@@ -25780,22 +26147,41 @@ class main_menu(TUIMenu):
|
|
|
25780
26147
|
"""
|
|
25781
26148
|
No help available.
|
|
25782
26149
|
"""
|
|
25783
|
-
class
|
|
25784
|
-
"""
|
|
25785
|
-
No help available.
|
|
25786
|
-
"""
|
|
25787
|
-
class min(TUIMethod):
|
|
26150
|
+
class show_major_gridlines(TUIMethod):
|
|
25788
26151
|
"""
|
|
25789
26152
|
No help available.
|
|
25790
26153
|
"""
|
|
25791
|
-
class
|
|
26154
|
+
class show_minor_gridlines(TUIMethod):
|
|
25792
26155
|
"""
|
|
25793
26156
|
No help available.
|
|
25794
26157
|
"""
|
|
25795
|
-
|
|
26158
|
+
|
|
26159
|
+
class auto_range(TUIMenu):
|
|
25796
26160
|
"""
|
|
25797
26161
|
No help available.
|
|
25798
26162
|
"""
|
|
26163
|
+
def __init__(self, service, version, mode, path):
|
|
26164
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26165
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26166
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26167
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26168
|
+
super().__init__(service, version, mode, path)
|
|
26169
|
+
class max(TUIMethod):
|
|
26170
|
+
"""
|
|
26171
|
+
No help available.
|
|
26172
|
+
"""
|
|
26173
|
+
class max_auto(TUIMethod):
|
|
26174
|
+
"""
|
|
26175
|
+
No help available.
|
|
26176
|
+
"""
|
|
26177
|
+
class min(TUIMethod):
|
|
26178
|
+
"""
|
|
26179
|
+
No help available.
|
|
26180
|
+
"""
|
|
26181
|
+
class min_auto(TUIMethod):
|
|
26182
|
+
"""
|
|
26183
|
+
No help available.
|
|
26184
|
+
"""
|
|
25799
26185
|
|
|
25800
26186
|
class major_gridlines(TUIMenu):
|
|
25801
26187
|
"""
|
|
@@ -25804,8 +26190,9 @@ class main_menu(TUIMenu):
|
|
|
25804
26190
|
def __init__(self, service, version, mode, path):
|
|
25805
26191
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25806
26192
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25807
|
-
self.
|
|
25808
|
-
self.
|
|
26193
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26194
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26195
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25809
26196
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25810
26197
|
super().__init__(service, version, mode, path)
|
|
25811
26198
|
class auto_placement(TUIMethod):
|
|
@@ -25816,11 +26203,15 @@ class main_menu(TUIMenu):
|
|
|
25816
26203
|
"""
|
|
25817
26204
|
No help available.
|
|
25818
26205
|
"""
|
|
25819
|
-
class
|
|
26206
|
+
class divisions(TUIMethod):
|
|
26207
|
+
"""
|
|
26208
|
+
No help available.
|
|
26209
|
+
"""
|
|
26210
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25820
26211
|
"""
|
|
25821
26212
|
No help available.
|
|
25822
26213
|
"""
|
|
25823
|
-
class
|
|
26214
|
+
class units(TUIMethod):
|
|
25824
26215
|
"""
|
|
25825
26216
|
No help available.
|
|
25826
26217
|
"""
|
|
@@ -25836,8 +26227,9 @@ class main_menu(TUIMenu):
|
|
|
25836
26227
|
def __init__(self, service, version, mode, path):
|
|
25837
26228
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25838
26229
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25839
|
-
self.
|
|
25840
|
-
self.
|
|
26230
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26231
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26232
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25841
26233
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25842
26234
|
super().__init__(service, version, mode, path)
|
|
25843
26235
|
class auto_placement(TUIMethod):
|
|
@@ -25848,11 +26240,15 @@ class main_menu(TUIMenu):
|
|
|
25848
26240
|
"""
|
|
25849
26241
|
No help available.
|
|
25850
26242
|
"""
|
|
25851
|
-
class
|
|
26243
|
+
class divisions(TUIMethod):
|
|
25852
26244
|
"""
|
|
25853
26245
|
No help available.
|
|
25854
26246
|
"""
|
|
25855
|
-
class
|
|
26247
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26248
|
+
"""
|
|
26249
|
+
No help available.
|
|
26250
|
+
"""
|
|
26251
|
+
class units(TUIMethod):
|
|
25856
26252
|
"""
|
|
25857
26253
|
No help available.
|
|
25858
26254
|
"""
|
|
@@ -25883,31 +26279,15 @@ class main_menu(TUIMenu):
|
|
|
25883
26279
|
No help available.
|
|
25884
26280
|
"""
|
|
25885
26281
|
def __init__(self, service, version, mode, path):
|
|
26282
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25886
26283
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25887
26284
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25888
26285
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25889
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25890
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25891
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25892
26286
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25893
26287
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25894
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25895
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25896
26288
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25897
26289
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25898
26290
|
super().__init__(service, version, mode, path)
|
|
25899
|
-
class auto_range(TUIMethod):
|
|
25900
|
-
"""
|
|
25901
|
-
No help available.
|
|
25902
|
-
"""
|
|
25903
|
-
class auto_range_max(TUIMethod):
|
|
25904
|
-
"""
|
|
25905
|
-
No help available.
|
|
25906
|
-
"""
|
|
25907
|
-
class auto_range_min(TUIMethod):
|
|
25908
|
-
"""
|
|
25909
|
-
No help available.
|
|
25910
|
-
"""
|
|
25911
26291
|
class label(TUIMethod):
|
|
25912
26292
|
"""
|
|
25913
26293
|
No help available.
|
|
@@ -25916,22 +26296,41 @@ class main_menu(TUIMenu):
|
|
|
25916
26296
|
"""
|
|
25917
26297
|
No help available.
|
|
25918
26298
|
"""
|
|
25919
|
-
class
|
|
25920
|
-
"""
|
|
25921
|
-
No help available.
|
|
25922
|
-
"""
|
|
25923
|
-
class min(TUIMethod):
|
|
26299
|
+
class show_major_gridlines(TUIMethod):
|
|
25924
26300
|
"""
|
|
25925
26301
|
No help available.
|
|
25926
26302
|
"""
|
|
25927
|
-
class
|
|
26303
|
+
class show_minor_gridlines(TUIMethod):
|
|
25928
26304
|
"""
|
|
25929
26305
|
No help available.
|
|
25930
26306
|
"""
|
|
25931
|
-
|
|
26307
|
+
|
|
26308
|
+
class auto_range(TUIMenu):
|
|
25932
26309
|
"""
|
|
25933
26310
|
No help available.
|
|
25934
26311
|
"""
|
|
26312
|
+
def __init__(self, service, version, mode, path):
|
|
26313
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26314
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26315
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26316
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26317
|
+
super().__init__(service, version, mode, path)
|
|
26318
|
+
class max(TUIMethod):
|
|
26319
|
+
"""
|
|
26320
|
+
No help available.
|
|
26321
|
+
"""
|
|
26322
|
+
class max_auto(TUIMethod):
|
|
26323
|
+
"""
|
|
26324
|
+
No help available.
|
|
26325
|
+
"""
|
|
26326
|
+
class min(TUIMethod):
|
|
26327
|
+
"""
|
|
26328
|
+
No help available.
|
|
26329
|
+
"""
|
|
26330
|
+
class min_auto(TUIMethod):
|
|
26331
|
+
"""
|
|
26332
|
+
No help available.
|
|
26333
|
+
"""
|
|
25935
26334
|
|
|
25936
26335
|
class major_gridlines(TUIMenu):
|
|
25937
26336
|
"""
|
|
@@ -25940,8 +26339,9 @@ class main_menu(TUIMenu):
|
|
|
25940
26339
|
def __init__(self, service, version, mode, path):
|
|
25941
26340
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25942
26341
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25943
|
-
self.
|
|
25944
|
-
self.
|
|
26342
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26343
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26344
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25945
26345
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25946
26346
|
super().__init__(service, version, mode, path)
|
|
25947
26347
|
class auto_placement(TUIMethod):
|
|
@@ -25952,11 +26352,15 @@ class main_menu(TUIMenu):
|
|
|
25952
26352
|
"""
|
|
25953
26353
|
No help available.
|
|
25954
26354
|
"""
|
|
25955
|
-
class
|
|
26355
|
+
class divisions(TUIMethod):
|
|
26356
|
+
"""
|
|
26357
|
+
No help available.
|
|
26358
|
+
"""
|
|
26359
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25956
26360
|
"""
|
|
25957
26361
|
No help available.
|
|
25958
26362
|
"""
|
|
25959
|
-
class
|
|
26363
|
+
class units(TUIMethod):
|
|
25960
26364
|
"""
|
|
25961
26365
|
No help available.
|
|
25962
26366
|
"""
|
|
@@ -25972,8 +26376,9 @@ class main_menu(TUIMenu):
|
|
|
25972
26376
|
def __init__(self, service, version, mode, path):
|
|
25973
26377
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25974
26378
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25975
|
-
self.
|
|
25976
|
-
self.
|
|
26379
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26380
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26381
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25977
26382
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25978
26383
|
super().__init__(service, version, mode, path)
|
|
25979
26384
|
class auto_placement(TUIMethod):
|
|
@@ -25984,11 +26389,15 @@ class main_menu(TUIMenu):
|
|
|
25984
26389
|
"""
|
|
25985
26390
|
No help available.
|
|
25986
26391
|
"""
|
|
25987
|
-
class
|
|
26392
|
+
class divisions(TUIMethod):
|
|
26393
|
+
"""
|
|
26394
|
+
No help available.
|
|
26395
|
+
"""
|
|
26396
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
25988
26397
|
"""
|
|
25989
26398
|
No help available.
|
|
25990
26399
|
"""
|
|
25991
|
-
class
|
|
26400
|
+
class units(TUIMethod):
|
|
25992
26401
|
"""
|
|
25993
26402
|
No help available.
|
|
25994
26403
|
"""
|
|
@@ -26019,19 +26428,39 @@ class main_menu(TUIMenu):
|
|
|
26019
26428
|
No help available.
|
|
26020
26429
|
"""
|
|
26021
26430
|
def __init__(self, service, version, mode, path):
|
|
26431
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
26432
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
26022
26433
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
26434
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
26023
26435
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
26024
|
-
self.
|
|
26436
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
26437
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
26025
26438
|
super().__init__(service, version, mode, path)
|
|
26439
|
+
class create(TUIMethod):
|
|
26440
|
+
"""
|
|
26441
|
+
No help available.
|
|
26442
|
+
"""
|
|
26443
|
+
class delete(TUIMethod):
|
|
26444
|
+
"""
|
|
26445
|
+
No help available.
|
|
26446
|
+
"""
|
|
26026
26447
|
class edit(TUIMethod):
|
|
26027
26448
|
"""
|
|
26028
26449
|
Edit curves object.
|
|
26029
26450
|
"""
|
|
26451
|
+
class list(TUIMethod):
|
|
26452
|
+
"""
|
|
26453
|
+
No help available.
|
|
26454
|
+
"""
|
|
26030
26455
|
class list_properties(TUIMethod):
|
|
26031
26456
|
"""
|
|
26032
26457
|
No help available.
|
|
26033
26458
|
"""
|
|
26034
|
-
class
|
|
26459
|
+
class make_a_copy(TUIMethod):
|
|
26460
|
+
"""
|
|
26461
|
+
No help available.
|
|
26462
|
+
"""
|
|
26463
|
+
class rename(TUIMethod):
|
|
26035
26464
|
"""
|
|
26036
26465
|
No help available.
|
|
26037
26466
|
"""
|
|
@@ -26057,43 +26486,22 @@ class main_menu(TUIMenu):
|
|
|
26057
26486
|
def __init__(self, service, version, mode, path):
|
|
26058
26487
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
26059
26488
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
26060
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
26061
26489
|
super().__init__(service, version, mode, path)
|
|
26062
|
-
class background_color(TUIMethod):
|
|
26063
|
-
"""
|
|
26064
|
-
No help available.
|
|
26065
|
-
"""
|
|
26066
26490
|
|
|
26067
26491
|
class x(TUIMenu):
|
|
26068
26492
|
"""
|
|
26069
26493
|
No help available.
|
|
26070
26494
|
"""
|
|
26071
26495
|
def __init__(self, service, version, mode, path):
|
|
26496
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26072
26497
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26073
26498
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26074
26499
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26075
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26076
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26077
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26078
26500
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26079
26501
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26080
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26081
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26082
26502
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26083
26503
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26084
26504
|
super().__init__(service, version, mode, path)
|
|
26085
|
-
class auto_range(TUIMethod):
|
|
26086
|
-
"""
|
|
26087
|
-
No help available.
|
|
26088
|
-
"""
|
|
26089
|
-
class auto_range_max(TUIMethod):
|
|
26090
|
-
"""
|
|
26091
|
-
No help available.
|
|
26092
|
-
"""
|
|
26093
|
-
class auto_range_min(TUIMethod):
|
|
26094
|
-
"""
|
|
26095
|
-
No help available.
|
|
26096
|
-
"""
|
|
26097
26505
|
class label(TUIMethod):
|
|
26098
26506
|
"""
|
|
26099
26507
|
No help available.
|
|
@@ -26102,22 +26510,41 @@ class main_menu(TUIMenu):
|
|
|
26102
26510
|
"""
|
|
26103
26511
|
No help available.
|
|
26104
26512
|
"""
|
|
26105
|
-
class
|
|
26106
|
-
"""
|
|
26107
|
-
No help available.
|
|
26108
|
-
"""
|
|
26109
|
-
class min(TUIMethod):
|
|
26513
|
+
class show_major_gridlines(TUIMethod):
|
|
26110
26514
|
"""
|
|
26111
26515
|
No help available.
|
|
26112
26516
|
"""
|
|
26113
|
-
class
|
|
26517
|
+
class show_minor_gridlines(TUIMethod):
|
|
26114
26518
|
"""
|
|
26115
26519
|
No help available.
|
|
26116
26520
|
"""
|
|
26117
|
-
|
|
26521
|
+
|
|
26522
|
+
class auto_range(TUIMenu):
|
|
26118
26523
|
"""
|
|
26119
26524
|
No help available.
|
|
26120
26525
|
"""
|
|
26526
|
+
def __init__(self, service, version, mode, path):
|
|
26527
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26528
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26529
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26530
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26531
|
+
super().__init__(service, version, mode, path)
|
|
26532
|
+
class max(TUIMethod):
|
|
26533
|
+
"""
|
|
26534
|
+
No help available.
|
|
26535
|
+
"""
|
|
26536
|
+
class max_auto(TUIMethod):
|
|
26537
|
+
"""
|
|
26538
|
+
No help available.
|
|
26539
|
+
"""
|
|
26540
|
+
class min(TUIMethod):
|
|
26541
|
+
"""
|
|
26542
|
+
No help available.
|
|
26543
|
+
"""
|
|
26544
|
+
class min_auto(TUIMethod):
|
|
26545
|
+
"""
|
|
26546
|
+
No help available.
|
|
26547
|
+
"""
|
|
26121
26548
|
|
|
26122
26549
|
class major_gridlines(TUIMenu):
|
|
26123
26550
|
"""
|
|
@@ -26126,8 +26553,9 @@ class main_menu(TUIMenu):
|
|
|
26126
26553
|
def __init__(self, service, version, mode, path):
|
|
26127
26554
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26128
26555
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26129
|
-
self.
|
|
26130
|
-
self.
|
|
26556
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26557
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26558
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26131
26559
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26132
26560
|
super().__init__(service, version, mode, path)
|
|
26133
26561
|
class auto_placement(TUIMethod):
|
|
@@ -26138,11 +26566,15 @@ class main_menu(TUIMenu):
|
|
|
26138
26566
|
"""
|
|
26139
26567
|
No help available.
|
|
26140
26568
|
"""
|
|
26141
|
-
class
|
|
26569
|
+
class divisions(TUIMethod):
|
|
26570
|
+
"""
|
|
26571
|
+
No help available.
|
|
26572
|
+
"""
|
|
26573
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26142
26574
|
"""
|
|
26143
26575
|
No help available.
|
|
26144
26576
|
"""
|
|
26145
|
-
class
|
|
26577
|
+
class units(TUIMethod):
|
|
26146
26578
|
"""
|
|
26147
26579
|
No help available.
|
|
26148
26580
|
"""
|
|
@@ -26158,8 +26590,9 @@ class main_menu(TUIMenu):
|
|
|
26158
26590
|
def __init__(self, service, version, mode, path):
|
|
26159
26591
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26160
26592
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26161
|
-
self.
|
|
26162
|
-
self.
|
|
26593
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26594
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26595
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26163
26596
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26164
26597
|
super().__init__(service, version, mode, path)
|
|
26165
26598
|
class auto_placement(TUIMethod):
|
|
@@ -26170,11 +26603,15 @@ class main_menu(TUIMenu):
|
|
|
26170
26603
|
"""
|
|
26171
26604
|
No help available.
|
|
26172
26605
|
"""
|
|
26173
|
-
class
|
|
26606
|
+
class divisions(TUIMethod):
|
|
26174
26607
|
"""
|
|
26175
26608
|
No help available.
|
|
26176
26609
|
"""
|
|
26177
|
-
class
|
|
26610
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26611
|
+
"""
|
|
26612
|
+
No help available.
|
|
26613
|
+
"""
|
|
26614
|
+
class units(TUIMethod):
|
|
26178
26615
|
"""
|
|
26179
26616
|
No help available.
|
|
26180
26617
|
"""
|
|
@@ -26205,31 +26642,15 @@ class main_menu(TUIMenu):
|
|
|
26205
26642
|
No help available.
|
|
26206
26643
|
"""
|
|
26207
26644
|
def __init__(self, service, version, mode, path):
|
|
26645
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26208
26646
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26209
26647
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26210
26648
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26211
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26212
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26213
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26214
26649
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26215
26650
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26216
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26217
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26218
26651
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26219
26652
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26220
26653
|
super().__init__(service, version, mode, path)
|
|
26221
|
-
class auto_range(TUIMethod):
|
|
26222
|
-
"""
|
|
26223
|
-
No help available.
|
|
26224
|
-
"""
|
|
26225
|
-
class auto_range_max(TUIMethod):
|
|
26226
|
-
"""
|
|
26227
|
-
No help available.
|
|
26228
|
-
"""
|
|
26229
|
-
class auto_range_min(TUIMethod):
|
|
26230
|
-
"""
|
|
26231
|
-
No help available.
|
|
26232
|
-
"""
|
|
26233
26654
|
class label(TUIMethod):
|
|
26234
26655
|
"""
|
|
26235
26656
|
No help available.
|
|
@@ -26238,22 +26659,41 @@ class main_menu(TUIMenu):
|
|
|
26238
26659
|
"""
|
|
26239
26660
|
No help available.
|
|
26240
26661
|
"""
|
|
26241
|
-
class
|
|
26242
|
-
"""
|
|
26243
|
-
No help available.
|
|
26244
|
-
"""
|
|
26245
|
-
class min(TUIMethod):
|
|
26662
|
+
class show_major_gridlines(TUIMethod):
|
|
26246
26663
|
"""
|
|
26247
26664
|
No help available.
|
|
26248
26665
|
"""
|
|
26249
|
-
class
|
|
26666
|
+
class show_minor_gridlines(TUIMethod):
|
|
26250
26667
|
"""
|
|
26251
26668
|
No help available.
|
|
26252
26669
|
"""
|
|
26253
|
-
|
|
26670
|
+
|
|
26671
|
+
class auto_range(TUIMenu):
|
|
26254
26672
|
"""
|
|
26255
26673
|
No help available.
|
|
26256
26674
|
"""
|
|
26675
|
+
def __init__(self, service, version, mode, path):
|
|
26676
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26677
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26678
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26679
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26680
|
+
super().__init__(service, version, mode, path)
|
|
26681
|
+
class max(TUIMethod):
|
|
26682
|
+
"""
|
|
26683
|
+
No help available.
|
|
26684
|
+
"""
|
|
26685
|
+
class max_auto(TUIMethod):
|
|
26686
|
+
"""
|
|
26687
|
+
No help available.
|
|
26688
|
+
"""
|
|
26689
|
+
class min(TUIMethod):
|
|
26690
|
+
"""
|
|
26691
|
+
No help available.
|
|
26692
|
+
"""
|
|
26693
|
+
class min_auto(TUIMethod):
|
|
26694
|
+
"""
|
|
26695
|
+
No help available.
|
|
26696
|
+
"""
|
|
26257
26697
|
|
|
26258
26698
|
class major_gridlines(TUIMenu):
|
|
26259
26699
|
"""
|
|
@@ -26262,8 +26702,9 @@ class main_menu(TUIMenu):
|
|
|
26262
26702
|
def __init__(self, service, version, mode, path):
|
|
26263
26703
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26264
26704
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26265
|
-
self.
|
|
26266
|
-
self.
|
|
26705
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26706
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26707
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26267
26708
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26268
26709
|
super().__init__(service, version, mode, path)
|
|
26269
26710
|
class auto_placement(TUIMethod):
|
|
@@ -26274,11 +26715,15 @@ class main_menu(TUIMenu):
|
|
|
26274
26715
|
"""
|
|
26275
26716
|
No help available.
|
|
26276
26717
|
"""
|
|
26277
|
-
class
|
|
26718
|
+
class divisions(TUIMethod):
|
|
26278
26719
|
"""
|
|
26279
26720
|
No help available.
|
|
26280
26721
|
"""
|
|
26281
|
-
class
|
|
26722
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26723
|
+
"""
|
|
26724
|
+
No help available.
|
|
26725
|
+
"""
|
|
26726
|
+
class units(TUIMethod):
|
|
26282
26727
|
"""
|
|
26283
26728
|
No help available.
|
|
26284
26729
|
"""
|
|
@@ -26294,8 +26739,9 @@ class main_menu(TUIMenu):
|
|
|
26294
26739
|
def __init__(self, service, version, mode, path):
|
|
26295
26740
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26296
26741
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26297
|
-
self.
|
|
26298
|
-
self.
|
|
26742
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26743
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26744
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26299
26745
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26300
26746
|
super().__init__(service, version, mode, path)
|
|
26301
26747
|
class auto_placement(TUIMethod):
|
|
@@ -26306,11 +26752,15 @@ class main_menu(TUIMenu):
|
|
|
26306
26752
|
"""
|
|
26307
26753
|
No help available.
|
|
26308
26754
|
"""
|
|
26309
|
-
class
|
|
26755
|
+
class divisions(TUIMethod):
|
|
26310
26756
|
"""
|
|
26311
26757
|
No help available.
|
|
26312
26758
|
"""
|
|
26313
|
-
class
|
|
26759
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26760
|
+
"""
|
|
26761
|
+
No help available.
|
|
26762
|
+
"""
|
|
26763
|
+
class units(TUIMethod):
|
|
26314
26764
|
"""
|
|
26315
26765
|
No help available.
|
|
26316
26766
|
"""
|
|
@@ -26341,19 +26791,39 @@ class main_menu(TUIMenu):
|
|
|
26341
26791
|
No help available.
|
|
26342
26792
|
"""
|
|
26343
26793
|
def __init__(self, service, version, mode, path):
|
|
26794
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
26795
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
26344
26796
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
26797
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
26345
26798
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
26346
|
-
self.
|
|
26799
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
26800
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
26347
26801
|
super().__init__(service, version, mode, path)
|
|
26802
|
+
class create(TUIMethod):
|
|
26803
|
+
"""
|
|
26804
|
+
No help available.
|
|
26805
|
+
"""
|
|
26806
|
+
class delete(TUIMethod):
|
|
26807
|
+
"""
|
|
26808
|
+
No help available.
|
|
26809
|
+
"""
|
|
26348
26810
|
class edit(TUIMethod):
|
|
26349
26811
|
"""
|
|
26350
26812
|
Edit curves object.
|
|
26351
26813
|
"""
|
|
26814
|
+
class list(TUIMethod):
|
|
26815
|
+
"""
|
|
26816
|
+
No help available.
|
|
26817
|
+
"""
|
|
26352
26818
|
class list_properties(TUIMethod):
|
|
26353
26819
|
"""
|
|
26354
26820
|
No help available.
|
|
26355
26821
|
"""
|
|
26356
|
-
class
|
|
26822
|
+
class make_a_copy(TUIMethod):
|
|
26823
|
+
"""
|
|
26824
|
+
No help available.
|
|
26825
|
+
"""
|
|
26826
|
+
class rename(TUIMethod):
|
|
26357
26827
|
"""
|
|
26358
26828
|
No help available.
|
|
26359
26829
|
"""
|
|
@@ -26394,43 +26864,22 @@ class main_menu(TUIMenu):
|
|
|
26394
26864
|
def __init__(self, service, version, mode, path):
|
|
26395
26865
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
26396
26866
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
26397
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
26398
26867
|
super().__init__(service, version, mode, path)
|
|
26399
|
-
class background_color(TUIMethod):
|
|
26400
|
-
"""
|
|
26401
|
-
No help available.
|
|
26402
|
-
"""
|
|
26403
26868
|
|
|
26404
26869
|
class x(TUIMenu):
|
|
26405
26870
|
"""
|
|
26406
26871
|
No help available.
|
|
26407
26872
|
"""
|
|
26408
26873
|
def __init__(self, service, version, mode, path):
|
|
26874
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26409
26875
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26410
26876
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26411
26877
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26412
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26413
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26414
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26415
26878
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26416
26879
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26417
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26418
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26419
26880
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26420
26881
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26421
26882
|
super().__init__(service, version, mode, path)
|
|
26422
|
-
class auto_range(TUIMethod):
|
|
26423
|
-
"""
|
|
26424
|
-
No help available.
|
|
26425
|
-
"""
|
|
26426
|
-
class auto_range_max(TUIMethod):
|
|
26427
|
-
"""
|
|
26428
|
-
No help available.
|
|
26429
|
-
"""
|
|
26430
|
-
class auto_range_min(TUIMethod):
|
|
26431
|
-
"""
|
|
26432
|
-
No help available.
|
|
26433
|
-
"""
|
|
26434
26883
|
class label(TUIMethod):
|
|
26435
26884
|
"""
|
|
26436
26885
|
No help available.
|
|
@@ -26439,14 +26888,6 @@ class main_menu(TUIMenu):
|
|
|
26439
26888
|
"""
|
|
26440
26889
|
No help available.
|
|
26441
26890
|
"""
|
|
26442
|
-
class max(TUIMethod):
|
|
26443
|
-
"""
|
|
26444
|
-
No help available.
|
|
26445
|
-
"""
|
|
26446
|
-
class min(TUIMethod):
|
|
26447
|
-
"""
|
|
26448
|
-
No help available.
|
|
26449
|
-
"""
|
|
26450
26891
|
class show_major_gridlines(TUIMethod):
|
|
26451
26892
|
"""
|
|
26452
26893
|
No help available.
|
|
@@ -26456,47 +26897,43 @@ class main_menu(TUIMenu):
|
|
|
26456
26897
|
No help available.
|
|
26457
26898
|
"""
|
|
26458
26899
|
|
|
26459
|
-
class
|
|
26900
|
+
class auto_range(TUIMenu):
|
|
26460
26901
|
"""
|
|
26461
26902
|
No help available.
|
|
26462
26903
|
"""
|
|
26463
26904
|
def __init__(self, service, version, mode, path):
|
|
26464
|
-
self.
|
|
26465
|
-
self.
|
|
26466
|
-
self.
|
|
26467
|
-
self.
|
|
26468
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26905
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26906
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26907
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26908
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26469
26909
|
super().__init__(service, version, mode, path)
|
|
26470
|
-
class
|
|
26471
|
-
"""
|
|
26472
|
-
No help available.
|
|
26473
|
-
"""
|
|
26474
|
-
class color(TUIMethod):
|
|
26910
|
+
class max(TUIMethod):
|
|
26475
26911
|
"""
|
|
26476
26912
|
No help available.
|
|
26477
26913
|
"""
|
|
26478
|
-
class
|
|
26914
|
+
class max_auto(TUIMethod):
|
|
26479
26915
|
"""
|
|
26480
26916
|
No help available.
|
|
26481
26917
|
"""
|
|
26482
|
-
class
|
|
26918
|
+
class min(TUIMethod):
|
|
26483
26919
|
"""
|
|
26484
26920
|
No help available.
|
|
26485
26921
|
"""
|
|
26486
|
-
class
|
|
26922
|
+
class min_auto(TUIMethod):
|
|
26487
26923
|
"""
|
|
26488
26924
|
No help available.
|
|
26489
26925
|
"""
|
|
26490
26926
|
|
|
26491
|
-
class
|
|
26927
|
+
class major_gridlines(TUIMenu):
|
|
26492
26928
|
"""
|
|
26493
26929
|
No help available.
|
|
26494
26930
|
"""
|
|
26495
26931
|
def __init__(self, service, version, mode, path):
|
|
26496
26932
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26497
26933
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26498
|
-
self.
|
|
26499
|
-
self.
|
|
26934
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26935
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26936
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26500
26937
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26501
26938
|
super().__init__(service, version, mode, path)
|
|
26502
26939
|
class auto_placement(TUIMethod):
|
|
@@ -26507,11 +26944,52 @@ class main_menu(TUIMenu):
|
|
|
26507
26944
|
"""
|
|
26508
26945
|
No help available.
|
|
26509
26946
|
"""
|
|
26510
|
-
class
|
|
26947
|
+
class divisions(TUIMethod):
|
|
26511
26948
|
"""
|
|
26512
26949
|
No help available.
|
|
26513
26950
|
"""
|
|
26514
|
-
class
|
|
26951
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26952
|
+
"""
|
|
26953
|
+
No help available.
|
|
26954
|
+
"""
|
|
26955
|
+
class units(TUIMethod):
|
|
26956
|
+
"""
|
|
26957
|
+
No help available.
|
|
26958
|
+
"""
|
|
26959
|
+
class weight(TUIMethod):
|
|
26960
|
+
"""
|
|
26961
|
+
No help available.
|
|
26962
|
+
"""
|
|
26963
|
+
|
|
26964
|
+
class minor_gridlines(TUIMenu):
|
|
26965
|
+
"""
|
|
26966
|
+
No help available.
|
|
26967
|
+
"""
|
|
26968
|
+
def __init__(self, service, version, mode, path):
|
|
26969
|
+
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26970
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26971
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
26972
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
26973
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26974
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26975
|
+
super().__init__(service, version, mode, path)
|
|
26976
|
+
class auto_placement(TUIMethod):
|
|
26977
|
+
"""
|
|
26978
|
+
No help available.
|
|
26979
|
+
"""
|
|
26980
|
+
class color(TUIMethod):
|
|
26981
|
+
"""
|
|
26982
|
+
No help available.
|
|
26983
|
+
"""
|
|
26984
|
+
class divisions(TUIMethod):
|
|
26985
|
+
"""
|
|
26986
|
+
No help available.
|
|
26987
|
+
"""
|
|
26988
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26989
|
+
"""
|
|
26990
|
+
No help available.
|
|
26991
|
+
"""
|
|
26992
|
+
class units(TUIMethod):
|
|
26515
26993
|
"""
|
|
26516
26994
|
No help available.
|
|
26517
26995
|
"""
|
|
@@ -26542,31 +27020,15 @@ class main_menu(TUIMenu):
|
|
|
26542
27020
|
No help available.
|
|
26543
27021
|
"""
|
|
26544
27022
|
def __init__(self, service, version, mode, path):
|
|
27023
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26545
27024
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26546
27025
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26547
27026
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26548
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26549
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26550
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26551
27027
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26552
27028
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26553
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26554
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26555
27029
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26556
27030
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26557
27031
|
super().__init__(service, version, mode, path)
|
|
26558
|
-
class auto_range(TUIMethod):
|
|
26559
|
-
"""
|
|
26560
|
-
No help available.
|
|
26561
|
-
"""
|
|
26562
|
-
class auto_range_max(TUIMethod):
|
|
26563
|
-
"""
|
|
26564
|
-
No help available.
|
|
26565
|
-
"""
|
|
26566
|
-
class auto_range_min(TUIMethod):
|
|
26567
|
-
"""
|
|
26568
|
-
No help available.
|
|
26569
|
-
"""
|
|
26570
27032
|
class label(TUIMethod):
|
|
26571
27033
|
"""
|
|
26572
27034
|
No help available.
|
|
@@ -26575,22 +27037,41 @@ class main_menu(TUIMenu):
|
|
|
26575
27037
|
"""
|
|
26576
27038
|
No help available.
|
|
26577
27039
|
"""
|
|
26578
|
-
class
|
|
26579
|
-
"""
|
|
26580
|
-
No help available.
|
|
26581
|
-
"""
|
|
26582
|
-
class min(TUIMethod):
|
|
27040
|
+
class show_major_gridlines(TUIMethod):
|
|
26583
27041
|
"""
|
|
26584
27042
|
No help available.
|
|
26585
27043
|
"""
|
|
26586
|
-
class
|
|
27044
|
+
class show_minor_gridlines(TUIMethod):
|
|
26587
27045
|
"""
|
|
26588
27046
|
No help available.
|
|
26589
27047
|
"""
|
|
26590
|
-
|
|
27048
|
+
|
|
27049
|
+
class auto_range(TUIMenu):
|
|
26591
27050
|
"""
|
|
26592
27051
|
No help available.
|
|
26593
27052
|
"""
|
|
27053
|
+
def __init__(self, service, version, mode, path):
|
|
27054
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
27055
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
27056
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27057
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
27058
|
+
super().__init__(service, version, mode, path)
|
|
27059
|
+
class max(TUIMethod):
|
|
27060
|
+
"""
|
|
27061
|
+
No help available.
|
|
27062
|
+
"""
|
|
27063
|
+
class max_auto(TUIMethod):
|
|
27064
|
+
"""
|
|
27065
|
+
No help available.
|
|
27066
|
+
"""
|
|
27067
|
+
class min(TUIMethod):
|
|
27068
|
+
"""
|
|
27069
|
+
No help available.
|
|
27070
|
+
"""
|
|
27071
|
+
class min_auto(TUIMethod):
|
|
27072
|
+
"""
|
|
27073
|
+
No help available.
|
|
27074
|
+
"""
|
|
26594
27075
|
|
|
26595
27076
|
class major_gridlines(TUIMenu):
|
|
26596
27077
|
"""
|
|
@@ -26599,8 +27080,9 @@ class main_menu(TUIMenu):
|
|
|
26599
27080
|
def __init__(self, service, version, mode, path):
|
|
26600
27081
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26601
27082
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26602
|
-
self.
|
|
26603
|
-
self.
|
|
27083
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
27084
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
27085
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26604
27086
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26605
27087
|
super().__init__(service, version, mode, path)
|
|
26606
27088
|
class auto_placement(TUIMethod):
|
|
@@ -26611,11 +27093,15 @@ class main_menu(TUIMenu):
|
|
|
26611
27093
|
"""
|
|
26612
27094
|
No help available.
|
|
26613
27095
|
"""
|
|
26614
|
-
class
|
|
27096
|
+
class divisions(TUIMethod):
|
|
27097
|
+
"""
|
|
27098
|
+
No help available.
|
|
27099
|
+
"""
|
|
27100
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26615
27101
|
"""
|
|
26616
27102
|
No help available.
|
|
26617
27103
|
"""
|
|
26618
|
-
class
|
|
27104
|
+
class units(TUIMethod):
|
|
26619
27105
|
"""
|
|
26620
27106
|
No help available.
|
|
26621
27107
|
"""
|
|
@@ -26631,8 +27117,9 @@ class main_menu(TUIMenu):
|
|
|
26631
27117
|
def __init__(self, service, version, mode, path):
|
|
26632
27118
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26633
27119
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26634
|
-
self.
|
|
26635
|
-
self.
|
|
27120
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
27121
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
27122
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26636
27123
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26637
27124
|
super().__init__(service, version, mode, path)
|
|
26638
27125
|
class auto_placement(TUIMethod):
|
|
@@ -26643,11 +27130,15 @@ class main_menu(TUIMenu):
|
|
|
26643
27130
|
"""
|
|
26644
27131
|
No help available.
|
|
26645
27132
|
"""
|
|
26646
|
-
class
|
|
27133
|
+
class divisions(TUIMethod):
|
|
26647
27134
|
"""
|
|
26648
27135
|
No help available.
|
|
26649
27136
|
"""
|
|
26650
|
-
class
|
|
27137
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
27138
|
+
"""
|
|
27139
|
+
No help available.
|
|
27140
|
+
"""
|
|
27141
|
+
class units(TUIMethod):
|
|
26651
27142
|
"""
|
|
26652
27143
|
No help available.
|
|
26653
27144
|
"""
|
|
@@ -26678,22 +27169,99 @@ class main_menu(TUIMenu):
|
|
|
26678
27169
|
No help available.
|
|
26679
27170
|
"""
|
|
26680
27171
|
def __init__(self, service, version, mode, path):
|
|
26681
|
-
self.
|
|
26682
|
-
self.
|
|
26683
|
-
self.
|
|
27172
|
+
self.line = self.__class__.line(service, version, mode, path + ["line"])
|
|
27173
|
+
self.line_in_file = self.__class__.line_in_file(service, version, mode, path + ["line_in_file"])
|
|
27174
|
+
self.marker = self.__class__.marker(service, version, mode, path + ["marker"])
|
|
27175
|
+
self.marker_in_file = self.__class__.marker_in_file(service, version, mode, path + ["marker_in_file"])
|
|
26684
27176
|
super().__init__(service, version, mode, path)
|
|
26685
|
-
|
|
27177
|
+
|
|
27178
|
+
class line(TUIMenu):
|
|
26686
27179
|
"""
|
|
26687
|
-
|
|
27180
|
+
No help available.
|
|
26688
27181
|
"""
|
|
26689
|
-
|
|
27182
|
+
def __init__(self, service, version, mode, path):
|
|
27183
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27184
|
+
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
27185
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27186
|
+
super().__init__(service, version, mode, path)
|
|
27187
|
+
class color(TUIMethod):
|
|
27188
|
+
"""
|
|
27189
|
+
No help available.
|
|
27190
|
+
"""
|
|
27191
|
+
class pattern(TUIMethod):
|
|
27192
|
+
"""
|
|
27193
|
+
No help available.
|
|
27194
|
+
"""
|
|
27195
|
+
class weight(TUIMethod):
|
|
27196
|
+
"""
|
|
27197
|
+
No help available.
|
|
27198
|
+
"""
|
|
27199
|
+
|
|
27200
|
+
class line_in_file(TUIMenu):
|
|
26690
27201
|
"""
|
|
26691
27202
|
No help available.
|
|
26692
27203
|
"""
|
|
26693
|
-
|
|
27204
|
+
def __init__(self, service, version, mode, path):
|
|
27205
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27206
|
+
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
27207
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27208
|
+
super().__init__(service, version, mode, path)
|
|
27209
|
+
class color(TUIMethod):
|
|
27210
|
+
"""
|
|
27211
|
+
No help available.
|
|
27212
|
+
"""
|
|
27213
|
+
class pattern(TUIMethod):
|
|
27214
|
+
"""
|
|
27215
|
+
No help available.
|
|
27216
|
+
"""
|
|
27217
|
+
class weight(TUIMethod):
|
|
27218
|
+
"""
|
|
27219
|
+
No help available.
|
|
27220
|
+
"""
|
|
27221
|
+
|
|
27222
|
+
class marker(TUIMenu):
|
|
26694
27223
|
"""
|
|
26695
27224
|
No help available.
|
|
26696
27225
|
"""
|
|
27226
|
+
def __init__(self, service, version, mode, path):
|
|
27227
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27228
|
+
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
27229
|
+
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
27230
|
+
super().__init__(service, version, mode, path)
|
|
27231
|
+
class color(TUIMethod):
|
|
27232
|
+
"""
|
|
27233
|
+
No help available.
|
|
27234
|
+
"""
|
|
27235
|
+
class size(TUIMethod):
|
|
27236
|
+
"""
|
|
27237
|
+
No help available.
|
|
27238
|
+
"""
|
|
27239
|
+
class symbol(TUIMethod):
|
|
27240
|
+
"""
|
|
27241
|
+
No help available.
|
|
27242
|
+
"""
|
|
27243
|
+
|
|
27244
|
+
class marker_in_file(TUIMenu):
|
|
27245
|
+
"""
|
|
27246
|
+
No help available.
|
|
27247
|
+
"""
|
|
27248
|
+
def __init__(self, service, version, mode, path):
|
|
27249
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27250
|
+
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
27251
|
+
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
27252
|
+
super().__init__(service, version, mode, path)
|
|
27253
|
+
class color(TUIMethod):
|
|
27254
|
+
"""
|
|
27255
|
+
No help available.
|
|
27256
|
+
"""
|
|
27257
|
+
class size(TUIMethod):
|
|
27258
|
+
"""
|
|
27259
|
+
No help available.
|
|
27260
|
+
"""
|
|
27261
|
+
class symbol(TUIMethod):
|
|
27262
|
+
"""
|
|
27263
|
+
No help available.
|
|
27264
|
+
"""
|
|
26697
27265
|
|
|
26698
27266
|
class solution_plot(TUIMenu):
|
|
26699
27267
|
"""
|
|
@@ -26751,43 +27319,22 @@ class main_menu(TUIMenu):
|
|
|
26751
27319
|
def __init__(self, service, version, mode, path):
|
|
26752
27320
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
26753
27321
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
26754
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
26755
27322
|
super().__init__(service, version, mode, path)
|
|
26756
|
-
class background_color(TUIMethod):
|
|
26757
|
-
"""
|
|
26758
|
-
No help available.
|
|
26759
|
-
"""
|
|
26760
27323
|
|
|
26761
27324
|
class x(TUIMenu):
|
|
26762
27325
|
"""
|
|
26763
27326
|
No help available.
|
|
26764
27327
|
"""
|
|
26765
27328
|
def __init__(self, service, version, mode, path):
|
|
27329
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26766
27330
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26767
27331
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26768
27332
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26769
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26770
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26771
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26772
27333
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26773
27334
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26774
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26775
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26776
27335
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26777
27336
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26778
27337
|
super().__init__(service, version, mode, path)
|
|
26779
|
-
class auto_range(TUIMethod):
|
|
26780
|
-
"""
|
|
26781
|
-
No help available.
|
|
26782
|
-
"""
|
|
26783
|
-
class auto_range_max(TUIMethod):
|
|
26784
|
-
"""
|
|
26785
|
-
No help available.
|
|
26786
|
-
"""
|
|
26787
|
-
class auto_range_min(TUIMethod):
|
|
26788
|
-
"""
|
|
26789
|
-
No help available.
|
|
26790
|
-
"""
|
|
26791
27338
|
class label(TUIMethod):
|
|
26792
27339
|
"""
|
|
26793
27340
|
No help available.
|
|
@@ -26796,22 +27343,41 @@ class main_menu(TUIMenu):
|
|
|
26796
27343
|
"""
|
|
26797
27344
|
No help available.
|
|
26798
27345
|
"""
|
|
26799
|
-
class
|
|
26800
|
-
"""
|
|
26801
|
-
No help available.
|
|
26802
|
-
"""
|
|
26803
|
-
class min(TUIMethod):
|
|
27346
|
+
class show_major_gridlines(TUIMethod):
|
|
26804
27347
|
"""
|
|
26805
27348
|
No help available.
|
|
26806
27349
|
"""
|
|
26807
|
-
class
|
|
27350
|
+
class show_minor_gridlines(TUIMethod):
|
|
26808
27351
|
"""
|
|
26809
27352
|
No help available.
|
|
26810
27353
|
"""
|
|
26811
|
-
|
|
27354
|
+
|
|
27355
|
+
class auto_range(TUIMenu):
|
|
26812
27356
|
"""
|
|
26813
27357
|
No help available.
|
|
26814
27358
|
"""
|
|
27359
|
+
def __init__(self, service, version, mode, path):
|
|
27360
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
27361
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
27362
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27363
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
27364
|
+
super().__init__(service, version, mode, path)
|
|
27365
|
+
class max(TUIMethod):
|
|
27366
|
+
"""
|
|
27367
|
+
No help available.
|
|
27368
|
+
"""
|
|
27369
|
+
class max_auto(TUIMethod):
|
|
27370
|
+
"""
|
|
27371
|
+
No help available.
|
|
27372
|
+
"""
|
|
27373
|
+
class min(TUIMethod):
|
|
27374
|
+
"""
|
|
27375
|
+
No help available.
|
|
27376
|
+
"""
|
|
27377
|
+
class min_auto(TUIMethod):
|
|
27378
|
+
"""
|
|
27379
|
+
No help available.
|
|
27380
|
+
"""
|
|
26815
27381
|
|
|
26816
27382
|
class major_gridlines(TUIMenu):
|
|
26817
27383
|
"""
|
|
@@ -26820,8 +27386,9 @@ class main_menu(TUIMenu):
|
|
|
26820
27386
|
def __init__(self, service, version, mode, path):
|
|
26821
27387
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26822
27388
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26823
|
-
self.
|
|
26824
|
-
self.
|
|
27389
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
27390
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
27391
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26825
27392
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26826
27393
|
super().__init__(service, version, mode, path)
|
|
26827
27394
|
class auto_placement(TUIMethod):
|
|
@@ -26832,11 +27399,15 @@ class main_menu(TUIMenu):
|
|
|
26832
27399
|
"""
|
|
26833
27400
|
No help available.
|
|
26834
27401
|
"""
|
|
26835
|
-
class
|
|
27402
|
+
class divisions(TUIMethod):
|
|
27403
|
+
"""
|
|
27404
|
+
No help available.
|
|
27405
|
+
"""
|
|
27406
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26836
27407
|
"""
|
|
26837
27408
|
No help available.
|
|
26838
27409
|
"""
|
|
26839
|
-
class
|
|
27410
|
+
class units(TUIMethod):
|
|
26840
27411
|
"""
|
|
26841
27412
|
No help available.
|
|
26842
27413
|
"""
|
|
@@ -26852,8 +27423,9 @@ class main_menu(TUIMenu):
|
|
|
26852
27423
|
def __init__(self, service, version, mode, path):
|
|
26853
27424
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26854
27425
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26855
|
-
self.
|
|
26856
|
-
self.
|
|
27426
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
27427
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
27428
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26857
27429
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26858
27430
|
super().__init__(service, version, mode, path)
|
|
26859
27431
|
class auto_placement(TUIMethod):
|
|
@@ -26864,11 +27436,15 @@ class main_menu(TUIMenu):
|
|
|
26864
27436
|
"""
|
|
26865
27437
|
No help available.
|
|
26866
27438
|
"""
|
|
26867
|
-
class
|
|
27439
|
+
class divisions(TUIMethod):
|
|
26868
27440
|
"""
|
|
26869
27441
|
No help available.
|
|
26870
27442
|
"""
|
|
26871
|
-
class
|
|
27443
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
27444
|
+
"""
|
|
27445
|
+
No help available.
|
|
27446
|
+
"""
|
|
27447
|
+
class units(TUIMethod):
|
|
26872
27448
|
"""
|
|
26873
27449
|
No help available.
|
|
26874
27450
|
"""
|
|
@@ -26899,31 +27475,15 @@ class main_menu(TUIMenu):
|
|
|
26899
27475
|
No help available.
|
|
26900
27476
|
"""
|
|
26901
27477
|
def __init__(self, service, version, mode, path):
|
|
27478
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26902
27479
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26903
27480
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26904
27481
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26905
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26906
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26907
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26908
27482
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26909
27483
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26910
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26911
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26912
27484
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26913
27485
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26914
27486
|
super().__init__(service, version, mode, path)
|
|
26915
|
-
class auto_range(TUIMethod):
|
|
26916
|
-
"""
|
|
26917
|
-
No help available.
|
|
26918
|
-
"""
|
|
26919
|
-
class auto_range_max(TUIMethod):
|
|
26920
|
-
"""
|
|
26921
|
-
No help available.
|
|
26922
|
-
"""
|
|
26923
|
-
class auto_range_min(TUIMethod):
|
|
26924
|
-
"""
|
|
26925
|
-
No help available.
|
|
26926
|
-
"""
|
|
26927
27487
|
class label(TUIMethod):
|
|
26928
27488
|
"""
|
|
26929
27489
|
No help available.
|
|
@@ -26932,22 +27492,41 @@ class main_menu(TUIMenu):
|
|
|
26932
27492
|
"""
|
|
26933
27493
|
No help available.
|
|
26934
27494
|
"""
|
|
26935
|
-
class
|
|
26936
|
-
"""
|
|
26937
|
-
No help available.
|
|
26938
|
-
"""
|
|
26939
|
-
class min(TUIMethod):
|
|
27495
|
+
class show_major_gridlines(TUIMethod):
|
|
26940
27496
|
"""
|
|
26941
27497
|
No help available.
|
|
26942
27498
|
"""
|
|
26943
|
-
class
|
|
27499
|
+
class show_minor_gridlines(TUIMethod):
|
|
26944
27500
|
"""
|
|
26945
27501
|
No help available.
|
|
26946
27502
|
"""
|
|
26947
|
-
|
|
27503
|
+
|
|
27504
|
+
class auto_range(TUIMenu):
|
|
26948
27505
|
"""
|
|
26949
27506
|
No help available.
|
|
26950
27507
|
"""
|
|
27508
|
+
def __init__(self, service, version, mode, path):
|
|
27509
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
27510
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
27511
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27512
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
27513
|
+
super().__init__(service, version, mode, path)
|
|
27514
|
+
class max(TUIMethod):
|
|
27515
|
+
"""
|
|
27516
|
+
No help available.
|
|
27517
|
+
"""
|
|
27518
|
+
class max_auto(TUIMethod):
|
|
27519
|
+
"""
|
|
27520
|
+
No help available.
|
|
27521
|
+
"""
|
|
27522
|
+
class min(TUIMethod):
|
|
27523
|
+
"""
|
|
27524
|
+
No help available.
|
|
27525
|
+
"""
|
|
27526
|
+
class min_auto(TUIMethod):
|
|
27527
|
+
"""
|
|
27528
|
+
No help available.
|
|
27529
|
+
"""
|
|
26951
27530
|
|
|
26952
27531
|
class major_gridlines(TUIMenu):
|
|
26953
27532
|
"""
|
|
@@ -26956,8 +27535,9 @@ class main_menu(TUIMenu):
|
|
|
26956
27535
|
def __init__(self, service, version, mode, path):
|
|
26957
27536
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26958
27537
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26959
|
-
self.
|
|
26960
|
-
self.
|
|
27538
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
27539
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
27540
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26961
27541
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26962
27542
|
super().__init__(service, version, mode, path)
|
|
26963
27543
|
class auto_placement(TUIMethod):
|
|
@@ -26968,11 +27548,15 @@ class main_menu(TUIMenu):
|
|
|
26968
27548
|
"""
|
|
26969
27549
|
No help available.
|
|
26970
27550
|
"""
|
|
26971
|
-
class
|
|
27551
|
+
class divisions(TUIMethod):
|
|
27552
|
+
"""
|
|
27553
|
+
No help available.
|
|
27554
|
+
"""
|
|
27555
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
26972
27556
|
"""
|
|
26973
27557
|
No help available.
|
|
26974
27558
|
"""
|
|
26975
|
-
class
|
|
27559
|
+
class units(TUIMethod):
|
|
26976
27560
|
"""
|
|
26977
27561
|
No help available.
|
|
26978
27562
|
"""
|
|
@@ -26988,8 +27572,9 @@ class main_menu(TUIMenu):
|
|
|
26988
27572
|
def __init__(self, service, version, mode, path):
|
|
26989
27573
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26990
27574
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26991
|
-
self.
|
|
26992
|
-
self.
|
|
27575
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
27576
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
27577
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26993
27578
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26994
27579
|
super().__init__(service, version, mode, path)
|
|
26995
27580
|
class auto_placement(TUIMethod):
|
|
@@ -27000,11 +27585,15 @@ class main_menu(TUIMenu):
|
|
|
27000
27585
|
"""
|
|
27001
27586
|
No help available.
|
|
27002
27587
|
"""
|
|
27003
|
-
class
|
|
27588
|
+
class divisions(TUIMethod):
|
|
27589
|
+
"""
|
|
27590
|
+
No help available.
|
|
27591
|
+
"""
|
|
27592
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
27004
27593
|
"""
|
|
27005
27594
|
No help available.
|
|
27006
27595
|
"""
|
|
27007
|
-
class
|
|
27596
|
+
class units(TUIMethod):
|
|
27008
27597
|
"""
|
|
27009
27598
|
No help available.
|
|
27010
27599
|
"""
|
|
@@ -27035,19 +27624,39 @@ class main_menu(TUIMenu):
|
|
|
27035
27624
|
No help available.
|
|
27036
27625
|
"""
|
|
27037
27626
|
def __init__(self, service, version, mode, path):
|
|
27627
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
27628
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
27038
27629
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
27630
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
27039
27631
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
27040
|
-
self.
|
|
27632
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
27633
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
27041
27634
|
super().__init__(service, version, mode, path)
|
|
27635
|
+
class create(TUIMethod):
|
|
27636
|
+
"""
|
|
27637
|
+
No help available.
|
|
27638
|
+
"""
|
|
27639
|
+
class delete(TUIMethod):
|
|
27640
|
+
"""
|
|
27641
|
+
No help available.
|
|
27642
|
+
"""
|
|
27042
27643
|
class edit(TUIMethod):
|
|
27043
27644
|
"""
|
|
27044
27645
|
Edit curves object.
|
|
27045
27646
|
"""
|
|
27647
|
+
class list(TUIMethod):
|
|
27648
|
+
"""
|
|
27649
|
+
No help available.
|
|
27650
|
+
"""
|
|
27046
27651
|
class list_properties(TUIMethod):
|
|
27047
27652
|
"""
|
|
27048
27653
|
No help available.
|
|
27049
27654
|
"""
|
|
27050
|
-
class
|
|
27655
|
+
class make_a_copy(TUIMethod):
|
|
27656
|
+
"""
|
|
27657
|
+
No help available.
|
|
27658
|
+
"""
|
|
27659
|
+
class rename(TUIMethod):
|
|
27051
27660
|
"""
|
|
27052
27661
|
No help available.
|
|
27053
27662
|
"""
|
|
@@ -28103,6 +28712,7 @@ class main_menu(TUIMenu):
|
|
|
28103
28712
|
self.create_multiple_iso_surfaces = self.__class__.create_multiple_iso_surfaces(service, version, mode, path + ["create_multiple_iso_surfaces"])
|
|
28104
28713
|
self.create_multiple_plane_surfaces = self.__class__.create_multiple_plane_surfaces(service, version, mode, path + ["create_multiple_plane_surfaces"])
|
|
28105
28714
|
self.create_multiple_zone_surfaces = self.__class__.create_multiple_zone_surfaces(service, version, mode, path + ["create_multiple_zone_surfaces"])
|
|
28715
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
28106
28716
|
self.external_surface = self.__class__.external_surface(service, version, mode, path + ["external_surface"])
|
|
28107
28717
|
self.reset_zone_surfaces = self.__class__.reset_zone_surfaces(service, version, mode, path + ["reset_zone_surfaces"])
|
|
28108
28718
|
self.set_rendering_priority = self.__class__.set_rendering_priority(service, version, mode, path + ["set_rendering_priority"])
|
|
@@ -28125,6 +28735,10 @@ class main_menu(TUIMenu):
|
|
|
28125
28735
|
"""
|
|
28126
28736
|
No help available.
|
|
28127
28737
|
"""
|
|
28738
|
+
class delete(TUIMethod):
|
|
28739
|
+
"""
|
|
28740
|
+
No help available.
|
|
28741
|
+
"""
|
|
28128
28742
|
class external_surface(TUIMethod):
|
|
28129
28743
|
"""
|
|
28130
28744
|
No help available.
|
|
@@ -29103,12 +29717,278 @@ class main_menu(TUIMenu):
|
|
|
29103
29717
|
No help available.
|
|
29104
29718
|
"""
|
|
29105
29719
|
def __init__(self, service, version, mode, path):
|
|
29720
|
+
self.automatic_exports = self.__class__.automatic_exports(service, version, mode, path + ["automatic_exports"])
|
|
29106
29721
|
self.case_modification = self.__class__.case_modification(service, version, mode, path + ["case_modification"])
|
|
29107
29722
|
self.execute_commands = self.__class__.execute_commands(service, version, mode, path + ["execute_commands"])
|
|
29108
29723
|
self.poor_mesh_numerics = self.__class__.poor_mesh_numerics(service, version, mode, path + ["poor_mesh_numerics"])
|
|
29109
29724
|
self.solution_animations = self.__class__.solution_animations(service, version, mode, path + ["solution_animations"])
|
|
29110
29725
|
super().__init__(service, version, mode, path)
|
|
29111
29726
|
|
|
29727
|
+
class automatic_exports(TUIMenu):
|
|
29728
|
+
"""
|
|
29729
|
+
No help available.
|
|
29730
|
+
"""
|
|
29731
|
+
def __init__(self, service, version, mode, path):
|
|
29732
|
+
self.ascii = self.__class__.ascii(service, version, mode, path + ["ascii"])
|
|
29733
|
+
self.cgns = self.__class__.cgns(service, version, mode, path + ["cgns"])
|
|
29734
|
+
self.dvs_export = self.__class__.dvs_export(service, version, mode, path + ["dvs_export"])
|
|
29735
|
+
self.mapdl = self.__class__.mapdl(service, version, mode, path + ["mapdl"])
|
|
29736
|
+
self.nastran = self.__class__.nastran(service, version, mode, path + ["nastran"])
|
|
29737
|
+
self.tecplot = self.__class__.tecplot(service, version, mode, path + ["tecplot"])
|
|
29738
|
+
super().__init__(service, version, mode, path)
|
|
29739
|
+
|
|
29740
|
+
class ascii(TUIMenu):
|
|
29741
|
+
"""
|
|
29742
|
+
No help available.
|
|
29743
|
+
"""
|
|
29744
|
+
def __init__(self, service, version, mode, path):
|
|
29745
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29746
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29747
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29748
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29749
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29750
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29751
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29752
|
+
super().__init__(service, version, mode, path)
|
|
29753
|
+
class create(TUIMethod):
|
|
29754
|
+
"""
|
|
29755
|
+
No help available.
|
|
29756
|
+
"""
|
|
29757
|
+
class delete(TUIMethod):
|
|
29758
|
+
"""
|
|
29759
|
+
No help available.
|
|
29760
|
+
"""
|
|
29761
|
+
class edit(TUIMethod):
|
|
29762
|
+
"""
|
|
29763
|
+
Edit ascii object.
|
|
29764
|
+
"""
|
|
29765
|
+
class list(TUIMethod):
|
|
29766
|
+
"""
|
|
29767
|
+
No help available.
|
|
29768
|
+
"""
|
|
29769
|
+
class list_properties(TUIMethod):
|
|
29770
|
+
"""
|
|
29771
|
+
No help available.
|
|
29772
|
+
"""
|
|
29773
|
+
class make_a_copy(TUIMethod):
|
|
29774
|
+
"""
|
|
29775
|
+
No help available.
|
|
29776
|
+
"""
|
|
29777
|
+
class rename(TUIMethod):
|
|
29778
|
+
"""
|
|
29779
|
+
No help available.
|
|
29780
|
+
"""
|
|
29781
|
+
|
|
29782
|
+
class cgns(TUIMenu):
|
|
29783
|
+
"""
|
|
29784
|
+
No help available.
|
|
29785
|
+
"""
|
|
29786
|
+
def __init__(self, service, version, mode, path):
|
|
29787
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29788
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29789
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29790
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29791
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29792
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29793
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29794
|
+
super().__init__(service, version, mode, path)
|
|
29795
|
+
class create(TUIMethod):
|
|
29796
|
+
"""
|
|
29797
|
+
No help available.
|
|
29798
|
+
"""
|
|
29799
|
+
class delete(TUIMethod):
|
|
29800
|
+
"""
|
|
29801
|
+
No help available.
|
|
29802
|
+
"""
|
|
29803
|
+
class edit(TUIMethod):
|
|
29804
|
+
"""
|
|
29805
|
+
Edit cgns object.
|
|
29806
|
+
"""
|
|
29807
|
+
class list(TUIMethod):
|
|
29808
|
+
"""
|
|
29809
|
+
No help available.
|
|
29810
|
+
"""
|
|
29811
|
+
class list_properties(TUIMethod):
|
|
29812
|
+
"""
|
|
29813
|
+
No help available.
|
|
29814
|
+
"""
|
|
29815
|
+
class make_a_copy(TUIMethod):
|
|
29816
|
+
"""
|
|
29817
|
+
No help available.
|
|
29818
|
+
"""
|
|
29819
|
+
class rename(TUIMethod):
|
|
29820
|
+
"""
|
|
29821
|
+
No help available.
|
|
29822
|
+
"""
|
|
29823
|
+
|
|
29824
|
+
class dvs_export(TUIMenu):
|
|
29825
|
+
"""
|
|
29826
|
+
No help available.
|
|
29827
|
+
"""
|
|
29828
|
+
def __init__(self, service, version, mode, path):
|
|
29829
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29830
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29831
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29832
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29833
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29834
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29835
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29836
|
+
super().__init__(service, version, mode, path)
|
|
29837
|
+
class create(TUIMethod):
|
|
29838
|
+
"""
|
|
29839
|
+
No help available.
|
|
29840
|
+
"""
|
|
29841
|
+
class delete(TUIMethod):
|
|
29842
|
+
"""
|
|
29843
|
+
No help available.
|
|
29844
|
+
"""
|
|
29845
|
+
class edit(TUIMethod):
|
|
29846
|
+
"""
|
|
29847
|
+
Edit dvs-export object.
|
|
29848
|
+
"""
|
|
29849
|
+
class list(TUIMethod):
|
|
29850
|
+
"""
|
|
29851
|
+
No help available.
|
|
29852
|
+
"""
|
|
29853
|
+
class list_properties(TUIMethod):
|
|
29854
|
+
"""
|
|
29855
|
+
No help available.
|
|
29856
|
+
"""
|
|
29857
|
+
class make_a_copy(TUIMethod):
|
|
29858
|
+
"""
|
|
29859
|
+
No help available.
|
|
29860
|
+
"""
|
|
29861
|
+
class rename(TUIMethod):
|
|
29862
|
+
"""
|
|
29863
|
+
No help available.
|
|
29864
|
+
"""
|
|
29865
|
+
|
|
29866
|
+
class mapdl(TUIMenu):
|
|
29867
|
+
"""
|
|
29868
|
+
No help available.
|
|
29869
|
+
"""
|
|
29870
|
+
def __init__(self, service, version, mode, path):
|
|
29871
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29872
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29873
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29874
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29875
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29876
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29877
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29878
|
+
super().__init__(service, version, mode, path)
|
|
29879
|
+
class create(TUIMethod):
|
|
29880
|
+
"""
|
|
29881
|
+
No help available.
|
|
29882
|
+
"""
|
|
29883
|
+
class delete(TUIMethod):
|
|
29884
|
+
"""
|
|
29885
|
+
No help available.
|
|
29886
|
+
"""
|
|
29887
|
+
class edit(TUIMethod):
|
|
29888
|
+
"""
|
|
29889
|
+
Edit mapdl object.
|
|
29890
|
+
"""
|
|
29891
|
+
class list(TUIMethod):
|
|
29892
|
+
"""
|
|
29893
|
+
No help available.
|
|
29894
|
+
"""
|
|
29895
|
+
class list_properties(TUIMethod):
|
|
29896
|
+
"""
|
|
29897
|
+
No help available.
|
|
29898
|
+
"""
|
|
29899
|
+
class make_a_copy(TUIMethod):
|
|
29900
|
+
"""
|
|
29901
|
+
No help available.
|
|
29902
|
+
"""
|
|
29903
|
+
class rename(TUIMethod):
|
|
29904
|
+
"""
|
|
29905
|
+
No help available.
|
|
29906
|
+
"""
|
|
29907
|
+
|
|
29908
|
+
class nastran(TUIMenu):
|
|
29909
|
+
"""
|
|
29910
|
+
No help available.
|
|
29911
|
+
"""
|
|
29912
|
+
def __init__(self, service, version, mode, path):
|
|
29913
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29914
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29915
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29916
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29917
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29918
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29919
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29920
|
+
super().__init__(service, version, mode, path)
|
|
29921
|
+
class create(TUIMethod):
|
|
29922
|
+
"""
|
|
29923
|
+
No help available.
|
|
29924
|
+
"""
|
|
29925
|
+
class delete(TUIMethod):
|
|
29926
|
+
"""
|
|
29927
|
+
No help available.
|
|
29928
|
+
"""
|
|
29929
|
+
class edit(TUIMethod):
|
|
29930
|
+
"""
|
|
29931
|
+
Edit nastran object.
|
|
29932
|
+
"""
|
|
29933
|
+
class list(TUIMethod):
|
|
29934
|
+
"""
|
|
29935
|
+
No help available.
|
|
29936
|
+
"""
|
|
29937
|
+
class list_properties(TUIMethod):
|
|
29938
|
+
"""
|
|
29939
|
+
No help available.
|
|
29940
|
+
"""
|
|
29941
|
+
class make_a_copy(TUIMethod):
|
|
29942
|
+
"""
|
|
29943
|
+
No help available.
|
|
29944
|
+
"""
|
|
29945
|
+
class rename(TUIMethod):
|
|
29946
|
+
"""
|
|
29947
|
+
No help available.
|
|
29948
|
+
"""
|
|
29949
|
+
|
|
29950
|
+
class tecplot(TUIMenu):
|
|
29951
|
+
"""
|
|
29952
|
+
No help available.
|
|
29953
|
+
"""
|
|
29954
|
+
def __init__(self, service, version, mode, path):
|
|
29955
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29956
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29957
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29958
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29959
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29960
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29961
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29962
|
+
super().__init__(service, version, mode, path)
|
|
29963
|
+
class create(TUIMethod):
|
|
29964
|
+
"""
|
|
29965
|
+
No help available.
|
|
29966
|
+
"""
|
|
29967
|
+
class delete(TUIMethod):
|
|
29968
|
+
"""
|
|
29969
|
+
No help available.
|
|
29970
|
+
"""
|
|
29971
|
+
class edit(TUIMethod):
|
|
29972
|
+
"""
|
|
29973
|
+
Edit tecplot object.
|
|
29974
|
+
"""
|
|
29975
|
+
class list(TUIMethod):
|
|
29976
|
+
"""
|
|
29977
|
+
No help available.
|
|
29978
|
+
"""
|
|
29979
|
+
class list_properties(TUIMethod):
|
|
29980
|
+
"""
|
|
29981
|
+
No help available.
|
|
29982
|
+
"""
|
|
29983
|
+
class make_a_copy(TUIMethod):
|
|
29984
|
+
"""
|
|
29985
|
+
No help available.
|
|
29986
|
+
"""
|
|
29987
|
+
class rename(TUIMethod):
|
|
29988
|
+
"""
|
|
29989
|
+
No help available.
|
|
29990
|
+
"""
|
|
29991
|
+
|
|
29112
29992
|
class case_modification(TUIMenu):
|
|
29113
29993
|
"""
|
|
29114
29994
|
No help available.
|
|
@@ -31559,8 +32439,13 @@ class main_menu(TUIMenu):
|
|
|
31559
32439
|
No help available.
|
|
31560
32440
|
"""
|
|
31561
32441
|
def __init__(self, service, version, mode, path):
|
|
32442
|
+
self.alternative_axisymmetric_formulation = self.__class__.alternative_axisymmetric_formulation(service, version, mode, path + ["alternative_axisymmetric_formulation"])
|
|
31562
32443
|
self.axis_stabilization = self.__class__.axis_stabilization(service, version, mode, path + ["axis_stabilization"])
|
|
31563
32444
|
super().__init__(service, version, mode, path)
|
|
32445
|
+
class alternative_axisymmetric_formulation(TUIMethod):
|
|
32446
|
+
"""
|
|
32447
|
+
No help available.
|
|
32448
|
+
"""
|
|
31564
32449
|
class axis_stabilization(TUIMethod):
|
|
31565
32450
|
"""
|
|
31566
32451
|
No help available.
|
|
@@ -32770,6 +33655,8 @@ class main_menu(TUIMenu):
|
|
|
32770
33655
|
self.orthogonal_quality_threshold_enabled = self.__class__.orthogonal_quality_threshold_enabled(service, version, mode, path + ["orthogonal_quality_threshold_enabled"])
|
|
32771
33656
|
self.tangent_skewness_threshold = self.__class__.tangent_skewness_threshold(service, version, mode, path + ["tangent_skewness_threshold"])
|
|
32772
33657
|
self.tangent_skewness_threshold_enabled = self.__class__.tangent_skewness_threshold_enabled(service, version, mode, path + ["tangent_skewness_threshold_enabled"])
|
|
33658
|
+
self.volume_ratio_threshold = self.__class__.volume_ratio_threshold(service, version, mode, path + ["volume_ratio_threshold"])
|
|
33659
|
+
self.volume_ratio_threshold_enabled = self.__class__.volume_ratio_threshold_enabled(service, version, mode, path + ["volume_ratio_threshold_enabled"])
|
|
32773
33660
|
super().__init__(service, version, mode, path)
|
|
32774
33661
|
class enable(TUIMethod):
|
|
32775
33662
|
"""
|
|
@@ -32791,6 +33678,14 @@ class main_menu(TUIMenu):
|
|
|
32791
33678
|
"""
|
|
32792
33679
|
No help available.
|
|
32793
33680
|
"""
|
|
33681
|
+
class volume_ratio_threshold(TUIMethod):
|
|
33682
|
+
"""
|
|
33683
|
+
No help available.
|
|
33684
|
+
"""
|
|
33685
|
+
class volume_ratio_threshold_enabled(TUIMethod):
|
|
33686
|
+
"""
|
|
33687
|
+
No help available.
|
|
33688
|
+
"""
|
|
32794
33689
|
|
|
32795
33690
|
class poor_mesh_removal(TUIMenu):
|
|
32796
33691
|
"""
|
|
@@ -33261,43 +34156,22 @@ class main_menu(TUIMenu):
|
|
|
33261
34156
|
def __init__(self, service, version, mode, path):
|
|
33262
34157
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
33263
34158
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
33264
|
-
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
33265
34159
|
super().__init__(service, version, mode, path)
|
|
33266
|
-
class background_color(TUIMethod):
|
|
33267
|
-
"""
|
|
33268
|
-
No help available.
|
|
33269
|
-
"""
|
|
33270
34160
|
|
|
33271
34161
|
class x(TUIMenu):
|
|
33272
34162
|
"""
|
|
33273
34163
|
No help available.
|
|
33274
34164
|
"""
|
|
33275
34165
|
def __init__(self, service, version, mode, path):
|
|
34166
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
33276
34167
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
33277
34168
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
33278
34169
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
33279
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
33280
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
33281
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
33282
34170
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
33283
34171
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
33284
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
33285
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
33286
34172
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
33287
34173
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
33288
34174
|
super().__init__(service, version, mode, path)
|
|
33289
|
-
class auto_range(TUIMethod):
|
|
33290
|
-
"""
|
|
33291
|
-
No help available.
|
|
33292
|
-
"""
|
|
33293
|
-
class auto_range_max(TUIMethod):
|
|
33294
|
-
"""
|
|
33295
|
-
No help available.
|
|
33296
|
-
"""
|
|
33297
|
-
class auto_range_min(TUIMethod):
|
|
33298
|
-
"""
|
|
33299
|
-
No help available.
|
|
33300
|
-
"""
|
|
33301
34175
|
class label(TUIMethod):
|
|
33302
34176
|
"""
|
|
33303
34177
|
No help available.
|
|
@@ -33306,22 +34180,41 @@ class main_menu(TUIMenu):
|
|
|
33306
34180
|
"""
|
|
33307
34181
|
No help available.
|
|
33308
34182
|
"""
|
|
33309
|
-
class
|
|
33310
|
-
"""
|
|
33311
|
-
No help available.
|
|
33312
|
-
"""
|
|
33313
|
-
class min(TUIMethod):
|
|
34183
|
+
class show_major_gridlines(TUIMethod):
|
|
33314
34184
|
"""
|
|
33315
34185
|
No help available.
|
|
33316
34186
|
"""
|
|
33317
|
-
class
|
|
34187
|
+
class show_minor_gridlines(TUIMethod):
|
|
33318
34188
|
"""
|
|
33319
34189
|
No help available.
|
|
33320
34190
|
"""
|
|
33321
|
-
|
|
34191
|
+
|
|
34192
|
+
class auto_range(TUIMenu):
|
|
33322
34193
|
"""
|
|
33323
34194
|
No help available.
|
|
33324
34195
|
"""
|
|
34196
|
+
def __init__(self, service, version, mode, path):
|
|
34197
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
34198
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
34199
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
34200
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
34201
|
+
super().__init__(service, version, mode, path)
|
|
34202
|
+
class max(TUIMethod):
|
|
34203
|
+
"""
|
|
34204
|
+
No help available.
|
|
34205
|
+
"""
|
|
34206
|
+
class max_auto(TUIMethod):
|
|
34207
|
+
"""
|
|
34208
|
+
No help available.
|
|
34209
|
+
"""
|
|
34210
|
+
class min(TUIMethod):
|
|
34211
|
+
"""
|
|
34212
|
+
No help available.
|
|
34213
|
+
"""
|
|
34214
|
+
class min_auto(TUIMethod):
|
|
34215
|
+
"""
|
|
34216
|
+
No help available.
|
|
34217
|
+
"""
|
|
33325
34218
|
|
|
33326
34219
|
class major_gridlines(TUIMenu):
|
|
33327
34220
|
"""
|
|
@@ -33330,8 +34223,9 @@ class main_menu(TUIMenu):
|
|
|
33330
34223
|
def __init__(self, service, version, mode, path):
|
|
33331
34224
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
33332
34225
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
33333
|
-
self.
|
|
33334
|
-
self.
|
|
34226
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
34227
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
34228
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33335
34229
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
33336
34230
|
super().__init__(service, version, mode, path)
|
|
33337
34231
|
class auto_placement(TUIMethod):
|
|
@@ -33342,11 +34236,15 @@ class main_menu(TUIMenu):
|
|
|
33342
34236
|
"""
|
|
33343
34237
|
No help available.
|
|
33344
34238
|
"""
|
|
33345
|
-
class
|
|
34239
|
+
class divisions(TUIMethod):
|
|
34240
|
+
"""
|
|
34241
|
+
No help available.
|
|
34242
|
+
"""
|
|
34243
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
33346
34244
|
"""
|
|
33347
34245
|
No help available.
|
|
33348
34246
|
"""
|
|
33349
|
-
class
|
|
34247
|
+
class units(TUIMethod):
|
|
33350
34248
|
"""
|
|
33351
34249
|
No help available.
|
|
33352
34250
|
"""
|
|
@@ -33362,8 +34260,9 @@ class main_menu(TUIMenu):
|
|
|
33362
34260
|
def __init__(self, service, version, mode, path):
|
|
33363
34261
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
33364
34262
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
33365
|
-
self.
|
|
33366
|
-
self.
|
|
34263
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
34264
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
34265
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33367
34266
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
33368
34267
|
super().__init__(service, version, mode, path)
|
|
33369
34268
|
class auto_placement(TUIMethod):
|
|
@@ -33374,11 +34273,15 @@ class main_menu(TUIMenu):
|
|
|
33374
34273
|
"""
|
|
33375
34274
|
No help available.
|
|
33376
34275
|
"""
|
|
33377
|
-
class
|
|
34276
|
+
class divisions(TUIMethod):
|
|
34277
|
+
"""
|
|
34278
|
+
No help available.
|
|
34279
|
+
"""
|
|
34280
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
33378
34281
|
"""
|
|
33379
34282
|
No help available.
|
|
33380
34283
|
"""
|
|
33381
|
-
class
|
|
34284
|
+
class units(TUIMethod):
|
|
33382
34285
|
"""
|
|
33383
34286
|
No help available.
|
|
33384
34287
|
"""
|
|
@@ -33409,31 +34312,15 @@ class main_menu(TUIMenu):
|
|
|
33409
34312
|
No help available.
|
|
33410
34313
|
"""
|
|
33411
34314
|
def __init__(self, service, version, mode, path):
|
|
34315
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
33412
34316
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
33413
34317
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
33414
34318
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
33415
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
33416
|
-
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
33417
|
-
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
33418
34319
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
33419
34320
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
33420
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
33421
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
33422
34321
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
33423
34322
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
33424
34323
|
super().__init__(service, version, mode, path)
|
|
33425
|
-
class auto_range(TUIMethod):
|
|
33426
|
-
"""
|
|
33427
|
-
No help available.
|
|
33428
|
-
"""
|
|
33429
|
-
class auto_range_max(TUIMethod):
|
|
33430
|
-
"""
|
|
33431
|
-
No help available.
|
|
33432
|
-
"""
|
|
33433
|
-
class auto_range_min(TUIMethod):
|
|
33434
|
-
"""
|
|
33435
|
-
No help available.
|
|
33436
|
-
"""
|
|
33437
34324
|
class label(TUIMethod):
|
|
33438
34325
|
"""
|
|
33439
34326
|
No help available.
|
|
@@ -33442,22 +34329,41 @@ class main_menu(TUIMenu):
|
|
|
33442
34329
|
"""
|
|
33443
34330
|
No help available.
|
|
33444
34331
|
"""
|
|
33445
|
-
class
|
|
33446
|
-
"""
|
|
33447
|
-
No help available.
|
|
33448
|
-
"""
|
|
33449
|
-
class min(TUIMethod):
|
|
34332
|
+
class show_major_gridlines(TUIMethod):
|
|
33450
34333
|
"""
|
|
33451
34334
|
No help available.
|
|
33452
34335
|
"""
|
|
33453
|
-
class
|
|
34336
|
+
class show_minor_gridlines(TUIMethod):
|
|
33454
34337
|
"""
|
|
33455
34338
|
No help available.
|
|
33456
34339
|
"""
|
|
33457
|
-
|
|
34340
|
+
|
|
34341
|
+
class auto_range(TUIMenu):
|
|
33458
34342
|
"""
|
|
33459
34343
|
No help available.
|
|
33460
34344
|
"""
|
|
34345
|
+
def __init__(self, service, version, mode, path):
|
|
34346
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
34347
|
+
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
34348
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
34349
|
+
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
34350
|
+
super().__init__(service, version, mode, path)
|
|
34351
|
+
class max(TUIMethod):
|
|
34352
|
+
"""
|
|
34353
|
+
No help available.
|
|
34354
|
+
"""
|
|
34355
|
+
class max_auto(TUIMethod):
|
|
34356
|
+
"""
|
|
34357
|
+
No help available.
|
|
34358
|
+
"""
|
|
34359
|
+
class min(TUIMethod):
|
|
34360
|
+
"""
|
|
34361
|
+
No help available.
|
|
34362
|
+
"""
|
|
34363
|
+
class min_auto(TUIMethod):
|
|
34364
|
+
"""
|
|
34365
|
+
No help available.
|
|
34366
|
+
"""
|
|
33461
34367
|
|
|
33462
34368
|
class major_gridlines(TUIMenu):
|
|
33463
34369
|
"""
|
|
@@ -33466,8 +34372,9 @@ class main_menu(TUIMenu):
|
|
|
33466
34372
|
def __init__(self, service, version, mode, path):
|
|
33467
34373
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
33468
34374
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
33469
|
-
self.
|
|
33470
|
-
self.
|
|
34375
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
34376
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
34377
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33471
34378
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
33472
34379
|
super().__init__(service, version, mode, path)
|
|
33473
34380
|
class auto_placement(TUIMethod):
|
|
@@ -33478,11 +34385,15 @@ class main_menu(TUIMenu):
|
|
|
33478
34385
|
"""
|
|
33479
34386
|
No help available.
|
|
33480
34387
|
"""
|
|
33481
|
-
class
|
|
34388
|
+
class divisions(TUIMethod):
|
|
33482
34389
|
"""
|
|
33483
34390
|
No help available.
|
|
33484
34391
|
"""
|
|
33485
|
-
class
|
|
34392
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
34393
|
+
"""
|
|
34394
|
+
No help available.
|
|
34395
|
+
"""
|
|
34396
|
+
class units(TUIMethod):
|
|
33486
34397
|
"""
|
|
33487
34398
|
No help available.
|
|
33488
34399
|
"""
|
|
@@ -33498,8 +34409,9 @@ class main_menu(TUIMenu):
|
|
|
33498
34409
|
def __init__(self, service, version, mode, path):
|
|
33499
34410
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
33500
34411
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
33501
|
-
self.
|
|
33502
|
-
self.
|
|
34412
|
+
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
34413
|
+
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
34414
|
+
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33503
34415
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
33504
34416
|
super().__init__(service, version, mode, path)
|
|
33505
34417
|
class auto_placement(TUIMethod):
|
|
@@ -33510,11 +34422,15 @@ class main_menu(TUIMenu):
|
|
|
33510
34422
|
"""
|
|
33511
34423
|
No help available.
|
|
33512
34424
|
"""
|
|
33513
|
-
class
|
|
34425
|
+
class divisions(TUIMethod):
|
|
34426
|
+
"""
|
|
34427
|
+
No help available.
|
|
34428
|
+
"""
|
|
34429
|
+
class specify_divisions_instead_of_units(TUIMethod):
|
|
33514
34430
|
"""
|
|
33515
34431
|
No help available.
|
|
33516
34432
|
"""
|
|
33517
|
-
class
|
|
34433
|
+
class units(TUIMethod):
|
|
33518
34434
|
"""
|
|
33519
34435
|
No help available.
|
|
33520
34436
|
"""
|
|
@@ -33545,19 +34461,39 @@ class main_menu(TUIMenu):
|
|
|
33545
34461
|
No help available.
|
|
33546
34462
|
"""
|
|
33547
34463
|
def __init__(self, service, version, mode, path):
|
|
34464
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
34465
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
33548
34466
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
34467
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
33549
34468
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
33550
|
-
self.
|
|
34469
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
34470
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
33551
34471
|
super().__init__(service, version, mode, path)
|
|
34472
|
+
class create(TUIMethod):
|
|
34473
|
+
"""
|
|
34474
|
+
No help available.
|
|
34475
|
+
"""
|
|
34476
|
+
class delete(TUIMethod):
|
|
34477
|
+
"""
|
|
34478
|
+
No help available.
|
|
34479
|
+
"""
|
|
33552
34480
|
class edit(TUIMethod):
|
|
33553
34481
|
"""
|
|
33554
34482
|
Edit curves object.
|
|
33555
34483
|
"""
|
|
34484
|
+
class list(TUIMethod):
|
|
34485
|
+
"""
|
|
34486
|
+
No help available.
|
|
34487
|
+
"""
|
|
33556
34488
|
class list_properties(TUIMethod):
|
|
33557
34489
|
"""
|
|
33558
34490
|
No help available.
|
|
33559
34491
|
"""
|
|
33560
|
-
class
|
|
34492
|
+
class make_a_copy(TUIMethod):
|
|
34493
|
+
"""
|
|
34494
|
+
No help available.
|
|
34495
|
+
"""
|
|
34496
|
+
class rename(TUIMethod):
|
|
33561
34497
|
"""
|
|
33562
34498
|
No help available.
|
|
33563
34499
|
"""
|
|
@@ -33698,6 +34634,7 @@ class main_menu(TUIMenu):
|
|
|
33698
34634
|
self.volume = self.__class__.volume(service, version, mode, path + ["volume"])
|
|
33699
34635
|
self.compute = self.__class__.compute(service, version, mode, path + ["compute"])
|
|
33700
34636
|
self.copy = self.__class__.copy(service, version, mode, path + ["copy"])
|
|
34637
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
33701
34638
|
self.delete_all = self.__class__.delete_all(service, version, mode, path + ["delete_all"])
|
|
33702
34639
|
super().__init__(service, version, mode, path)
|
|
33703
34640
|
class compute(TUIMethod):
|
|
@@ -33708,6 +34645,10 @@ class main_menu(TUIMenu):
|
|
|
33708
34645
|
"""
|
|
33709
34646
|
No help available.
|
|
33710
34647
|
"""
|
|
34648
|
+
class delete(TUIMethod):
|
|
34649
|
+
"""
|
|
34650
|
+
No help available.
|
|
34651
|
+
"""
|
|
33711
34652
|
class delete_all(TUIMethod):
|
|
33712
34653
|
"""
|
|
33713
34654
|
No help available.
|
|
@@ -35460,6 +36401,7 @@ class main_menu(TUIMenu):
|
|
|
35460
36401
|
self.read = self.__class__.read(service, version, mode, path + ["read"])
|
|
35461
36402
|
self.set_custom_frames = self.__class__.set_custom_frames(service, version, mode, path + ["set_custom_frames"])
|
|
35462
36403
|
self.stored_view = self.__class__.stored_view(service, version, mode, path + ["stored_view"])
|
|
36404
|
+
self.view_mode = self.__class__.view_mode(service, version, mode, path + ["view_mode"])
|
|
35463
36405
|
self.write = self.__class__.write(service, version, mode, path + ["write"])
|
|
35464
36406
|
super().__init__(service, version, mode, path)
|
|
35465
36407
|
class delete(TUIMethod):
|
|
@@ -35482,6 +36424,10 @@ class main_menu(TUIMenu):
|
|
|
35482
36424
|
"""
|
|
35483
36425
|
Play the 3D animation sequence using the view stored in the sequence.
|
|
35484
36426
|
"""
|
|
36427
|
+
class view_mode(TUIMethod):
|
|
36428
|
+
"""
|
|
36429
|
+
To play animation in the stored, current or key-frame view.
|
|
36430
|
+
"""
|
|
35485
36431
|
class write(TUIMethod):
|
|
35486
36432
|
"""
|
|
35487
36433
|
Write animation sequence to the file.
|
|
@@ -36876,6 +37822,7 @@ class main_menu(TUIMenu):
|
|
|
36876
37822
|
self.data_sampling_options = self.__class__.data_sampling_options(service, version, mode, path + ["data_sampling_options"])
|
|
36877
37823
|
self.divergence_prevention = self.__class__.divergence_prevention(service, version, mode, path + ["divergence_prevention"])
|
|
36878
37824
|
self.fast_transient_settings = self.__class__.fast_transient_settings(service, version, mode, path + ["fast_transient_settings"])
|
|
37825
|
+
self.gradient_options = self.__class__.gradient_options(service, version, mode, path + ["gradient_options"])
|
|
36879
37826
|
self.high_order_term_relaxation = self.__class__.high_order_term_relaxation(service, version, mode, path + ["high_order_term_relaxation"])
|
|
36880
37827
|
self.high_speed_numerics = self.__class__.high_speed_numerics(service, version, mode, path + ["high_speed_numerics"])
|
|
36881
37828
|
self.multiphase_numerics = self.__class__.multiphase_numerics(service, version, mode, path + ["multiphase_numerics"])
|
|
@@ -37572,8 +38519,13 @@ class main_menu(TUIMenu):
|
|
|
37572
38519
|
No help available.
|
|
37573
38520
|
"""
|
|
37574
38521
|
def __init__(self, service, version, mode, path):
|
|
38522
|
+
self.alternative_axisymmetric_formulation = self.__class__.alternative_axisymmetric_formulation(service, version, mode, path + ["alternative_axisymmetric_formulation"])
|
|
37575
38523
|
self.axis_stabilization = self.__class__.axis_stabilization(service, version, mode, path + ["axis_stabilization"])
|
|
37576
38524
|
super().__init__(service, version, mode, path)
|
|
38525
|
+
class alternative_axisymmetric_formulation(TUIMethod):
|
|
38526
|
+
"""
|
|
38527
|
+
No help available.
|
|
38528
|
+
"""
|
|
37577
38529
|
class axis_stabilization(TUIMethod):
|
|
37578
38530
|
"""
|
|
37579
38531
|
No help available.
|
|
@@ -37935,6 +38887,69 @@ class main_menu(TUIMenu):
|
|
|
37935
38887
|
No help available.
|
|
37936
38888
|
"""
|
|
37937
38889
|
|
|
38890
|
+
class gradient_options(TUIMenu):
|
|
38891
|
+
"""
|
|
38892
|
+
Enter the gradient scheme expert options menu.
|
|
38893
|
+
"""
|
|
38894
|
+
def __init__(self, service, version, mode, path):
|
|
38895
|
+
self.green_gauss_node_based = self.__class__.green_gauss_node_based(service, version, mode, path + ["green_gauss_node_based"])
|
|
38896
|
+
self.least_squares = self.__class__.least_squares(service, version, mode, path + ["least_squares"])
|
|
38897
|
+
self.pressure_reconstruction_type = self.__class__.pressure_reconstruction_type(service, version, mode, path + ["pressure_reconstruction_type"])
|
|
38898
|
+
super().__init__(service, version, mode, path)
|
|
38899
|
+
class pressure_reconstruction_type(TUIMethod):
|
|
38900
|
+
"""
|
|
38901
|
+
Use generic reconstruction gradient for second order pressure scheme?.
|
|
38902
|
+
"""
|
|
38903
|
+
|
|
38904
|
+
class green_gauss_node_based(TUIMenu):
|
|
38905
|
+
"""
|
|
38906
|
+
Enter Green-Gauss Node Based options menu.
|
|
38907
|
+
"""
|
|
38908
|
+
def __init__(self, service, version, mode, path):
|
|
38909
|
+
self.alternative_default_settings = self.__class__.alternative_default_settings(service, version, mode, path + ["alternative_default_settings"])
|
|
38910
|
+
self.alternative_weights_at_boundary = self.__class__.alternative_weights_at_boundary(service, version, mode, path + ["alternative_weights_at_boundary"])
|
|
38911
|
+
self.boundary_treatment_location = self.__class__.boundary_treatment_location(service, version, mode, path + ["boundary_treatment_location"])
|
|
38912
|
+
self.least_squares_node_weights = self.__class__.least_squares_node_weights(service, version, mode, path + ["least_squares_node_weights"])
|
|
38913
|
+
self.use_inverse_distance_for_clipped_nodes = self.__class__.use_inverse_distance_for_clipped_nodes(service, version, mode, path + ["use_inverse_distance_for_clipped_nodes"])
|
|
38914
|
+
self.weight_treatment_at_sliding_boundary = self.__class__.weight_treatment_at_sliding_boundary(service, version, mode, path + ["weight_treatment_at_sliding_boundary"])
|
|
38915
|
+
super().__init__(service, version, mode, path)
|
|
38916
|
+
class alternative_default_settings(TUIMethod):
|
|
38917
|
+
"""
|
|
38918
|
+
Enable alternative GGNB defaults for PBNS.
|
|
38919
|
+
"""
|
|
38920
|
+
class alternative_weights_at_boundary(TUIMethod):
|
|
38921
|
+
"""
|
|
38922
|
+
Enable alternative method for GGNB gradient weights for boundary.
|
|
38923
|
+
"""
|
|
38924
|
+
class boundary_treatment_location(TUIMethod):
|
|
38925
|
+
"""
|
|
38926
|
+
Specify locations where modified boundary treatment with Node Based gradient scheme is active.
|
|
38927
|
+
"""
|
|
38928
|
+
class least_squares_node_weights(TUIMethod):
|
|
38929
|
+
"""
|
|
38930
|
+
Enable alternative method for GGNB gradient weights.
|
|
38931
|
+
"""
|
|
38932
|
+
class use_inverse_distance_for_clipped_nodes(TUIMethod):
|
|
38933
|
+
"""
|
|
38934
|
+
Enable nodal weights clipping at sliding boundaries.
|
|
38935
|
+
"""
|
|
38936
|
+
class weight_treatment_at_sliding_boundary(TUIMethod):
|
|
38937
|
+
"""
|
|
38938
|
+
Enable node interpolation weights clipping at sliding boundaries.
|
|
38939
|
+
"""
|
|
38940
|
+
|
|
38941
|
+
class least_squares(TUIMenu):
|
|
38942
|
+
"""
|
|
38943
|
+
Enter Least-Squares Cell Based options menu.
|
|
38944
|
+
"""
|
|
38945
|
+
def __init__(self, service, version, mode, path):
|
|
38946
|
+
self.weighting_factor = self.__class__.weighting_factor(service, version, mode, path + ["weighting_factor"])
|
|
38947
|
+
super().__init__(service, version, mode, path)
|
|
38948
|
+
class weighting_factor(TUIMethod):
|
|
38949
|
+
"""
|
|
38950
|
+
Enter the weighting factor for the Least Squares Cell Based gradient scheme.
|
|
38951
|
+
"""
|
|
38952
|
+
|
|
37938
38953
|
class high_order_term_relaxation(TUIMenu):
|
|
37939
38954
|
"""
|
|
37940
38955
|
Enter High Order Relaxation Menu.
|
|
@@ -39047,6 +40062,7 @@ class main_menu(TUIMenu):
|
|
|
39047
40062
|
self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
|
|
39048
40063
|
self.orthogonal_quality_threshold = self.__class__.orthogonal_quality_threshold(service, version, mode, path + ["orthogonal_quality_threshold"])
|
|
39049
40064
|
self.tangent_skewness_threshold = self.__class__.tangent_skewness_threshold(service, version, mode, path + ["tangent_skewness_threshold"])
|
|
40065
|
+
self.volume_ratio_threshold = self.__class__.volume_ratio_threshold(service, version, mode, path + ["volume_ratio_threshold"])
|
|
39050
40066
|
super().__init__(service, version, mode, path)
|
|
39051
40067
|
class enable(TUIMethod):
|
|
39052
40068
|
"""
|
|
@@ -39060,6 +40076,10 @@ class main_menu(TUIMenu):
|
|
|
39060
40076
|
"""
|
|
39061
40077
|
Enable/disable poor mesh numerics based on tangent skewness quality.
|
|
39062
40078
|
"""
|
|
40079
|
+
class volume_ratio_threshold(TUIMethod):
|
|
40080
|
+
"""
|
|
40081
|
+
Enable/disable poor mesh numerics based on volume ratio quality.
|
|
40082
|
+
"""
|
|
39063
40083
|
|
|
39064
40084
|
class poor_mesh_removal(TUIMenu):
|
|
39065
40085
|
"""
|
|
@@ -39299,6 +40319,7 @@ class main_menu(TUIMenu):
|
|
|
39299
40319
|
self.mark_cell_neighbors_by_register = self.__class__.mark_cell_neighbors_by_register(service, version, mode, path + ["mark_cell_neighbors_by_register"])
|
|
39300
40320
|
self.report_cell_info_by_id = self.__class__.report_cell_info_by_id(service, version, mode, path + ["report_cell_info_by_id"])
|
|
39301
40321
|
self.report_cell_info_by_register = self.__class__.report_cell_info_by_register(service, version, mode, path + ["report_cell_info_by_register"])
|
|
40322
|
+
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
39302
40323
|
super().__init__(service, version, mode, path)
|
|
39303
40324
|
class clear_divergence_tracker_files(TUIMethod):
|
|
39304
40325
|
"""
|
|
@@ -39336,6 +40357,10 @@ class main_menu(TUIMenu):
|
|
|
39336
40357
|
"""
|
|
39337
40358
|
Report cells information based on the provided id or name of a register.
|
|
39338
40359
|
"""
|
|
40360
|
+
class verbosity(TUIMethod):
|
|
40361
|
+
"""
|
|
40362
|
+
Set verbosity level for the diagnostics reporting.
|
|
40363
|
+
"""
|
|
39339
40364
|
|
|
39340
40365
|
class transient_controls(TUIMenu):
|
|
39341
40366
|
"""
|
|
@@ -39470,9 +40495,9 @@ class main_menu(TUIMenu):
|
|
|
39470
40495
|
Set Multiphase-specific time constraints.
|
|
39471
40496
|
"""
|
|
39472
40497
|
def __init__(self, service, version, mode, path):
|
|
40498
|
+
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
39473
40499
|
self.moving_mesh_cfl_constraint = self.__class__.moving_mesh_cfl_constraint(service, version, mode, path + ["moving_mesh_cfl_constraint"])
|
|
39474
40500
|
self.physics_based_constraint = self.__class__.physics_based_constraint(service, version, mode, path + ["physics_based_constraint"])
|
|
39475
|
-
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
39476
40501
|
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
39477
40502
|
super().__init__(service, version, mode, path)
|
|
39478
40503
|
class moving_mesh_cfl_constraint(TUIMethod):
|
|
@@ -39483,14 +40508,37 @@ class main_menu(TUIMenu):
|
|
|
39483
40508
|
"""
|
|
39484
40509
|
No help available.
|
|
39485
40510
|
"""
|
|
39486
|
-
class
|
|
40511
|
+
class verbosity(TUIMethod):
|
|
39487
40512
|
"""
|
|
39488
40513
|
No help available.
|
|
39489
40514
|
"""
|
|
39490
|
-
|
|
40515
|
+
|
|
40516
|
+
class time_scale_options(TUIMenu):
|
|
39491
40517
|
"""
|
|
39492
40518
|
No help available.
|
|
39493
40519
|
"""
|
|
40520
|
+
def __init__(self, service, version, mode, path):
|
|
40521
|
+
self.acoustic_scale = self.__class__.acoustic_scale(service, version, mode, path + ["acoustic_scale"])
|
|
40522
|
+
self.gravity_scale = self.__class__.gravity_scale(service, version, mode, path + ["gravity_scale"])
|
|
40523
|
+
self.surface_tension_scale = self.__class__.surface_tension_scale(service, version, mode, path + ["surface_tension_scale"])
|
|
40524
|
+
self.viscous_scale = self.__class__.viscous_scale(service, version, mode, path + ["viscous_scale"])
|
|
40525
|
+
super().__init__(service, version, mode, path)
|
|
40526
|
+
class acoustic_scale(TUIMethod):
|
|
40527
|
+
"""
|
|
40528
|
+
No help available.
|
|
40529
|
+
"""
|
|
40530
|
+
class gravity_scale(TUIMethod):
|
|
40531
|
+
"""
|
|
40532
|
+
No help available.
|
|
40533
|
+
"""
|
|
40534
|
+
class surface_tension_scale(TUIMethod):
|
|
40535
|
+
"""
|
|
40536
|
+
No help available.
|
|
40537
|
+
"""
|
|
40538
|
+
class viscous_scale(TUIMethod):
|
|
40539
|
+
"""
|
|
40540
|
+
No help available.
|
|
40541
|
+
"""
|
|
39494
40542
|
|
|
39495
40543
|
class warped_face_gradient_correction(TUIMenu):
|
|
39496
40544
|
"""
|
|
@@ -40038,6 +41086,7 @@ class main_menu(TUIMenu):
|
|
|
40038
41086
|
Enter the workflow menu.
|
|
40039
41087
|
"""
|
|
40040
41088
|
def __init__(self, service, version, mode, path):
|
|
41089
|
+
self.skip_define_topology = self.__class__.skip_define_topology(service, version, mode, path + ["skip_define_topology"])
|
|
40041
41090
|
self.disable = self.__class__.disable(service, version, mode, path + ["disable"])
|
|
40042
41091
|
self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
|
|
40043
41092
|
self.reset = self.__class__.reset(service, version, mode, path + ["reset"])
|
|
@@ -40055,6 +41104,23 @@ class main_menu(TUIMenu):
|
|
|
40055
41104
|
Reset the workflow.
|
|
40056
41105
|
"""
|
|
40057
41106
|
|
|
41107
|
+
class skip_define_topology(TUIMenu):
|
|
41108
|
+
"""
|
|
41109
|
+
Enter the skip topology menu.
|
|
41110
|
+
"""
|
|
41111
|
+
def __init__(self, service, version, mode, path):
|
|
41112
|
+
self.skip = self.__class__.skip(service, version, mode, path + ["skip"])
|
|
41113
|
+
self.unskip = self.__class__.unskip(service, version, mode, path + ["unskip"])
|
|
41114
|
+
super().__init__(service, version, mode, path)
|
|
41115
|
+
class skip(TUIMethod):
|
|
41116
|
+
"""
|
|
41117
|
+
Skip the topology creation.
|
|
41118
|
+
"""
|
|
41119
|
+
class unskip(TUIMethod):
|
|
41120
|
+
"""
|
|
41121
|
+
Unskip the topology creation.
|
|
41122
|
+
"""
|
|
41123
|
+
|
|
40058
41124
|
class turbo_workflow(TUIMenu):
|
|
40059
41125
|
"""
|
|
40060
41126
|
Enter the turbo workflow menu.
|
|
@@ -40068,6 +41134,7 @@ class main_menu(TUIMenu):
|
|
|
40068
41134
|
Enter the workflow menu.
|
|
40069
41135
|
"""
|
|
40070
41136
|
def __init__(self, service, version, mode, path):
|
|
41137
|
+
self.skip_define_topology = self.__class__.skip_define_topology(service, version, mode, path + ["skip_define_topology"])
|
|
40071
41138
|
self.disable = self.__class__.disable(service, version, mode, path + ["disable"])
|
|
40072
41139
|
self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
|
|
40073
41140
|
self.reset = self.__class__.reset(service, version, mode, path + ["reset"])
|
|
@@ -40085,6 +41152,23 @@ class main_menu(TUIMenu):
|
|
|
40085
41152
|
Reset the workflow.
|
|
40086
41153
|
"""
|
|
40087
41154
|
|
|
41155
|
+
class skip_define_topology(TUIMenu):
|
|
41156
|
+
"""
|
|
41157
|
+
Enter the skip topology menu.
|
|
41158
|
+
"""
|
|
41159
|
+
def __init__(self, service, version, mode, path):
|
|
41160
|
+
self.skip = self.__class__.skip(service, version, mode, path + ["skip"])
|
|
41161
|
+
self.unskip = self.__class__.unskip(service, version, mode, path + ["unskip"])
|
|
41162
|
+
super().__init__(service, version, mode, path)
|
|
41163
|
+
class skip(TUIMethod):
|
|
41164
|
+
"""
|
|
41165
|
+
Skip the topology creation.
|
|
41166
|
+
"""
|
|
41167
|
+
class unskip(TUIMethod):
|
|
41168
|
+
"""
|
|
41169
|
+
Unskip the topology creation.
|
|
41170
|
+
"""
|
|
41171
|
+
|
|
40088
41172
|
class views(TUIMenu):
|
|
40089
41173
|
"""
|
|
40090
41174
|
No help available.
|