ansys-fluent-core 0.34.1__py3-none-any.whl → 0.34.2__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/docker/utils.py +1 -1
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_231/meshing.py +229 -229
- ansys/fluent/core/generated/datamodel_232/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_232/meshing.py +231 -231
- ansys/fluent/core/generated/datamodel_241/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_241/meshing.py +296 -296
- ansys/fluent/core/generated/datamodel_242/flicing.py +30 -30
- ansys/fluent/core/generated/datamodel_242/meshing.py +312 -312
- ansys/fluent/core/generated/datamodel_242/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_251/meshing.py +346 -346
- ansys/fluent/core/generated/datamodel_252/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_252/meshing.py +423 -423
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_261/meshing.py +382 -389
- ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
- ansys/fluent/core/generated/fluent_version_252.py +1 -1
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/meshing/tui_261.py +3 -49
- ansys/fluent/core/generated/solver/settings_261.py +3723 -5494
- ansys/fluent/core/generated/solver/settings_261.pyi +2854 -3231
- ansys/fluent/core/generated/solver/tui_261.py +629 -1616
- ansys/fluent/core/launcher/fluent_container.py +1 -0
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/RECORD +32 -32
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.34.1.dist-info → ansys_fluent_core-0.34.2.dist-info}/WHEEL +0 -0
|
@@ -5141,7 +5141,6 @@ class main_menu(TUIMenu):
|
|
|
5141
5141
|
def __init__(self, service, version, mode, path):
|
|
5142
5142
|
self.translational_vibrational_energy_relaxation = self.__class__.translational_vibrational_energy_relaxation(service, version, mode, path + ["translational_vibrational_energy_relaxation"])
|
|
5143
5143
|
self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
|
|
5144
|
-
self.expose_system_coupling = self.__class__.expose_system_coupling(service, version, mode, path + ["expose_system_coupling"])
|
|
5145
5144
|
self.nasa9_enhancement = self.__class__.nasa9_enhancement(service, version, mode, path + ["nasa9_enhancement"])
|
|
5146
5145
|
self.robustness_enhancement = self.__class__.robustness_enhancement(service, version, mode, path + ["robustness_enhancement"])
|
|
5147
5146
|
self.set_verbosity = self.__class__.set_verbosity(service, version, mode, path + ["set_verbosity"])
|
|
@@ -5150,10 +5149,6 @@ class main_menu(TUIMenu):
|
|
|
5150
5149
|
"""
|
|
5151
5150
|
Enables/disables the Two-Temperature model.
|
|
5152
5151
|
"""
|
|
5153
|
-
class expose_system_coupling(TUIMethod):
|
|
5154
|
-
"""
|
|
5155
|
-
No help available.
|
|
5156
|
-
"""
|
|
5157
5152
|
class nasa9_enhancement(TUIMethod):
|
|
5158
5153
|
"""
|
|
5159
5154
|
No help available.
|
|
@@ -10128,7 +10123,6 @@ class main_menu(TUIMenu):
|
|
|
10128
10123
|
"""
|
|
10129
10124
|
def __init__(self, service, version, mode, path):
|
|
10130
10125
|
self.blade_flutter_harmonics = self.__class__.blade_flutter_harmonics(service, version, mode, path + ["blade_flutter_harmonics"])
|
|
10131
|
-
self.export_boundary_mesh = self.__class__.export_boundary_mesh(service, version, mode, path + ["export_boundary_mesh"])
|
|
10132
10126
|
self.general_turbo_interface_settings = self.__class__.general_turbo_interface_settings(service, version, mode, path + ["general_turbo_interface_settings"])
|
|
10133
10127
|
self.generalized_forces = self.__class__.generalized_forces(service, version, mode, path + ["generalized_forces"])
|
|
10134
10128
|
self.legacy_models = self.__class__.legacy_models(service, version, mode, path + ["legacy_models"])
|
|
@@ -10143,6 +10137,7 @@ class main_menu(TUIMenu):
|
|
|
10143
10137
|
self.delete_phaselag_spectral_content = self.__class__.delete_phaselag_spectral_content(service, version, mode, path + ["delete_phaselag_spectral_content"])
|
|
10144
10138
|
self.delete_turbomachine_description = self.__class__.delete_turbomachine_description(service, version, mode, path + ["delete_turbomachine_description"])
|
|
10145
10139
|
self.enable_turbo_model = self.__class__.enable_turbo_model(service, version, mode, path + ["enable_turbo_model"])
|
|
10140
|
+
self.export_boundary_mesh = self.__class__.export_boundary_mesh(service, version, mode, path + ["export_boundary_mesh"])
|
|
10146
10141
|
self.graphics_extra_settings = self.__class__.graphics_extra_settings(service, version, mode, path + ["graphics_extra_settings"])
|
|
10147
10142
|
self.list_graphics_spectral_content = self.__class__.list_graphics_spectral_content(service, version, mode, path + ["list_graphics_spectral_content"])
|
|
10148
10143
|
self.list_phaselag_state = self.__class__.list_phaselag_state(service, version, mode, path + ["list_phaselag_state"])
|
|
@@ -10197,6 +10192,10 @@ class main_menu(TUIMenu):
|
|
|
10197
10192
|
"""
|
|
10198
10193
|
Enables/disables turbo model menu.
|
|
10199
10194
|
"""
|
|
10195
|
+
class export_boundary_mesh(TUIMethod):
|
|
10196
|
+
"""
|
|
10197
|
+
No help available.
|
|
10198
|
+
"""
|
|
10200
10199
|
class graphics_extra_settings(TUIMethod):
|
|
10201
10200
|
"""
|
|
10202
10201
|
Define phaselag related extra settings.
|
|
@@ -10272,18 +10271,6 @@ class main_menu(TUIMenu):
|
|
|
10272
10271
|
Writes harmonic export data.
|
|
10273
10272
|
"""
|
|
10274
10273
|
|
|
10275
|
-
class export_boundary_mesh(TUIMenu):
|
|
10276
|
-
"""
|
|
10277
|
-
No help available.
|
|
10278
|
-
"""
|
|
10279
|
-
def __init__(self, service, version, mode, path):
|
|
10280
|
-
self.export_boundary = self.__class__.export_boundary(service, version, mode, path + ["export_boundary"])
|
|
10281
|
-
super().__init__(service, version, mode, path)
|
|
10282
|
-
class export_boundary(TUIMethod):
|
|
10283
|
-
"""
|
|
10284
|
-
No help available.
|
|
10285
|
-
"""
|
|
10286
|
-
|
|
10287
10274
|
class general_turbo_interface_settings(TUIMenu):
|
|
10288
10275
|
"""
|
|
10289
10276
|
Enters the General Turbo Interface options menu.
|
|
@@ -14836,7 +14823,6 @@ class main_menu(TUIMenu):
|
|
|
14836
14823
|
self.marc_post = self.__class__.marc_post(service, version, mode, path + ["marc_post"])
|
|
14837
14824
|
self.prebfc_structured = self.__class__.prebfc_structured(service, version, mode, path + ["prebfc_structured"])
|
|
14838
14825
|
self.ptc_mechanica = self.__class__.ptc_mechanica(service, version, mode, path + ["ptc_mechanica"])
|
|
14839
|
-
self.turbogrid = self.__class__.turbogrid(service, version, mode, path + ["turbogrid"])
|
|
14840
14826
|
super().__init__(service, version, mode, path)
|
|
14841
14827
|
class chemkin_mechanism(TUIMethod):
|
|
14842
14828
|
"""
|
|
@@ -14886,10 +14872,6 @@ class main_menu(TUIMenu):
|
|
|
14886
14872
|
"""
|
|
14887
14873
|
Read a PTC Mechanica file as a case file.
|
|
14888
14874
|
"""
|
|
14889
|
-
class turbogrid(TUIMethod):
|
|
14890
|
-
"""
|
|
14891
|
-
Enter the turbogrid menu.
|
|
14892
|
-
"""
|
|
14893
14875
|
|
|
14894
14876
|
class abaqus(TUIMenu):
|
|
14895
14877
|
"""
|
|
@@ -15142,7 +15124,6 @@ class main_menu(TUIMenu):
|
|
|
15142
15124
|
Enter to create new project, open project, save and archive project.
|
|
15143
15125
|
"""
|
|
15144
15126
|
def __init__(self, service, version, mode, path):
|
|
15145
|
-
self.simulation = self.__class__.simulation(service, version, mode, path + ["simulation"])
|
|
15146
15127
|
self.archive = self.__class__.archive(service, version, mode, path + ["archive"])
|
|
15147
15128
|
self.new = self.__class__.new(service, version, mode, path + ["new"])
|
|
15148
15129
|
self.open = self.__class__.open(service, version, mode, path + ["open"])
|
|
@@ -15175,51 +15156,6 @@ class main_menu(TUIMenu):
|
|
|
15175
15156
|
Save As Copy.
|
|
15176
15157
|
"""
|
|
15177
15158
|
|
|
15178
|
-
class simulation(TUIMenu):
|
|
15179
|
-
"""
|
|
15180
|
-
Enter to create, duplicate, or delete a simulation.
|
|
15181
|
-
"""
|
|
15182
|
-
def __init__(self, service, version, mode, path):
|
|
15183
|
-
self.run = self.__class__.run(service, version, mode, path + ["run"])
|
|
15184
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
15185
|
-
self.new_simulation = self.__class__.new_simulation(service, version, mode, path + ["new_simulation"])
|
|
15186
|
-
self.set_as_current = self.__class__.set_as_current(service, version, mode, path + ["set_as_current"])
|
|
15187
|
-
super().__init__(service, version, mode, path)
|
|
15188
|
-
class delete(TUIMethod):
|
|
15189
|
-
"""
|
|
15190
|
-
Delete A Simulation.
|
|
15191
|
-
"""
|
|
15192
|
-
class new_simulation(TUIMethod):
|
|
15193
|
-
"""
|
|
15194
|
-
Create New Simulation.
|
|
15195
|
-
"""
|
|
15196
|
-
class set_as_current(TUIMethod):
|
|
15197
|
-
"""
|
|
15198
|
-
Set the Current Simulation.
|
|
15199
|
-
"""
|
|
15200
|
-
|
|
15201
|
-
class run(TUIMenu):
|
|
15202
|
-
"""
|
|
15203
|
-
Enter to create, duplicate, or delete a run.
|
|
15204
|
-
"""
|
|
15205
|
-
def __init__(self, service, version, mode, path):
|
|
15206
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
15207
|
-
self.new_run = self.__class__.new_run(service, version, mode, path + ["new_run"])
|
|
15208
|
-
self.set_as_current = self.__class__.set_as_current(service, version, mode, path + ["set_as_current"])
|
|
15209
|
-
super().__init__(service, version, mode, path)
|
|
15210
|
-
class delete(TUIMethod):
|
|
15211
|
-
"""
|
|
15212
|
-
Delete A Run.
|
|
15213
|
-
"""
|
|
15214
|
-
class new_run(TUIMethod):
|
|
15215
|
-
"""
|
|
15216
|
-
Create a New Run.
|
|
15217
|
-
"""
|
|
15218
|
-
class set_as_current(TUIMethod):
|
|
15219
|
-
"""
|
|
15220
|
-
Set the Current Run.
|
|
15221
|
-
"""
|
|
15222
|
-
|
|
15223
15159
|
class solution_files(TUIMenu):
|
|
15224
15160
|
"""
|
|
15225
15161
|
Enters the solution files menu.
|
|
@@ -15610,7 +15546,6 @@ class main_menu(TUIMenu):
|
|
|
15610
15546
|
self.geometry = self.__class__.geometry(service, version, mode, path + ["geometry"])
|
|
15611
15547
|
self.manage_criteria = self.__class__.manage_criteria(service, version, mode, path + ["manage_criteria"])
|
|
15612
15548
|
self.multi_layer_refinement = self.__class__.multi_layer_refinement(service, version, mode, path + ["multi_layer_refinement"])
|
|
15613
|
-
self.predefined_criteria = self.__class__.predefined_criteria(service, version, mode, path + ["predefined_criteria"])
|
|
15614
15549
|
self.profile = self.__class__.profile(service, version, mode, path + ["profile"])
|
|
15615
15550
|
self.set = self.__class__.set(service, version, mode, path + ["set"])
|
|
15616
15551
|
self.adapt_mesh = self.__class__.adapt_mesh(service, version, mode, path + ["adapt_mesh"])
|
|
@@ -15826,126 +15761,6 @@ class main_menu(TUIMenu):
|
|
|
15826
15761
|
Refine the mesh for multiple boundary layers.
|
|
15827
15762
|
"""
|
|
15828
15763
|
|
|
15829
|
-
class predefined_criteria(TUIMenu):
|
|
15830
|
-
"""
|
|
15831
|
-
Enters the predefined-criteria menu, which allows you to select commonly used criteria for adapting the mesh.
|
|
15832
|
-
"""
|
|
15833
|
-
def __init__(self, service, version, mode, path):
|
|
15834
|
-
self.aerodynamics = self.__class__.aerodynamics(service, version, mode, path + ["aerodynamics"])
|
|
15835
|
-
self.boundary_layer = self.__class__.boundary_layer(service, version, mode, path + ["boundary_layer"])
|
|
15836
|
-
self.combustion = self.__class__.combustion(service, version, mode, path + ["combustion"])
|
|
15837
|
-
self.multiphase = self.__class__.multiphase(service, version, mode, path + ["multiphase"])
|
|
15838
|
-
self.overset = self.__class__.overset(service, version, mode, path + ["overset"])
|
|
15839
|
-
super().__init__(service, version, mode, path)
|
|
15840
|
-
class overset(TUIMethod):
|
|
15841
|
-
"""
|
|
15842
|
-
No help available.
|
|
15843
|
-
"""
|
|
15844
|
-
|
|
15845
|
-
class aerodynamics(TUIMenu):
|
|
15846
|
-
"""
|
|
15847
|
-
Enters the aerodynamics menu, which provides text commands that create cell registers and define adaption criteria that can be useful for aerodynamic simulations.
|
|
15848
|
-
"""
|
|
15849
|
-
def __init__(self, service, version, mode, path):
|
|
15850
|
-
self.error_based = self.__class__.error_based(service, version, mode, path + ["error_based"])
|
|
15851
|
-
self.shock_indicator = self.__class__.shock_indicator(service, version, mode, path + ["shock_indicator"])
|
|
15852
|
-
super().__init__(service, version, mode, path)
|
|
15853
|
-
|
|
15854
|
-
class error_based(TUIMenu):
|
|
15855
|
-
"""
|
|
15856
|
-
Enters the error-based menu, which provides text commands that create cell registers and define adaption criteria based on the solution error.
|
|
15857
|
-
"""
|
|
15858
|
-
def __init__(self, service, version, mode, path):
|
|
15859
|
-
self.combined_hessian_indicator = self.__class__.combined_hessian_indicator(service, version, mode, path + ["combined_hessian_indicator"])
|
|
15860
|
-
self.goal_based_error_indicator = self.__class__.goal_based_error_indicator(service, version, mode, path + ["goal_based_error_indicator"])
|
|
15861
|
-
self.mach_hessian_indicator = self.__class__.mach_hessian_indicator(service, version, mode, path + ["mach_hessian_indicator"])
|
|
15862
|
-
self.pressure_hessian_indicator = self.__class__.pressure_hessian_indicator(service, version, mode, path + ["pressure_hessian_indicator"])
|
|
15863
|
-
self.velocity_hessian_indicator = self.__class__.velocity_hessian_indicator(service, version, mode, path + ["velocity_hessian_indicator"])
|
|
15864
|
-
super().__init__(service, version, mode, path)
|
|
15865
|
-
class combined_hessian_indicator(TUIMethod):
|
|
15866
|
-
"""
|
|
15867
|
-
No help available.
|
|
15868
|
-
"""
|
|
15869
|
-
class goal_based_error_indicator(TUIMethod):
|
|
15870
|
-
"""
|
|
15871
|
-
Goal based error indicator.
|
|
15872
|
-
"""
|
|
15873
|
-
class mach_hessian_indicator(TUIMethod):
|
|
15874
|
-
"""
|
|
15875
|
-
No help available.
|
|
15876
|
-
"""
|
|
15877
|
-
class pressure_hessian_indicator(TUIMethod):
|
|
15878
|
-
"""
|
|
15879
|
-
Creates cell registers and defines an adaption criterion based on a pressure Hessian indicator, which is suitable for simulations that have significant pressure variations.
|
|
15880
|
-
"""
|
|
15881
|
-
class velocity_hessian_indicator(TUIMethod):
|
|
15882
|
-
"""
|
|
15883
|
-
No help available.
|
|
15884
|
-
"""
|
|
15885
|
-
|
|
15886
|
-
class shock_indicator(TUIMenu):
|
|
15887
|
-
"""
|
|
15888
|
-
Enters the shock indicator menu, which provides text commands that create cell registers and define adaption criteria that can be useful for simulations with shocks.
|
|
15889
|
-
"""
|
|
15890
|
-
def __init__(self, service, version, mode, path):
|
|
15891
|
-
self.density_based = self.__class__.density_based(service, version, mode, path + ["density_based"])
|
|
15892
|
-
super().__init__(service, version, mode, path)
|
|
15893
|
-
class density_based(TUIMethod):
|
|
15894
|
-
"""
|
|
15895
|
-
Creates cell registers and defines an adaption criterion that is suitable for simulations with shocks that use the density-based solver or the pressure-based solver with a fluid that uses a real-gas or ideal-gas model for the density.
|
|
15896
|
-
"""
|
|
15897
|
-
|
|
15898
|
-
class boundary_layer(TUIMenu):
|
|
15899
|
-
"""
|
|
15900
|
-
Enters the boundary layer menu, which provides text commands that create the necessary cell registers for refinement and define adaption criteria for the manual adaption of boundary layers.
|
|
15901
|
-
"""
|
|
15902
|
-
def __init__(self, service, version, mode, path):
|
|
15903
|
-
self.cell_distance = self.__class__.cell_distance(service, version, mode, path + ["cell_distance"])
|
|
15904
|
-
self.yplus_ystar = self.__class__.yplus_ystar(service, version, mode, path + ["yplus_ystar"])
|
|
15905
|
-
super().__init__(service, version, mode, path)
|
|
15906
|
-
class cell_distance(TUIMethod):
|
|
15907
|
-
"""
|
|
15908
|
-
S.
|
|
15909
|
-
"""
|
|
15910
|
-
class yplus_ystar(TUIMethod):
|
|
15911
|
-
"""
|
|
15912
|
-
No help available.
|
|
15913
|
-
"""
|
|
15914
|
-
|
|
15915
|
-
class combustion(TUIMenu):
|
|
15916
|
-
"""
|
|
15917
|
-
Enters the combustion menu, which provides text commands that create named expressions and cell registers and define adaption criteria that can be useful for combustion simulations.
|
|
15918
|
-
"""
|
|
15919
|
-
def __init__(self, service, version, mode, path):
|
|
15920
|
-
self.flame_indicator = self.__class__.flame_indicator(service, version, mode, path + ["flame_indicator"])
|
|
15921
|
-
super().__init__(service, version, mode, path)
|
|
15922
|
-
class flame_indicator(TUIMethod):
|
|
15923
|
-
"""
|
|
15924
|
-
Creates named expressions and cell registers and defines adaption criteria that are suitable for combustion simulations, so that the mesh is refined along a progressing flame front using various criteria like temperature, vorticity, species, and DPM concentration (depending on which models are used). There is also an option for refining a spherical spark region prior to a transient run, which after a specified time is then coarsened back to the original mesh.
|
|
15925
|
-
"""
|
|
15926
|
-
|
|
15927
|
-
class multiphase(TUIMenu):
|
|
15928
|
-
"""
|
|
15929
|
-
Enters the multiphase menu, which provides text commands that create named expressions and cell registers and define adaption criteria that can be useful for Volume of Fluid (VOF) simulations.
|
|
15930
|
-
"""
|
|
15931
|
-
def __init__(self, service, version, mode, path):
|
|
15932
|
-
self.vof = self.__class__.vof(service, version, mode, path + ["vof"])
|
|
15933
|
-
self.vof_to_dpm_advanced = self.__class__.vof_to_dpm_advanced(service, version, mode, path + ["vof_to_dpm_advanced"])
|
|
15934
|
-
self.vof_to_dpm_generic = self.__class__.vof_to_dpm_generic(service, version, mode, path + ["vof_to_dpm_generic"])
|
|
15935
|
-
super().__init__(service, version, mode, path)
|
|
15936
|
-
class vof(TUIMethod):
|
|
15937
|
-
"""
|
|
15938
|
-
Creates a named expression and cell registers, and defines adaption settings that are suitable for standard Volume of Fluid (VOF) simulations.
|
|
15939
|
-
"""
|
|
15940
|
-
class vof_to_dpm_advanced(TUIMethod):
|
|
15941
|
-
"""
|
|
15942
|
-
Sets up adaption that is suitable when using the VOF-to-DPM model transition mechanism; the resulting adaption criteria will be defined by complex expressions that draw upon cell registers, as well as parameters that you will need to define.
|
|
15943
|
-
"""
|
|
15944
|
-
class vof_to_dpm_generic(TUIMethod):
|
|
15945
|
-
"""
|
|
15946
|
-
Sets up adaption that is suitable when using the VOF-to-DPM model transition mechanism; the resulting adaption criteria will be defined by a named expression and cell registers that are fairly straightforward, as well as parameters that you will need to define.
|
|
15947
|
-
"""
|
|
15948
|
-
|
|
15949
15764
|
class profile(TUIMenu):
|
|
15950
15765
|
"""
|
|
15951
15766
|
Enters the profile menu.
|
|
@@ -16237,10 +16052,10 @@ class main_menu(TUIMenu):
|
|
|
16237
16052
|
self.create_periodic_interface = self.__class__.create_periodic_interface(service, version, mode, path + ["create_periodic_interface"])
|
|
16238
16053
|
self.deactivate_cell_zone = self.__class__.deactivate_cell_zone(service, version, mode, path + ["deactivate_cell_zone"])
|
|
16239
16054
|
self.delete_all_shells = self.__class__.delete_all_shells(service, version, mode, path + ["delete_all_shells"])
|
|
16055
|
+
self.delete_cell_by_id = self.__class__.delete_cell_by_id(service, version, mode, path + ["delete_cell_by_id"])
|
|
16056
|
+
self.delete_cell_by_mark = self.__class__.delete_cell_by_mark(service, version, mode, path + ["delete_cell_by_mark"])
|
|
16240
16057
|
self.delete_cell_zone = self.__class__.delete_cell_zone(service, version, mode, path + ["delete_cell_zone"])
|
|
16241
|
-
self.delete_cells_by_mark = self.__class__.delete_cells_by_mark(service, version, mode, path + ["delete_cells_by_mark"])
|
|
16242
16058
|
self.disconnect_cell_zones = self.__class__.disconnect_cell_zones(service, version, mode, path + ["disconnect_cell_zones"])
|
|
16243
|
-
self.extract_cells_by_mark = self.__class__.extract_cells_by_mark(service, version, mode, path + ["extract_cells_by_mark"])
|
|
16244
16059
|
self.extrude_face_zone_delta = self.__class__.extrude_face_zone_delta(service, version, mode, path + ["extrude_face_zone_delta"])
|
|
16245
16060
|
self.extrude_face_zone_para = self.__class__.extrude_face_zone_para(service, version, mode, path + ["extrude_face_zone_para"])
|
|
16246
16061
|
self.fuse_cell_zones = self.__class__.fuse_cell_zones(service, version, mode, path + ["fuse_cell_zones"])
|
|
@@ -16326,19 +16141,19 @@ class main_menu(TUIMenu):
|
|
|
16326
16141
|
"""
|
|
16327
16142
|
No help available.
|
|
16328
16143
|
"""
|
|
16329
|
-
class
|
|
16144
|
+
class delete_cell_by_id(TUIMethod):
|
|
16330
16145
|
"""
|
|
16331
16146
|
No help available.
|
|
16332
16147
|
"""
|
|
16333
|
-
class
|
|
16148
|
+
class delete_cell_by_mark(TUIMethod):
|
|
16334
16149
|
"""
|
|
16335
16150
|
No help available.
|
|
16336
16151
|
"""
|
|
16337
|
-
class
|
|
16152
|
+
class delete_cell_zone(TUIMethod):
|
|
16338
16153
|
"""
|
|
16339
16154
|
No help available.
|
|
16340
16155
|
"""
|
|
16341
|
-
class
|
|
16156
|
+
class disconnect_cell_zones(TUIMethod):
|
|
16342
16157
|
"""
|
|
16343
16158
|
No help available.
|
|
16344
16159
|
"""
|
|
@@ -22193,7 +22008,6 @@ class main_menu(TUIMenu):
|
|
|
22193
22008
|
def __init__(self, service, version, mode, path):
|
|
22194
22009
|
self.animations = self.__class__.animations(service, version, mode, path + ["animations"])
|
|
22195
22010
|
self.annotation = self.__class__.annotation(service, version, mode, path + ["annotation"])
|
|
22196
|
-
self.ansys_sound_analysis = self.__class__.ansys_sound_analysis(service, version, mode, path + ["ansys_sound_analysis"])
|
|
22197
22011
|
self.custom_field_functions = self.__class__.custom_field_functions(service, version, mode, path + ["custom_field_functions"])
|
|
22198
22012
|
self.custom_vectors = self.__class__.custom_vectors(service, version, mode, path + ["custom_vectors"])
|
|
22199
22013
|
self.graphics = self.__class__.graphics(service, version, mode, path + ["graphics"])
|
|
@@ -22470,91 +22284,6 @@ class main_menu(TUIMenu):
|
|
|
22470
22284
|
No help available.
|
|
22471
22285
|
"""
|
|
22472
22286
|
|
|
22473
|
-
class ansys_sound_analysis(TUIMenu):
|
|
22474
|
-
"""
|
|
22475
|
-
No help available.
|
|
22476
|
-
"""
|
|
22477
|
-
def __init__(self, service, version, mode, path):
|
|
22478
|
-
self.receiver = self.__class__.receiver(service, version, mode, path + ["receiver"])
|
|
22479
|
-
self.input_data_type = self.__class__.input_data_type(service, version, mode, path + ["input_data_type"])
|
|
22480
|
-
self.load_frf_files = self.__class__.load_frf_files(service, version, mode, path + ["load_frf_files"])
|
|
22481
|
-
self.load_input_files = self.__class__.load_input_files(service, version, mode, path + ["load_input_files"])
|
|
22482
|
-
self.print_indicators = self.__class__.print_indicators(service, version, mode, path + ["print_indicators"])
|
|
22483
|
-
self.sound_duration = self.__class__.sound_duration(service, version, mode, path + ["sound_duration"])
|
|
22484
|
-
self.use_transfer_fn = self.__class__.use_transfer_fn(service, version, mode, path + ["use_transfer_fn"])
|
|
22485
|
-
self.write_files = self.__class__.write_files(service, version, mode, path + ["write_files"])
|
|
22486
|
-
super().__init__(service, version, mode, path)
|
|
22487
|
-
class input_data_type(TUIMethod):
|
|
22488
|
-
"""
|
|
22489
|
-
No help available.
|
|
22490
|
-
"""
|
|
22491
|
-
class load_frf_files(TUIMethod):
|
|
22492
|
-
"""
|
|
22493
|
-
No help available.
|
|
22494
|
-
"""
|
|
22495
|
-
class load_input_files(TUIMethod):
|
|
22496
|
-
"""
|
|
22497
|
-
No help available.
|
|
22498
|
-
"""
|
|
22499
|
-
class print_indicators(TUIMethod):
|
|
22500
|
-
"""
|
|
22501
|
-
No help available.
|
|
22502
|
-
"""
|
|
22503
|
-
class sound_duration(TUIMethod):
|
|
22504
|
-
"""
|
|
22505
|
-
No help available.
|
|
22506
|
-
"""
|
|
22507
|
-
class use_transfer_fn(TUIMethod):
|
|
22508
|
-
"""
|
|
22509
|
-
No help available.
|
|
22510
|
-
"""
|
|
22511
|
-
class write_files(TUIMethod):
|
|
22512
|
-
"""
|
|
22513
|
-
No help available.
|
|
22514
|
-
"""
|
|
22515
|
-
|
|
22516
|
-
class receiver(TUIMenu):
|
|
22517
|
-
"""
|
|
22518
|
-
No help available.
|
|
22519
|
-
"""
|
|
22520
|
-
def __init__(self, service, version, mode, path):
|
|
22521
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
22522
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
22523
|
-
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
22524
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
22525
|
-
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
22526
|
-
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
22527
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
22528
|
-
super().__init__(service, version, mode, path)
|
|
22529
|
-
class create(TUIMethod):
|
|
22530
|
-
"""
|
|
22531
|
-
No help available.
|
|
22532
|
-
"""
|
|
22533
|
-
class delete(TUIMethod):
|
|
22534
|
-
"""
|
|
22535
|
-
No help available.
|
|
22536
|
-
"""
|
|
22537
|
-
class edit(TUIMethod):
|
|
22538
|
-
"""
|
|
22539
|
-
Edit receiver object.
|
|
22540
|
-
"""
|
|
22541
|
-
class list(TUIMethod):
|
|
22542
|
-
"""
|
|
22543
|
-
No help available.
|
|
22544
|
-
"""
|
|
22545
|
-
class list_properties(TUIMethod):
|
|
22546
|
-
"""
|
|
22547
|
-
No help available.
|
|
22548
|
-
"""
|
|
22549
|
-
class make_a_copy(TUIMethod):
|
|
22550
|
-
"""
|
|
22551
|
-
No help available.
|
|
22552
|
-
"""
|
|
22553
|
-
class rename(TUIMethod):
|
|
22554
|
-
"""
|
|
22555
|
-
No help available.
|
|
22556
|
-
"""
|
|
22557
|
-
|
|
22558
22287
|
class custom_field_functions(TUIMenu):
|
|
22559
22288
|
"""
|
|
22560
22289
|
No help available.
|
|
@@ -24906,22 +24635,43 @@ class main_menu(TUIMenu):
|
|
|
24906
24635
|
def __init__(self, service, version, mode, path):
|
|
24907
24636
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
24908
24637
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
24638
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
24909
24639
|
super().__init__(service, version, mode, path)
|
|
24640
|
+
class background_color(TUIMethod):
|
|
24641
|
+
"""
|
|
24642
|
+
No help available.
|
|
24643
|
+
"""
|
|
24910
24644
|
|
|
24911
24645
|
class x(TUIMenu):
|
|
24912
24646
|
"""
|
|
24913
24647
|
No help available.
|
|
24914
24648
|
"""
|
|
24915
24649
|
def __init__(self, service, version, mode, path):
|
|
24916
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24917
24650
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
24918
24651
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
24919
24652
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
24653
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24654
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
24655
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
24920
24656
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
24921
24657
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
24658
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
24659
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
24922
24660
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
24923
24661
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
24924
24662
|
super().__init__(service, version, mode, path)
|
|
24663
|
+
class auto_range(TUIMethod):
|
|
24664
|
+
"""
|
|
24665
|
+
No help available.
|
|
24666
|
+
"""
|
|
24667
|
+
class auto_range_max(TUIMethod):
|
|
24668
|
+
"""
|
|
24669
|
+
No help available.
|
|
24670
|
+
"""
|
|
24671
|
+
class auto_range_min(TUIMethod):
|
|
24672
|
+
"""
|
|
24673
|
+
No help available.
|
|
24674
|
+
"""
|
|
24925
24675
|
class label(TUIMethod):
|
|
24926
24676
|
"""
|
|
24927
24677
|
No help available.
|
|
@@ -24930,94 +24680,32 @@ class main_menu(TUIMenu):
|
|
|
24930
24680
|
"""
|
|
24931
24681
|
No help available.
|
|
24932
24682
|
"""
|
|
24933
|
-
class
|
|
24683
|
+
class max(TUIMethod):
|
|
24934
24684
|
"""
|
|
24935
24685
|
No help available.
|
|
24936
24686
|
"""
|
|
24937
|
-
class
|
|
24687
|
+
class min(TUIMethod):
|
|
24938
24688
|
"""
|
|
24939
24689
|
No help available.
|
|
24940
24690
|
"""
|
|
24941
|
-
|
|
24942
|
-
class auto_range(TUIMenu):
|
|
24691
|
+
class show_major_gridlines(TUIMethod):
|
|
24943
24692
|
"""
|
|
24944
24693
|
No help available.
|
|
24945
24694
|
"""
|
|
24946
|
-
|
|
24947
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24948
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
24949
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
24950
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
24951
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
24952
|
-
super().__init__(service, version, mode, path)
|
|
24953
|
-
class auto_range(TUIMethod):
|
|
24954
|
-
"""
|
|
24955
|
-
No help available.
|
|
24956
|
-
"""
|
|
24957
|
-
class max(TUIMethod):
|
|
24958
|
-
"""
|
|
24959
|
-
No help available.
|
|
24960
|
-
"""
|
|
24961
|
-
class max_auto(TUIMethod):
|
|
24962
|
-
"""
|
|
24963
|
-
No help available.
|
|
24964
|
-
"""
|
|
24965
|
-
class min(TUIMethod):
|
|
24966
|
-
"""
|
|
24967
|
-
No help available.
|
|
24968
|
-
"""
|
|
24969
|
-
class min_auto(TUIMethod):
|
|
24970
|
-
"""
|
|
24971
|
-
No help available.
|
|
24972
|
-
"""
|
|
24973
|
-
|
|
24974
|
-
class major_gridlines(TUIMenu):
|
|
24695
|
+
class show_minor_gridlines(TUIMethod):
|
|
24975
24696
|
"""
|
|
24976
24697
|
No help available.
|
|
24977
24698
|
"""
|
|
24978
|
-
def __init__(self, service, version, mode, path):
|
|
24979
|
-
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
24980
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
24981
|
-
self.divisions = self.__class__.divisions(service, version, mode, path + ["divisions"])
|
|
24982
|
-
self.specify_divisions_instead_of_units = self.__class__.specify_divisions_instead_of_units(service, version, mode, path + ["specify_divisions_instead_of_units"])
|
|
24983
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
24984
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24985
|
-
super().__init__(service, version, mode, path)
|
|
24986
|
-
class auto_placement(TUIMethod):
|
|
24987
|
-
"""
|
|
24988
|
-
No help available.
|
|
24989
|
-
"""
|
|
24990
|
-
class color(TUIMethod):
|
|
24991
|
-
"""
|
|
24992
|
-
No help available.
|
|
24993
|
-
"""
|
|
24994
|
-
class divisions(TUIMethod):
|
|
24995
|
-
"""
|
|
24996
|
-
No help available.
|
|
24997
|
-
"""
|
|
24998
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
24999
|
-
"""
|
|
25000
|
-
No help available.
|
|
25001
|
-
"""
|
|
25002
|
-
class units(TUIMethod):
|
|
25003
|
-
"""
|
|
25004
|
-
No help available.
|
|
25005
|
-
"""
|
|
25006
|
-
class weight(TUIMethod):
|
|
25007
|
-
"""
|
|
25008
|
-
No help available.
|
|
25009
|
-
"""
|
|
25010
24699
|
|
|
25011
|
-
class
|
|
24700
|
+
class major_gridlines(TUIMenu):
|
|
25012
24701
|
"""
|
|
25013
24702
|
No help available.
|
|
25014
24703
|
"""
|
|
25015
24704
|
def __init__(self, service, version, mode, path):
|
|
25016
24705
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25017
24706
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25018
|
-
self.
|
|
25019
|
-
self.
|
|
25020
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
24707
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
24708
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25021
24709
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25022
24710
|
super().__init__(service, version, mode, path)
|
|
25023
24711
|
class auto_placement(TUIMethod):
|
|
@@ -25028,15 +24716,43 @@ class main_menu(TUIMenu):
|
|
|
25028
24716
|
"""
|
|
25029
24717
|
No help available.
|
|
25030
24718
|
"""
|
|
25031
|
-
class
|
|
24719
|
+
class distance(TUIMethod):
|
|
25032
24720
|
"""
|
|
25033
24721
|
No help available.
|
|
25034
24722
|
"""
|
|
25035
|
-
class
|
|
24723
|
+
class units_or_divisions(TUIMethod):
|
|
25036
24724
|
"""
|
|
25037
24725
|
No help available.
|
|
25038
24726
|
"""
|
|
25039
|
-
class
|
|
24727
|
+
class weight(TUIMethod):
|
|
24728
|
+
"""
|
|
24729
|
+
No help available.
|
|
24730
|
+
"""
|
|
24731
|
+
|
|
24732
|
+
class minor_gridlines(TUIMenu):
|
|
24733
|
+
"""
|
|
24734
|
+
No help available.
|
|
24735
|
+
"""
|
|
24736
|
+
def __init__(self, service, version, mode, path):
|
|
24737
|
+
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
24738
|
+
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
24739
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
24740
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
24741
|
+
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
24742
|
+
super().__init__(service, version, mode, path)
|
|
24743
|
+
class auto_placement(TUIMethod):
|
|
24744
|
+
"""
|
|
24745
|
+
No help available.
|
|
24746
|
+
"""
|
|
24747
|
+
class color(TUIMethod):
|
|
24748
|
+
"""
|
|
24749
|
+
No help available.
|
|
24750
|
+
"""
|
|
24751
|
+
class distance(TUIMethod):
|
|
24752
|
+
"""
|
|
24753
|
+
No help available.
|
|
24754
|
+
"""
|
|
24755
|
+
class units_or_divisions(TUIMethod):
|
|
25040
24756
|
"""
|
|
25041
24757
|
No help available.
|
|
25042
24758
|
"""
|
|
@@ -25067,15 +24783,31 @@ class main_menu(TUIMenu):
|
|
|
25067
24783
|
No help available.
|
|
25068
24784
|
"""
|
|
25069
24785
|
def __init__(self, service, version, mode, path):
|
|
25070
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25071
24786
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25072
24787
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25073
24788
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
24789
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24790
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
24791
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25074
24792
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25075
24793
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
24794
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
24795
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25076
24796
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25077
24797
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25078
24798
|
super().__init__(service, version, mode, path)
|
|
24799
|
+
class auto_range(TUIMethod):
|
|
24800
|
+
"""
|
|
24801
|
+
No help available.
|
|
24802
|
+
"""
|
|
24803
|
+
class auto_range_max(TUIMethod):
|
|
24804
|
+
"""
|
|
24805
|
+
No help available.
|
|
24806
|
+
"""
|
|
24807
|
+
class auto_range_min(TUIMethod):
|
|
24808
|
+
"""
|
|
24809
|
+
No help available.
|
|
24810
|
+
"""
|
|
25079
24811
|
class label(TUIMethod):
|
|
25080
24812
|
"""
|
|
25081
24813
|
No help available.
|
|
@@ -25084,46 +24816,22 @@ class main_menu(TUIMenu):
|
|
|
25084
24816
|
"""
|
|
25085
24817
|
No help available.
|
|
25086
24818
|
"""
|
|
25087
|
-
class
|
|
24819
|
+
class max(TUIMethod):
|
|
25088
24820
|
"""
|
|
25089
24821
|
No help available.
|
|
25090
24822
|
"""
|
|
25091
|
-
class
|
|
24823
|
+
class min(TUIMethod):
|
|
25092
24824
|
"""
|
|
25093
24825
|
No help available.
|
|
25094
24826
|
"""
|
|
25095
|
-
|
|
25096
|
-
|
|
24827
|
+
class show_major_gridlines(TUIMethod):
|
|
24828
|
+
"""
|
|
24829
|
+
No help available.
|
|
24830
|
+
"""
|
|
24831
|
+
class show_minor_gridlines(TUIMethod):
|
|
25097
24832
|
"""
|
|
25098
24833
|
No help available.
|
|
25099
24834
|
"""
|
|
25100
|
-
def __init__(self, service, version, mode, path):
|
|
25101
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25102
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25103
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25104
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25105
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25106
|
-
super().__init__(service, version, mode, path)
|
|
25107
|
-
class auto_range(TUIMethod):
|
|
25108
|
-
"""
|
|
25109
|
-
No help available.
|
|
25110
|
-
"""
|
|
25111
|
-
class max(TUIMethod):
|
|
25112
|
-
"""
|
|
25113
|
-
No help available.
|
|
25114
|
-
"""
|
|
25115
|
-
class max_auto(TUIMethod):
|
|
25116
|
-
"""
|
|
25117
|
-
No help available.
|
|
25118
|
-
"""
|
|
25119
|
-
class min(TUIMethod):
|
|
25120
|
-
"""
|
|
25121
|
-
No help available.
|
|
25122
|
-
"""
|
|
25123
|
-
class min_auto(TUIMethod):
|
|
25124
|
-
"""
|
|
25125
|
-
No help available.
|
|
25126
|
-
"""
|
|
25127
24835
|
|
|
25128
24836
|
class major_gridlines(TUIMenu):
|
|
25129
24837
|
"""
|
|
@@ -25132,9 +24840,8 @@ class main_menu(TUIMenu):
|
|
|
25132
24840
|
def __init__(self, service, version, mode, path):
|
|
25133
24841
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25134
24842
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25135
|
-
self.
|
|
25136
|
-
self.
|
|
25137
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
24843
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
24844
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25138
24845
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25139
24846
|
super().__init__(service, version, mode, path)
|
|
25140
24847
|
class auto_placement(TUIMethod):
|
|
@@ -25145,15 +24852,11 @@ class main_menu(TUIMenu):
|
|
|
25145
24852
|
"""
|
|
25146
24853
|
No help available.
|
|
25147
24854
|
"""
|
|
25148
|
-
class
|
|
25149
|
-
"""
|
|
25150
|
-
No help available.
|
|
25151
|
-
"""
|
|
25152
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
24855
|
+
class distance(TUIMethod):
|
|
25153
24856
|
"""
|
|
25154
24857
|
No help available.
|
|
25155
24858
|
"""
|
|
25156
|
-
class
|
|
24859
|
+
class units_or_divisions(TUIMethod):
|
|
25157
24860
|
"""
|
|
25158
24861
|
No help available.
|
|
25159
24862
|
"""
|
|
@@ -25169,9 +24872,8 @@ class main_menu(TUIMenu):
|
|
|
25169
24872
|
def __init__(self, service, version, mode, path):
|
|
25170
24873
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25171
24874
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25172
|
-
self.
|
|
25173
|
-
self.
|
|
25174
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
24875
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
24876
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25175
24877
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25176
24878
|
super().__init__(service, version, mode, path)
|
|
25177
24879
|
class auto_placement(TUIMethod):
|
|
@@ -25182,15 +24884,11 @@ class main_menu(TUIMenu):
|
|
|
25182
24884
|
"""
|
|
25183
24885
|
No help available.
|
|
25184
24886
|
"""
|
|
25185
|
-
class
|
|
25186
|
-
"""
|
|
25187
|
-
No help available.
|
|
25188
|
-
"""
|
|
25189
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
24887
|
+
class distance(TUIMethod):
|
|
25190
24888
|
"""
|
|
25191
24889
|
No help available.
|
|
25192
24890
|
"""
|
|
25193
|
-
class
|
|
24891
|
+
class units_or_divisions(TUIMethod):
|
|
25194
24892
|
"""
|
|
25195
24893
|
No help available.
|
|
25196
24894
|
"""
|
|
@@ -25221,99 +24919,22 @@ class main_menu(TUIMenu):
|
|
|
25221
24919
|
No help available.
|
|
25222
24920
|
"""
|
|
25223
24921
|
def __init__(self, service, version, mode, path):
|
|
25224
|
-
self.
|
|
25225
|
-
self.
|
|
25226
|
-
self.
|
|
25227
|
-
self.marker_in_file = self.__class__.marker_in_file(service, version, mode, path + ["marker_in_file"])
|
|
24922
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
24923
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
24924
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
25228
24925
|
super().__init__(service, version, mode, path)
|
|
25229
|
-
|
|
25230
|
-
class line(TUIMenu):
|
|
25231
|
-
"""
|
|
25232
|
-
No help available.
|
|
25233
|
-
"""
|
|
25234
|
-
def __init__(self, service, version, mode, path):
|
|
25235
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25236
|
-
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25237
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25238
|
-
super().__init__(service, version, mode, path)
|
|
25239
|
-
class color(TUIMethod):
|
|
25240
|
-
"""
|
|
25241
|
-
No help available.
|
|
25242
|
-
"""
|
|
25243
|
-
class pattern(TUIMethod):
|
|
25244
|
-
"""
|
|
25245
|
-
No help available.
|
|
25246
|
-
"""
|
|
25247
|
-
class weight(TUIMethod):
|
|
25248
|
-
"""
|
|
25249
|
-
No help available.
|
|
25250
|
-
"""
|
|
25251
|
-
|
|
25252
|
-
class line_in_file(TUIMenu):
|
|
24926
|
+
class edit(TUIMethod):
|
|
25253
24927
|
"""
|
|
25254
|
-
|
|
24928
|
+
Edit curves object.
|
|
25255
24929
|
"""
|
|
25256
|
-
|
|
25257
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25258
|
-
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25259
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25260
|
-
super().__init__(service, version, mode, path)
|
|
25261
|
-
class color(TUIMethod):
|
|
25262
|
-
"""
|
|
25263
|
-
No help available.
|
|
25264
|
-
"""
|
|
25265
|
-
class pattern(TUIMethod):
|
|
25266
|
-
"""
|
|
25267
|
-
No help available.
|
|
25268
|
-
"""
|
|
25269
|
-
class weight(TUIMethod):
|
|
25270
|
-
"""
|
|
25271
|
-
No help available.
|
|
25272
|
-
"""
|
|
25273
|
-
|
|
25274
|
-
class marker(TUIMenu):
|
|
24930
|
+
class list_properties(TUIMethod):
|
|
25275
24931
|
"""
|
|
25276
24932
|
No help available.
|
|
25277
24933
|
"""
|
|
25278
|
-
|
|
25279
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25280
|
-
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25281
|
-
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25282
|
-
super().__init__(service, version, mode, path)
|
|
25283
|
-
class color(TUIMethod):
|
|
25284
|
-
"""
|
|
25285
|
-
No help available.
|
|
25286
|
-
"""
|
|
25287
|
-
class size(TUIMethod):
|
|
25288
|
-
"""
|
|
25289
|
-
No help available.
|
|
25290
|
-
"""
|
|
25291
|
-
class symbol(TUIMethod):
|
|
25292
|
-
"""
|
|
25293
|
-
No help available.
|
|
25294
|
-
"""
|
|
25295
|
-
|
|
25296
|
-
class marker_in_file(TUIMenu):
|
|
24934
|
+
class resize(TUIMethod):
|
|
25297
24935
|
"""
|
|
25298
24936
|
No help available.
|
|
25299
24937
|
"""
|
|
25300
|
-
def __init__(self, service, version, mode, path):
|
|
25301
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25302
|
-
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25303
|
-
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25304
|
-
super().__init__(service, version, mode, path)
|
|
25305
|
-
class color(TUIMethod):
|
|
25306
|
-
"""
|
|
25307
|
-
No help available.
|
|
25308
|
-
"""
|
|
25309
|
-
class size(TUIMethod):
|
|
25310
|
-
"""
|
|
25311
|
-
No help available.
|
|
25312
|
-
"""
|
|
25313
|
-
class symbol(TUIMethod):
|
|
25314
|
-
"""
|
|
25315
|
-
No help available.
|
|
25316
|
-
"""
|
|
25317
24938
|
|
|
25318
24939
|
class interpolated_data(TUIMenu):
|
|
25319
24940
|
"""
|
|
@@ -25351,22 +24972,43 @@ class main_menu(TUIMenu):
|
|
|
25351
24972
|
def __init__(self, service, version, mode, path):
|
|
25352
24973
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
25353
24974
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
24975
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
25354
24976
|
super().__init__(service, version, mode, path)
|
|
24977
|
+
class background_color(TUIMethod):
|
|
24978
|
+
"""
|
|
24979
|
+
No help available.
|
|
24980
|
+
"""
|
|
25355
24981
|
|
|
25356
24982
|
class x(TUIMenu):
|
|
25357
24983
|
"""
|
|
25358
24984
|
No help available.
|
|
25359
24985
|
"""
|
|
25360
24986
|
def __init__(self, service, version, mode, path):
|
|
25361
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25362
24987
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25363
24988
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25364
24989
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
24990
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
24991
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
24992
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25365
24993
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25366
24994
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
24995
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
24996
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25367
24997
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25368
24998
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25369
24999
|
super().__init__(service, version, mode, path)
|
|
25000
|
+
class auto_range(TUIMethod):
|
|
25001
|
+
"""
|
|
25002
|
+
No help available.
|
|
25003
|
+
"""
|
|
25004
|
+
class auto_range_max(TUIMethod):
|
|
25005
|
+
"""
|
|
25006
|
+
No help available.
|
|
25007
|
+
"""
|
|
25008
|
+
class auto_range_min(TUIMethod):
|
|
25009
|
+
"""
|
|
25010
|
+
No help available.
|
|
25011
|
+
"""
|
|
25370
25012
|
class label(TUIMethod):
|
|
25371
25013
|
"""
|
|
25372
25014
|
No help available.
|
|
@@ -25375,46 +25017,22 @@ class main_menu(TUIMenu):
|
|
|
25375
25017
|
"""
|
|
25376
25018
|
No help available.
|
|
25377
25019
|
"""
|
|
25378
|
-
class
|
|
25020
|
+
class max(TUIMethod):
|
|
25379
25021
|
"""
|
|
25380
25022
|
No help available.
|
|
25381
25023
|
"""
|
|
25382
|
-
class
|
|
25024
|
+
class min(TUIMethod):
|
|
25383
25025
|
"""
|
|
25384
25026
|
No help available.
|
|
25385
25027
|
"""
|
|
25386
|
-
|
|
25387
|
-
|
|
25028
|
+
class show_major_gridlines(TUIMethod):
|
|
25029
|
+
"""
|
|
25030
|
+
No help available.
|
|
25031
|
+
"""
|
|
25032
|
+
class show_minor_gridlines(TUIMethod):
|
|
25388
25033
|
"""
|
|
25389
25034
|
No help available.
|
|
25390
25035
|
"""
|
|
25391
|
-
def __init__(self, service, version, mode, path):
|
|
25392
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25393
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25394
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25395
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25396
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25397
|
-
super().__init__(service, version, mode, path)
|
|
25398
|
-
class auto_range(TUIMethod):
|
|
25399
|
-
"""
|
|
25400
|
-
No help available.
|
|
25401
|
-
"""
|
|
25402
|
-
class max(TUIMethod):
|
|
25403
|
-
"""
|
|
25404
|
-
No help available.
|
|
25405
|
-
"""
|
|
25406
|
-
class max_auto(TUIMethod):
|
|
25407
|
-
"""
|
|
25408
|
-
No help available.
|
|
25409
|
-
"""
|
|
25410
|
-
class min(TUIMethod):
|
|
25411
|
-
"""
|
|
25412
|
-
No help available.
|
|
25413
|
-
"""
|
|
25414
|
-
class min_auto(TUIMethod):
|
|
25415
|
-
"""
|
|
25416
|
-
No help available.
|
|
25417
|
-
"""
|
|
25418
25036
|
|
|
25419
25037
|
class major_gridlines(TUIMenu):
|
|
25420
25038
|
"""
|
|
@@ -25423,9 +25041,8 @@ class main_menu(TUIMenu):
|
|
|
25423
25041
|
def __init__(self, service, version, mode, path):
|
|
25424
25042
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25425
25043
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25426
|
-
self.
|
|
25427
|
-
self.
|
|
25428
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25044
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25045
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25429
25046
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25430
25047
|
super().__init__(service, version, mode, path)
|
|
25431
25048
|
class auto_placement(TUIMethod):
|
|
@@ -25436,15 +25053,11 @@ class main_menu(TUIMenu):
|
|
|
25436
25053
|
"""
|
|
25437
25054
|
No help available.
|
|
25438
25055
|
"""
|
|
25439
|
-
class
|
|
25056
|
+
class distance(TUIMethod):
|
|
25440
25057
|
"""
|
|
25441
25058
|
No help available.
|
|
25442
25059
|
"""
|
|
25443
|
-
class
|
|
25444
|
-
"""
|
|
25445
|
-
No help available.
|
|
25446
|
-
"""
|
|
25447
|
-
class units(TUIMethod):
|
|
25060
|
+
class units_or_divisions(TUIMethod):
|
|
25448
25061
|
"""
|
|
25449
25062
|
No help available.
|
|
25450
25063
|
"""
|
|
@@ -25460,9 +25073,8 @@ class main_menu(TUIMenu):
|
|
|
25460
25073
|
def __init__(self, service, version, mode, path):
|
|
25461
25074
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25462
25075
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25463
|
-
self.
|
|
25464
|
-
self.
|
|
25465
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25076
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25077
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25466
25078
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25467
25079
|
super().__init__(service, version, mode, path)
|
|
25468
25080
|
class auto_placement(TUIMethod):
|
|
@@ -25473,15 +25085,11 @@ class main_menu(TUIMenu):
|
|
|
25473
25085
|
"""
|
|
25474
25086
|
No help available.
|
|
25475
25087
|
"""
|
|
25476
|
-
class
|
|
25088
|
+
class distance(TUIMethod):
|
|
25477
25089
|
"""
|
|
25478
25090
|
No help available.
|
|
25479
25091
|
"""
|
|
25480
|
-
class
|
|
25481
|
-
"""
|
|
25482
|
-
No help available.
|
|
25483
|
-
"""
|
|
25484
|
-
class units(TUIMethod):
|
|
25092
|
+
class units_or_divisions(TUIMethod):
|
|
25485
25093
|
"""
|
|
25486
25094
|
No help available.
|
|
25487
25095
|
"""
|
|
@@ -25512,15 +25120,31 @@ class main_menu(TUIMenu):
|
|
|
25512
25120
|
No help available.
|
|
25513
25121
|
"""
|
|
25514
25122
|
def __init__(self, service, version, mode, path):
|
|
25515
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25516
25123
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25517
25124
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25518
25125
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25126
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25127
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25128
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25519
25129
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25520
25130
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25131
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25132
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25521
25133
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25522
25134
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25523
25135
|
super().__init__(service, version, mode, path)
|
|
25136
|
+
class auto_range(TUIMethod):
|
|
25137
|
+
"""
|
|
25138
|
+
No help available.
|
|
25139
|
+
"""
|
|
25140
|
+
class auto_range_max(TUIMethod):
|
|
25141
|
+
"""
|
|
25142
|
+
No help available.
|
|
25143
|
+
"""
|
|
25144
|
+
class auto_range_min(TUIMethod):
|
|
25145
|
+
"""
|
|
25146
|
+
No help available.
|
|
25147
|
+
"""
|
|
25524
25148
|
class label(TUIMethod):
|
|
25525
25149
|
"""
|
|
25526
25150
|
No help available.
|
|
@@ -25529,46 +25153,22 @@ class main_menu(TUIMenu):
|
|
|
25529
25153
|
"""
|
|
25530
25154
|
No help available.
|
|
25531
25155
|
"""
|
|
25532
|
-
class
|
|
25156
|
+
class max(TUIMethod):
|
|
25533
25157
|
"""
|
|
25534
25158
|
No help available.
|
|
25535
25159
|
"""
|
|
25536
|
-
class
|
|
25160
|
+
class min(TUIMethod):
|
|
25537
25161
|
"""
|
|
25538
25162
|
No help available.
|
|
25539
25163
|
"""
|
|
25540
|
-
|
|
25541
|
-
|
|
25164
|
+
class show_major_gridlines(TUIMethod):
|
|
25165
|
+
"""
|
|
25166
|
+
No help available.
|
|
25167
|
+
"""
|
|
25168
|
+
class show_minor_gridlines(TUIMethod):
|
|
25542
25169
|
"""
|
|
25543
25170
|
No help available.
|
|
25544
25171
|
"""
|
|
25545
|
-
def __init__(self, service, version, mode, path):
|
|
25546
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25547
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25548
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25549
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25550
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25551
|
-
super().__init__(service, version, mode, path)
|
|
25552
|
-
class auto_range(TUIMethod):
|
|
25553
|
-
"""
|
|
25554
|
-
No help available.
|
|
25555
|
-
"""
|
|
25556
|
-
class max(TUIMethod):
|
|
25557
|
-
"""
|
|
25558
|
-
No help available.
|
|
25559
|
-
"""
|
|
25560
|
-
class max_auto(TUIMethod):
|
|
25561
|
-
"""
|
|
25562
|
-
No help available.
|
|
25563
|
-
"""
|
|
25564
|
-
class min(TUIMethod):
|
|
25565
|
-
"""
|
|
25566
|
-
No help available.
|
|
25567
|
-
"""
|
|
25568
|
-
class min_auto(TUIMethod):
|
|
25569
|
-
"""
|
|
25570
|
-
No help available.
|
|
25571
|
-
"""
|
|
25572
25172
|
|
|
25573
25173
|
class major_gridlines(TUIMenu):
|
|
25574
25174
|
"""
|
|
@@ -25577,9 +25177,8 @@ class main_menu(TUIMenu):
|
|
|
25577
25177
|
def __init__(self, service, version, mode, path):
|
|
25578
25178
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25579
25179
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25580
|
-
self.
|
|
25581
|
-
self.
|
|
25582
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25180
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25181
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25583
25182
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25584
25183
|
super().__init__(service, version, mode, path)
|
|
25585
25184
|
class auto_placement(TUIMethod):
|
|
@@ -25590,15 +25189,11 @@ class main_menu(TUIMenu):
|
|
|
25590
25189
|
"""
|
|
25591
25190
|
No help available.
|
|
25592
25191
|
"""
|
|
25593
|
-
class
|
|
25192
|
+
class distance(TUIMethod):
|
|
25594
25193
|
"""
|
|
25595
25194
|
No help available.
|
|
25596
25195
|
"""
|
|
25597
|
-
class
|
|
25598
|
-
"""
|
|
25599
|
-
No help available.
|
|
25600
|
-
"""
|
|
25601
|
-
class units(TUIMethod):
|
|
25196
|
+
class units_or_divisions(TUIMethod):
|
|
25602
25197
|
"""
|
|
25603
25198
|
No help available.
|
|
25604
25199
|
"""
|
|
@@ -25614,9 +25209,8 @@ class main_menu(TUIMenu):
|
|
|
25614
25209
|
def __init__(self, service, version, mode, path):
|
|
25615
25210
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25616
25211
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25617
|
-
self.
|
|
25618
|
-
self.
|
|
25619
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25212
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25213
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25620
25214
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25621
25215
|
super().__init__(service, version, mode, path)
|
|
25622
25216
|
class auto_placement(TUIMethod):
|
|
@@ -25627,15 +25221,11 @@ class main_menu(TUIMenu):
|
|
|
25627
25221
|
"""
|
|
25628
25222
|
No help available.
|
|
25629
25223
|
"""
|
|
25630
|
-
class
|
|
25224
|
+
class distance(TUIMethod):
|
|
25631
25225
|
"""
|
|
25632
25226
|
No help available.
|
|
25633
25227
|
"""
|
|
25634
|
-
class
|
|
25635
|
-
"""
|
|
25636
|
-
No help available.
|
|
25637
|
-
"""
|
|
25638
|
-
class units(TUIMethod):
|
|
25228
|
+
class units_or_divisions(TUIMethod):
|
|
25639
25229
|
"""
|
|
25640
25230
|
No help available.
|
|
25641
25231
|
"""
|
|
@@ -25666,99 +25256,22 @@ class main_menu(TUIMenu):
|
|
|
25666
25256
|
No help available.
|
|
25667
25257
|
"""
|
|
25668
25258
|
def __init__(self, service, version, mode, path):
|
|
25669
|
-
self.
|
|
25670
|
-
self.
|
|
25671
|
-
self.
|
|
25672
|
-
self.marker_in_file = self.__class__.marker_in_file(service, version, mode, path + ["marker_in_file"])
|
|
25259
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
25260
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
25261
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
25673
25262
|
super().__init__(service, version, mode, path)
|
|
25674
|
-
|
|
25675
|
-
class line(TUIMenu):
|
|
25676
|
-
"""
|
|
25677
|
-
No help available.
|
|
25678
|
-
"""
|
|
25679
|
-
def __init__(self, service, version, mode, path):
|
|
25680
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25681
|
-
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25682
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25683
|
-
super().__init__(service, version, mode, path)
|
|
25684
|
-
class color(TUIMethod):
|
|
25685
|
-
"""
|
|
25686
|
-
No help available.
|
|
25687
|
-
"""
|
|
25688
|
-
class pattern(TUIMethod):
|
|
25689
|
-
"""
|
|
25690
|
-
No help available.
|
|
25691
|
-
"""
|
|
25692
|
-
class weight(TUIMethod):
|
|
25693
|
-
"""
|
|
25694
|
-
No help available.
|
|
25695
|
-
"""
|
|
25696
|
-
|
|
25697
|
-
class line_in_file(TUIMenu):
|
|
25263
|
+
class edit(TUIMethod):
|
|
25698
25264
|
"""
|
|
25699
|
-
|
|
25265
|
+
Edit curves object.
|
|
25700
25266
|
"""
|
|
25701
|
-
|
|
25702
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25703
|
-
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
25704
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25705
|
-
super().__init__(service, version, mode, path)
|
|
25706
|
-
class color(TUIMethod):
|
|
25707
|
-
"""
|
|
25708
|
-
No help available.
|
|
25709
|
-
"""
|
|
25710
|
-
class pattern(TUIMethod):
|
|
25711
|
-
"""
|
|
25712
|
-
No help available.
|
|
25713
|
-
"""
|
|
25714
|
-
class weight(TUIMethod):
|
|
25715
|
-
"""
|
|
25716
|
-
No help available.
|
|
25717
|
-
"""
|
|
25718
|
-
|
|
25719
|
-
class marker(TUIMenu):
|
|
25267
|
+
class list_properties(TUIMethod):
|
|
25720
25268
|
"""
|
|
25721
25269
|
No help available.
|
|
25722
25270
|
"""
|
|
25723
|
-
|
|
25724
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25725
|
-
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25726
|
-
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25727
|
-
super().__init__(service, version, mode, path)
|
|
25728
|
-
class color(TUIMethod):
|
|
25729
|
-
"""
|
|
25730
|
-
No help available.
|
|
25731
|
-
"""
|
|
25732
|
-
class size(TUIMethod):
|
|
25733
|
-
"""
|
|
25734
|
-
No help available.
|
|
25735
|
-
"""
|
|
25736
|
-
class symbol(TUIMethod):
|
|
25737
|
-
"""
|
|
25738
|
-
No help available.
|
|
25739
|
-
"""
|
|
25740
|
-
|
|
25741
|
-
class marker_in_file(TUIMenu):
|
|
25271
|
+
class resize(TUIMethod):
|
|
25742
25272
|
"""
|
|
25743
25273
|
No help available.
|
|
25744
25274
|
"""
|
|
25745
|
-
def __init__(self, service, version, mode, path):
|
|
25746
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25747
|
-
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
25748
|
-
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
25749
|
-
super().__init__(service, version, mode, path)
|
|
25750
|
-
class color(TUIMethod):
|
|
25751
|
-
"""
|
|
25752
|
-
No help available.
|
|
25753
|
-
"""
|
|
25754
|
-
class size(TUIMethod):
|
|
25755
|
-
"""
|
|
25756
|
-
No help available.
|
|
25757
|
-
"""
|
|
25758
|
-
class symbol(TUIMethod):
|
|
25759
|
-
"""
|
|
25760
|
-
No help available.
|
|
25761
|
-
"""
|
|
25762
25275
|
|
|
25763
25276
|
class plot(TUIMenu):
|
|
25764
25277
|
"""
|
|
@@ -25781,22 +25294,43 @@ class main_menu(TUIMenu):
|
|
|
25781
25294
|
def __init__(self, service, version, mode, path):
|
|
25782
25295
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
25783
25296
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
25297
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
25784
25298
|
super().__init__(service, version, mode, path)
|
|
25299
|
+
class background_color(TUIMethod):
|
|
25300
|
+
"""
|
|
25301
|
+
No help available.
|
|
25302
|
+
"""
|
|
25785
25303
|
|
|
25786
25304
|
class x(TUIMenu):
|
|
25787
25305
|
"""
|
|
25788
25306
|
No help available.
|
|
25789
25307
|
"""
|
|
25790
25308
|
def __init__(self, service, version, mode, path):
|
|
25791
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25792
25309
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25793
25310
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25794
25311
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25312
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25313
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25314
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25795
25315
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25796
25316
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25317
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25318
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25797
25319
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25798
25320
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25799
25321
|
super().__init__(service, version, mode, path)
|
|
25322
|
+
class auto_range(TUIMethod):
|
|
25323
|
+
"""
|
|
25324
|
+
No help available.
|
|
25325
|
+
"""
|
|
25326
|
+
class auto_range_max(TUIMethod):
|
|
25327
|
+
"""
|
|
25328
|
+
No help available.
|
|
25329
|
+
"""
|
|
25330
|
+
class auto_range_min(TUIMethod):
|
|
25331
|
+
"""
|
|
25332
|
+
No help available.
|
|
25333
|
+
"""
|
|
25800
25334
|
class label(TUIMethod):
|
|
25801
25335
|
"""
|
|
25802
25336
|
No help available.
|
|
@@ -25805,46 +25339,22 @@ class main_menu(TUIMenu):
|
|
|
25805
25339
|
"""
|
|
25806
25340
|
No help available.
|
|
25807
25341
|
"""
|
|
25808
|
-
class
|
|
25342
|
+
class max(TUIMethod):
|
|
25809
25343
|
"""
|
|
25810
25344
|
No help available.
|
|
25811
25345
|
"""
|
|
25812
|
-
class
|
|
25346
|
+
class min(TUIMethod):
|
|
25813
25347
|
"""
|
|
25814
25348
|
No help available.
|
|
25815
25349
|
"""
|
|
25816
|
-
|
|
25817
|
-
|
|
25350
|
+
class show_major_gridlines(TUIMethod):
|
|
25351
|
+
"""
|
|
25352
|
+
No help available.
|
|
25353
|
+
"""
|
|
25354
|
+
class show_minor_gridlines(TUIMethod):
|
|
25818
25355
|
"""
|
|
25819
25356
|
No help available.
|
|
25820
25357
|
"""
|
|
25821
|
-
def __init__(self, service, version, mode, path):
|
|
25822
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25823
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25824
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25825
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25826
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25827
|
-
super().__init__(service, version, mode, path)
|
|
25828
|
-
class auto_range(TUIMethod):
|
|
25829
|
-
"""
|
|
25830
|
-
No help available.
|
|
25831
|
-
"""
|
|
25832
|
-
class max(TUIMethod):
|
|
25833
|
-
"""
|
|
25834
|
-
No help available.
|
|
25835
|
-
"""
|
|
25836
|
-
class max_auto(TUIMethod):
|
|
25837
|
-
"""
|
|
25838
|
-
No help available.
|
|
25839
|
-
"""
|
|
25840
|
-
class min(TUIMethod):
|
|
25841
|
-
"""
|
|
25842
|
-
No help available.
|
|
25843
|
-
"""
|
|
25844
|
-
class min_auto(TUIMethod):
|
|
25845
|
-
"""
|
|
25846
|
-
No help available.
|
|
25847
|
-
"""
|
|
25848
25358
|
|
|
25849
25359
|
class major_gridlines(TUIMenu):
|
|
25850
25360
|
"""
|
|
@@ -25853,9 +25363,8 @@ class main_menu(TUIMenu):
|
|
|
25853
25363
|
def __init__(self, service, version, mode, path):
|
|
25854
25364
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25855
25365
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25856
|
-
self.
|
|
25857
|
-
self.
|
|
25858
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25366
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25367
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25859
25368
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25860
25369
|
super().__init__(service, version, mode, path)
|
|
25861
25370
|
class auto_placement(TUIMethod):
|
|
@@ -25866,15 +25375,11 @@ class main_menu(TUIMenu):
|
|
|
25866
25375
|
"""
|
|
25867
25376
|
No help available.
|
|
25868
25377
|
"""
|
|
25869
|
-
class
|
|
25870
|
-
"""
|
|
25871
|
-
No help available.
|
|
25872
|
-
"""
|
|
25873
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
25378
|
+
class distance(TUIMethod):
|
|
25874
25379
|
"""
|
|
25875
25380
|
No help available.
|
|
25876
25381
|
"""
|
|
25877
|
-
class
|
|
25382
|
+
class units_or_divisions(TUIMethod):
|
|
25878
25383
|
"""
|
|
25879
25384
|
No help available.
|
|
25880
25385
|
"""
|
|
@@ -25890,9 +25395,8 @@ class main_menu(TUIMenu):
|
|
|
25890
25395
|
def __init__(self, service, version, mode, path):
|
|
25891
25396
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
25892
25397
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
25893
|
-
self.
|
|
25894
|
-
self.
|
|
25895
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25398
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25399
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
25896
25400
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
25897
25401
|
super().__init__(service, version, mode, path)
|
|
25898
25402
|
class auto_placement(TUIMethod):
|
|
@@ -25903,15 +25407,11 @@ class main_menu(TUIMenu):
|
|
|
25903
25407
|
"""
|
|
25904
25408
|
No help available.
|
|
25905
25409
|
"""
|
|
25906
|
-
class
|
|
25907
|
-
"""
|
|
25908
|
-
No help available.
|
|
25909
|
-
"""
|
|
25910
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
25410
|
+
class distance(TUIMethod):
|
|
25911
25411
|
"""
|
|
25912
25412
|
No help available.
|
|
25913
25413
|
"""
|
|
25914
|
-
class
|
|
25414
|
+
class units_or_divisions(TUIMethod):
|
|
25915
25415
|
"""
|
|
25916
25416
|
No help available.
|
|
25917
25417
|
"""
|
|
@@ -25942,15 +25442,31 @@ class main_menu(TUIMenu):
|
|
|
25942
25442
|
No help available.
|
|
25943
25443
|
"""
|
|
25944
25444
|
def __init__(self, service, version, mode, path):
|
|
25945
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25946
25445
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
25947
25446
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
25948
25447
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25448
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25449
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25450
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
25949
25451
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
25950
25452
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25453
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25454
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25951
25455
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
25952
25456
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
25953
25457
|
super().__init__(service, version, mode, path)
|
|
25458
|
+
class auto_range(TUIMethod):
|
|
25459
|
+
"""
|
|
25460
|
+
No help available.
|
|
25461
|
+
"""
|
|
25462
|
+
class auto_range_max(TUIMethod):
|
|
25463
|
+
"""
|
|
25464
|
+
No help available.
|
|
25465
|
+
"""
|
|
25466
|
+
class auto_range_min(TUIMethod):
|
|
25467
|
+
"""
|
|
25468
|
+
No help available.
|
|
25469
|
+
"""
|
|
25954
25470
|
class label(TUIMethod):
|
|
25955
25471
|
"""
|
|
25956
25472
|
No help available.
|
|
@@ -25959,46 +25475,22 @@ class main_menu(TUIMenu):
|
|
|
25959
25475
|
"""
|
|
25960
25476
|
No help available.
|
|
25961
25477
|
"""
|
|
25962
|
-
class
|
|
25478
|
+
class max(TUIMethod):
|
|
25963
25479
|
"""
|
|
25964
25480
|
No help available.
|
|
25965
25481
|
"""
|
|
25966
|
-
class
|
|
25482
|
+
class min(TUIMethod):
|
|
25967
25483
|
"""
|
|
25968
25484
|
No help available.
|
|
25969
25485
|
"""
|
|
25970
|
-
|
|
25971
|
-
|
|
25486
|
+
class show_major_gridlines(TUIMethod):
|
|
25487
|
+
"""
|
|
25488
|
+
No help available.
|
|
25489
|
+
"""
|
|
25490
|
+
class show_minor_gridlines(TUIMethod):
|
|
25972
25491
|
"""
|
|
25973
25492
|
No help available.
|
|
25974
25493
|
"""
|
|
25975
|
-
def __init__(self, service, version, mode, path):
|
|
25976
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25977
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25978
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
25979
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
25980
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
25981
|
-
super().__init__(service, version, mode, path)
|
|
25982
|
-
class auto_range(TUIMethod):
|
|
25983
|
-
"""
|
|
25984
|
-
No help available.
|
|
25985
|
-
"""
|
|
25986
|
-
class max(TUIMethod):
|
|
25987
|
-
"""
|
|
25988
|
-
No help available.
|
|
25989
|
-
"""
|
|
25990
|
-
class max_auto(TUIMethod):
|
|
25991
|
-
"""
|
|
25992
|
-
No help available.
|
|
25993
|
-
"""
|
|
25994
|
-
class min(TUIMethod):
|
|
25995
|
-
"""
|
|
25996
|
-
No help available.
|
|
25997
|
-
"""
|
|
25998
|
-
class min_auto(TUIMethod):
|
|
25999
|
-
"""
|
|
26000
|
-
No help available.
|
|
26001
|
-
"""
|
|
26002
25494
|
|
|
26003
25495
|
class major_gridlines(TUIMenu):
|
|
26004
25496
|
"""
|
|
@@ -26007,9 +25499,8 @@ class main_menu(TUIMenu):
|
|
|
26007
25499
|
def __init__(self, service, version, mode, path):
|
|
26008
25500
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26009
25501
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26010
|
-
self.
|
|
26011
|
-
self.
|
|
26012
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25502
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25503
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26013
25504
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26014
25505
|
super().__init__(service, version, mode, path)
|
|
26015
25506
|
class auto_placement(TUIMethod):
|
|
@@ -26020,15 +25511,11 @@ class main_menu(TUIMenu):
|
|
|
26020
25511
|
"""
|
|
26021
25512
|
No help available.
|
|
26022
25513
|
"""
|
|
26023
|
-
class
|
|
25514
|
+
class distance(TUIMethod):
|
|
26024
25515
|
"""
|
|
26025
25516
|
No help available.
|
|
26026
25517
|
"""
|
|
26027
|
-
class
|
|
26028
|
-
"""
|
|
26029
|
-
No help available.
|
|
26030
|
-
"""
|
|
26031
|
-
class units(TUIMethod):
|
|
25518
|
+
class units_or_divisions(TUIMethod):
|
|
26032
25519
|
"""
|
|
26033
25520
|
No help available.
|
|
26034
25521
|
"""
|
|
@@ -26044,9 +25531,8 @@ class main_menu(TUIMenu):
|
|
|
26044
25531
|
def __init__(self, service, version, mode, path):
|
|
26045
25532
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26046
25533
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26047
|
-
self.
|
|
26048
|
-
self.
|
|
26049
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25534
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25535
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26050
25536
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26051
25537
|
super().__init__(service, version, mode, path)
|
|
26052
25538
|
class auto_placement(TUIMethod):
|
|
@@ -26057,15 +25543,11 @@ class main_menu(TUIMenu):
|
|
|
26057
25543
|
"""
|
|
26058
25544
|
No help available.
|
|
26059
25545
|
"""
|
|
26060
|
-
class
|
|
26061
|
-
"""
|
|
26062
|
-
No help available.
|
|
26063
|
-
"""
|
|
26064
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
25546
|
+
class distance(TUIMethod):
|
|
26065
25547
|
"""
|
|
26066
25548
|
No help available.
|
|
26067
25549
|
"""
|
|
26068
|
-
class
|
|
25550
|
+
class units_or_divisions(TUIMethod):
|
|
26069
25551
|
"""
|
|
26070
25552
|
No help available.
|
|
26071
25553
|
"""
|
|
@@ -26096,39 +25578,19 @@ class main_menu(TUIMenu):
|
|
|
26096
25578
|
No help available.
|
|
26097
25579
|
"""
|
|
26098
25580
|
def __init__(self, service, version, mode, path):
|
|
26099
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
26100
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
26101
25581
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
26102
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
26103
25582
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
26104
|
-
self.
|
|
26105
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
25583
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
26106
25584
|
super().__init__(service, version, mode, path)
|
|
26107
|
-
class create(TUIMethod):
|
|
26108
|
-
"""
|
|
26109
|
-
No help available.
|
|
26110
|
-
"""
|
|
26111
|
-
class delete(TUIMethod):
|
|
26112
|
-
"""
|
|
26113
|
-
No help available.
|
|
26114
|
-
"""
|
|
26115
25585
|
class edit(TUIMethod):
|
|
26116
25586
|
"""
|
|
26117
25587
|
Edit curves object.
|
|
26118
25588
|
"""
|
|
26119
|
-
class list(TUIMethod):
|
|
26120
|
-
"""
|
|
26121
|
-
No help available.
|
|
26122
|
-
"""
|
|
26123
25589
|
class list_properties(TUIMethod):
|
|
26124
25590
|
"""
|
|
26125
25591
|
No help available.
|
|
26126
25592
|
"""
|
|
26127
|
-
class
|
|
26128
|
-
"""
|
|
26129
|
-
No help available.
|
|
26130
|
-
"""
|
|
26131
|
-
class rename(TUIMethod):
|
|
25593
|
+
class resize(TUIMethod):
|
|
26132
25594
|
"""
|
|
26133
25595
|
No help available.
|
|
26134
25596
|
"""
|
|
@@ -26154,22 +25616,43 @@ class main_menu(TUIMenu):
|
|
|
26154
25616
|
def __init__(self, service, version, mode, path):
|
|
26155
25617
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
26156
25618
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
25619
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
26157
25620
|
super().__init__(service, version, mode, path)
|
|
25621
|
+
class background_color(TUIMethod):
|
|
25622
|
+
"""
|
|
25623
|
+
No help available.
|
|
25624
|
+
"""
|
|
26158
25625
|
|
|
26159
25626
|
class x(TUIMenu):
|
|
26160
25627
|
"""
|
|
26161
25628
|
No help available.
|
|
26162
25629
|
"""
|
|
26163
25630
|
def __init__(self, service, version, mode, path):
|
|
26164
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26165
25631
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26166
25632
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26167
25633
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25634
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25635
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25636
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26168
25637
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26169
25638
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25639
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25640
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26170
25641
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26171
25642
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26172
25643
|
super().__init__(service, version, mode, path)
|
|
25644
|
+
class auto_range(TUIMethod):
|
|
25645
|
+
"""
|
|
25646
|
+
No help available.
|
|
25647
|
+
"""
|
|
25648
|
+
class auto_range_max(TUIMethod):
|
|
25649
|
+
"""
|
|
25650
|
+
No help available.
|
|
25651
|
+
"""
|
|
25652
|
+
class auto_range_min(TUIMethod):
|
|
25653
|
+
"""
|
|
25654
|
+
No help available.
|
|
25655
|
+
"""
|
|
26173
25656
|
class label(TUIMethod):
|
|
26174
25657
|
"""
|
|
26175
25658
|
No help available.
|
|
@@ -26178,46 +25661,22 @@ class main_menu(TUIMenu):
|
|
|
26178
25661
|
"""
|
|
26179
25662
|
No help available.
|
|
26180
25663
|
"""
|
|
26181
|
-
class
|
|
25664
|
+
class max(TUIMethod):
|
|
26182
25665
|
"""
|
|
26183
25666
|
No help available.
|
|
26184
25667
|
"""
|
|
26185
|
-
class
|
|
25668
|
+
class min(TUIMethod):
|
|
26186
25669
|
"""
|
|
26187
25670
|
No help available.
|
|
26188
25671
|
"""
|
|
26189
|
-
|
|
26190
|
-
|
|
25672
|
+
class show_major_gridlines(TUIMethod):
|
|
25673
|
+
"""
|
|
25674
|
+
No help available.
|
|
25675
|
+
"""
|
|
25676
|
+
class show_minor_gridlines(TUIMethod):
|
|
26191
25677
|
"""
|
|
26192
25678
|
No help available.
|
|
26193
25679
|
"""
|
|
26194
|
-
def __init__(self, service, version, mode, path):
|
|
26195
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26196
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26197
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26198
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26199
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26200
|
-
super().__init__(service, version, mode, path)
|
|
26201
|
-
class auto_range(TUIMethod):
|
|
26202
|
-
"""
|
|
26203
|
-
No help available.
|
|
26204
|
-
"""
|
|
26205
|
-
class max(TUIMethod):
|
|
26206
|
-
"""
|
|
26207
|
-
No help available.
|
|
26208
|
-
"""
|
|
26209
|
-
class max_auto(TUIMethod):
|
|
26210
|
-
"""
|
|
26211
|
-
No help available.
|
|
26212
|
-
"""
|
|
26213
|
-
class min(TUIMethod):
|
|
26214
|
-
"""
|
|
26215
|
-
No help available.
|
|
26216
|
-
"""
|
|
26217
|
-
class min_auto(TUIMethod):
|
|
26218
|
-
"""
|
|
26219
|
-
No help available.
|
|
26220
|
-
"""
|
|
26221
25680
|
|
|
26222
25681
|
class major_gridlines(TUIMenu):
|
|
26223
25682
|
"""
|
|
@@ -26226,9 +25685,8 @@ class main_menu(TUIMenu):
|
|
|
26226
25685
|
def __init__(self, service, version, mode, path):
|
|
26227
25686
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26228
25687
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26229
|
-
self.
|
|
26230
|
-
self.
|
|
26231
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25688
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25689
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26232
25690
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26233
25691
|
super().__init__(service, version, mode, path)
|
|
26234
25692
|
class auto_placement(TUIMethod):
|
|
@@ -26239,15 +25697,11 @@ class main_menu(TUIMenu):
|
|
|
26239
25697
|
"""
|
|
26240
25698
|
No help available.
|
|
26241
25699
|
"""
|
|
26242
|
-
class
|
|
25700
|
+
class distance(TUIMethod):
|
|
26243
25701
|
"""
|
|
26244
25702
|
No help available.
|
|
26245
25703
|
"""
|
|
26246
|
-
class
|
|
26247
|
-
"""
|
|
26248
|
-
No help available.
|
|
26249
|
-
"""
|
|
26250
|
-
class units(TUIMethod):
|
|
25704
|
+
class units_or_divisions(TUIMethod):
|
|
26251
25705
|
"""
|
|
26252
25706
|
No help available.
|
|
26253
25707
|
"""
|
|
@@ -26263,9 +25717,8 @@ class main_menu(TUIMenu):
|
|
|
26263
25717
|
def __init__(self, service, version, mode, path):
|
|
26264
25718
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26265
25719
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26266
|
-
self.
|
|
26267
|
-
self.
|
|
26268
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25720
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25721
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26269
25722
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26270
25723
|
super().__init__(service, version, mode, path)
|
|
26271
25724
|
class auto_placement(TUIMethod):
|
|
@@ -26276,15 +25729,11 @@ class main_menu(TUIMenu):
|
|
|
26276
25729
|
"""
|
|
26277
25730
|
No help available.
|
|
26278
25731
|
"""
|
|
26279
|
-
class
|
|
25732
|
+
class distance(TUIMethod):
|
|
26280
25733
|
"""
|
|
26281
25734
|
No help available.
|
|
26282
25735
|
"""
|
|
26283
|
-
class
|
|
26284
|
-
"""
|
|
26285
|
-
No help available.
|
|
26286
|
-
"""
|
|
26287
|
-
class units(TUIMethod):
|
|
25736
|
+
class units_or_divisions(TUIMethod):
|
|
26288
25737
|
"""
|
|
26289
25738
|
No help available.
|
|
26290
25739
|
"""
|
|
@@ -26315,15 +25764,31 @@ class main_menu(TUIMenu):
|
|
|
26315
25764
|
No help available.
|
|
26316
25765
|
"""
|
|
26317
25766
|
def __init__(self, service, version, mode, path):
|
|
26318
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26319
25767
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26320
25768
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26321
25769
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25770
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25771
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25772
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26322
25773
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26323
25774
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25775
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25776
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26324
25777
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26325
25778
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26326
25779
|
super().__init__(service, version, mode, path)
|
|
25780
|
+
class auto_range(TUIMethod):
|
|
25781
|
+
"""
|
|
25782
|
+
No help available.
|
|
25783
|
+
"""
|
|
25784
|
+
class auto_range_max(TUIMethod):
|
|
25785
|
+
"""
|
|
25786
|
+
No help available.
|
|
25787
|
+
"""
|
|
25788
|
+
class auto_range_min(TUIMethod):
|
|
25789
|
+
"""
|
|
25790
|
+
No help available.
|
|
25791
|
+
"""
|
|
26327
25792
|
class label(TUIMethod):
|
|
26328
25793
|
"""
|
|
26329
25794
|
No help available.
|
|
@@ -26332,46 +25797,22 @@ class main_menu(TUIMenu):
|
|
|
26332
25797
|
"""
|
|
26333
25798
|
No help available.
|
|
26334
25799
|
"""
|
|
26335
|
-
class
|
|
25800
|
+
class max(TUIMethod):
|
|
26336
25801
|
"""
|
|
26337
25802
|
No help available.
|
|
26338
25803
|
"""
|
|
26339
|
-
class
|
|
25804
|
+
class min(TUIMethod):
|
|
26340
25805
|
"""
|
|
26341
25806
|
No help available.
|
|
26342
25807
|
"""
|
|
26343
|
-
|
|
26344
|
-
|
|
25808
|
+
class show_major_gridlines(TUIMethod):
|
|
25809
|
+
"""
|
|
25810
|
+
No help available.
|
|
25811
|
+
"""
|
|
25812
|
+
class show_minor_gridlines(TUIMethod):
|
|
26345
25813
|
"""
|
|
26346
25814
|
No help available.
|
|
26347
25815
|
"""
|
|
26348
|
-
def __init__(self, service, version, mode, path):
|
|
26349
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26350
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26351
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26352
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26353
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26354
|
-
super().__init__(service, version, mode, path)
|
|
26355
|
-
class auto_range(TUIMethod):
|
|
26356
|
-
"""
|
|
26357
|
-
No help available.
|
|
26358
|
-
"""
|
|
26359
|
-
class max(TUIMethod):
|
|
26360
|
-
"""
|
|
26361
|
-
No help available.
|
|
26362
|
-
"""
|
|
26363
|
-
class max_auto(TUIMethod):
|
|
26364
|
-
"""
|
|
26365
|
-
No help available.
|
|
26366
|
-
"""
|
|
26367
|
-
class min(TUIMethod):
|
|
26368
|
-
"""
|
|
26369
|
-
No help available.
|
|
26370
|
-
"""
|
|
26371
|
-
class min_auto(TUIMethod):
|
|
26372
|
-
"""
|
|
26373
|
-
No help available.
|
|
26374
|
-
"""
|
|
26375
25816
|
|
|
26376
25817
|
class major_gridlines(TUIMenu):
|
|
26377
25818
|
"""
|
|
@@ -26380,9 +25821,8 @@ class main_menu(TUIMenu):
|
|
|
26380
25821
|
def __init__(self, service, version, mode, path):
|
|
26381
25822
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26382
25823
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26383
|
-
self.
|
|
26384
|
-
self.
|
|
26385
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25824
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25825
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26386
25826
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26387
25827
|
super().__init__(service, version, mode, path)
|
|
26388
25828
|
class auto_placement(TUIMethod):
|
|
@@ -26393,15 +25833,11 @@ class main_menu(TUIMenu):
|
|
|
26393
25833
|
"""
|
|
26394
25834
|
No help available.
|
|
26395
25835
|
"""
|
|
26396
|
-
class
|
|
26397
|
-
"""
|
|
26398
|
-
No help available.
|
|
26399
|
-
"""
|
|
26400
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
25836
|
+
class distance(TUIMethod):
|
|
26401
25837
|
"""
|
|
26402
25838
|
No help available.
|
|
26403
25839
|
"""
|
|
26404
|
-
class
|
|
25840
|
+
class units_or_divisions(TUIMethod):
|
|
26405
25841
|
"""
|
|
26406
25842
|
No help available.
|
|
26407
25843
|
"""
|
|
@@ -26417,9 +25853,8 @@ class main_menu(TUIMenu):
|
|
|
26417
25853
|
def __init__(self, service, version, mode, path):
|
|
26418
25854
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26419
25855
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26420
|
-
self.
|
|
26421
|
-
self.
|
|
26422
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
25856
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
25857
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26423
25858
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26424
25859
|
super().__init__(service, version, mode, path)
|
|
26425
25860
|
class auto_placement(TUIMethod):
|
|
@@ -26430,15 +25865,11 @@ class main_menu(TUIMenu):
|
|
|
26430
25865
|
"""
|
|
26431
25866
|
No help available.
|
|
26432
25867
|
"""
|
|
26433
|
-
class
|
|
25868
|
+
class distance(TUIMethod):
|
|
26434
25869
|
"""
|
|
26435
25870
|
No help available.
|
|
26436
25871
|
"""
|
|
26437
|
-
class
|
|
26438
|
-
"""
|
|
26439
|
-
No help available.
|
|
26440
|
-
"""
|
|
26441
|
-
class units(TUIMethod):
|
|
25872
|
+
class units_or_divisions(TUIMethod):
|
|
26442
25873
|
"""
|
|
26443
25874
|
No help available.
|
|
26444
25875
|
"""
|
|
@@ -26469,39 +25900,19 @@ class main_menu(TUIMenu):
|
|
|
26469
25900
|
No help available.
|
|
26470
25901
|
"""
|
|
26471
25902
|
def __init__(self, service, version, mode, path):
|
|
26472
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
26473
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
26474
25903
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
26475
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
26476
25904
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
26477
|
-
self.
|
|
26478
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
25905
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
26479
25906
|
super().__init__(service, version, mode, path)
|
|
26480
|
-
class create(TUIMethod):
|
|
26481
|
-
"""
|
|
26482
|
-
No help available.
|
|
26483
|
-
"""
|
|
26484
|
-
class delete(TUIMethod):
|
|
26485
|
-
"""
|
|
26486
|
-
No help available.
|
|
26487
|
-
"""
|
|
26488
25907
|
class edit(TUIMethod):
|
|
26489
25908
|
"""
|
|
26490
25909
|
Edit curves object.
|
|
26491
25910
|
"""
|
|
26492
|
-
class list(TUIMethod):
|
|
26493
|
-
"""
|
|
26494
|
-
No help available.
|
|
26495
|
-
"""
|
|
26496
25911
|
class list_properties(TUIMethod):
|
|
26497
25912
|
"""
|
|
26498
25913
|
No help available.
|
|
26499
25914
|
"""
|
|
26500
|
-
class
|
|
26501
|
-
"""
|
|
26502
|
-
No help available.
|
|
26503
|
-
"""
|
|
26504
|
-
class rename(TUIMethod):
|
|
25915
|
+
class resize(TUIMethod):
|
|
26505
25916
|
"""
|
|
26506
25917
|
No help available.
|
|
26507
25918
|
"""
|
|
@@ -26527,22 +25938,43 @@ class main_menu(TUIMenu):
|
|
|
26527
25938
|
def __init__(self, service, version, mode, path):
|
|
26528
25939
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
26529
25940
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
25941
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
26530
25942
|
super().__init__(service, version, mode, path)
|
|
25943
|
+
class background_color(TUIMethod):
|
|
25944
|
+
"""
|
|
25945
|
+
No help available.
|
|
25946
|
+
"""
|
|
26531
25947
|
|
|
26532
25948
|
class x(TUIMenu):
|
|
26533
25949
|
"""
|
|
26534
25950
|
No help available.
|
|
26535
25951
|
"""
|
|
26536
25952
|
def __init__(self, service, version, mode, path):
|
|
26537
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26538
25953
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26539
25954
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26540
25955
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
25956
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
25957
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
25958
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26541
25959
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26542
25960
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
25961
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
25962
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26543
25963
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26544
25964
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26545
25965
|
super().__init__(service, version, mode, path)
|
|
25966
|
+
class auto_range(TUIMethod):
|
|
25967
|
+
"""
|
|
25968
|
+
No help available.
|
|
25969
|
+
"""
|
|
25970
|
+
class auto_range_max(TUIMethod):
|
|
25971
|
+
"""
|
|
25972
|
+
No help available.
|
|
25973
|
+
"""
|
|
25974
|
+
class auto_range_min(TUIMethod):
|
|
25975
|
+
"""
|
|
25976
|
+
No help available.
|
|
25977
|
+
"""
|
|
26546
25978
|
class label(TUIMethod):
|
|
26547
25979
|
"""
|
|
26548
25980
|
No help available.
|
|
@@ -26551,46 +25983,22 @@ class main_menu(TUIMenu):
|
|
|
26551
25983
|
"""
|
|
26552
25984
|
No help available.
|
|
26553
25985
|
"""
|
|
26554
|
-
class
|
|
25986
|
+
class max(TUIMethod):
|
|
26555
25987
|
"""
|
|
26556
25988
|
No help available.
|
|
26557
25989
|
"""
|
|
26558
|
-
class
|
|
25990
|
+
class min(TUIMethod):
|
|
26559
25991
|
"""
|
|
26560
25992
|
No help available.
|
|
26561
25993
|
"""
|
|
26562
|
-
|
|
26563
|
-
|
|
25994
|
+
class show_major_gridlines(TUIMethod):
|
|
25995
|
+
"""
|
|
25996
|
+
No help available.
|
|
25997
|
+
"""
|
|
25998
|
+
class show_minor_gridlines(TUIMethod):
|
|
26564
25999
|
"""
|
|
26565
26000
|
No help available.
|
|
26566
26001
|
"""
|
|
26567
|
-
def __init__(self, service, version, mode, path):
|
|
26568
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26569
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26570
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26571
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26572
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26573
|
-
super().__init__(service, version, mode, path)
|
|
26574
|
-
class auto_range(TUIMethod):
|
|
26575
|
-
"""
|
|
26576
|
-
No help available.
|
|
26577
|
-
"""
|
|
26578
|
-
class max(TUIMethod):
|
|
26579
|
-
"""
|
|
26580
|
-
No help available.
|
|
26581
|
-
"""
|
|
26582
|
-
class max_auto(TUIMethod):
|
|
26583
|
-
"""
|
|
26584
|
-
No help available.
|
|
26585
|
-
"""
|
|
26586
|
-
class min(TUIMethod):
|
|
26587
|
-
"""
|
|
26588
|
-
No help available.
|
|
26589
|
-
"""
|
|
26590
|
-
class min_auto(TUIMethod):
|
|
26591
|
-
"""
|
|
26592
|
-
No help available.
|
|
26593
|
-
"""
|
|
26594
26002
|
|
|
26595
26003
|
class major_gridlines(TUIMenu):
|
|
26596
26004
|
"""
|
|
@@ -26599,9 +26007,8 @@ class main_menu(TUIMenu):
|
|
|
26599
26007
|
def __init__(self, service, version, mode, path):
|
|
26600
26008
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26601
26009
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26602
|
-
self.
|
|
26603
|
-
self.
|
|
26604
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26010
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26011
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26605
26012
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26606
26013
|
super().__init__(service, version, mode, path)
|
|
26607
26014
|
class auto_placement(TUIMethod):
|
|
@@ -26612,15 +26019,11 @@ class main_menu(TUIMenu):
|
|
|
26612
26019
|
"""
|
|
26613
26020
|
No help available.
|
|
26614
26021
|
"""
|
|
26615
|
-
class
|
|
26022
|
+
class distance(TUIMethod):
|
|
26616
26023
|
"""
|
|
26617
26024
|
No help available.
|
|
26618
26025
|
"""
|
|
26619
|
-
class
|
|
26620
|
-
"""
|
|
26621
|
-
No help available.
|
|
26622
|
-
"""
|
|
26623
|
-
class units(TUIMethod):
|
|
26026
|
+
class units_or_divisions(TUIMethod):
|
|
26624
26027
|
"""
|
|
26625
26028
|
No help available.
|
|
26626
26029
|
"""
|
|
@@ -26636,9 +26039,8 @@ class main_menu(TUIMenu):
|
|
|
26636
26039
|
def __init__(self, service, version, mode, path):
|
|
26637
26040
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26638
26041
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26639
|
-
self.
|
|
26640
|
-
self.
|
|
26641
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26042
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26043
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26642
26044
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26643
26045
|
super().__init__(service, version, mode, path)
|
|
26644
26046
|
class auto_placement(TUIMethod):
|
|
@@ -26649,15 +26051,11 @@ class main_menu(TUIMenu):
|
|
|
26649
26051
|
"""
|
|
26650
26052
|
No help available.
|
|
26651
26053
|
"""
|
|
26652
|
-
class
|
|
26054
|
+
class distance(TUIMethod):
|
|
26653
26055
|
"""
|
|
26654
26056
|
No help available.
|
|
26655
26057
|
"""
|
|
26656
|
-
class
|
|
26657
|
-
"""
|
|
26658
|
-
No help available.
|
|
26659
|
-
"""
|
|
26660
|
-
class units(TUIMethod):
|
|
26058
|
+
class units_or_divisions(TUIMethod):
|
|
26661
26059
|
"""
|
|
26662
26060
|
No help available.
|
|
26663
26061
|
"""
|
|
@@ -26688,15 +26086,31 @@ class main_menu(TUIMenu):
|
|
|
26688
26086
|
No help available.
|
|
26689
26087
|
"""
|
|
26690
26088
|
def __init__(self, service, version, mode, path):
|
|
26691
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26692
26089
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26693
26090
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26694
26091
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26092
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26093
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26094
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26695
26095
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26696
26096
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26097
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26098
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26697
26099
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26698
26100
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26699
26101
|
super().__init__(service, version, mode, path)
|
|
26102
|
+
class auto_range(TUIMethod):
|
|
26103
|
+
"""
|
|
26104
|
+
No help available.
|
|
26105
|
+
"""
|
|
26106
|
+
class auto_range_max(TUIMethod):
|
|
26107
|
+
"""
|
|
26108
|
+
No help available.
|
|
26109
|
+
"""
|
|
26110
|
+
class auto_range_min(TUIMethod):
|
|
26111
|
+
"""
|
|
26112
|
+
No help available.
|
|
26113
|
+
"""
|
|
26700
26114
|
class label(TUIMethod):
|
|
26701
26115
|
"""
|
|
26702
26116
|
No help available.
|
|
@@ -26705,46 +26119,22 @@ class main_menu(TUIMenu):
|
|
|
26705
26119
|
"""
|
|
26706
26120
|
No help available.
|
|
26707
26121
|
"""
|
|
26708
|
-
class
|
|
26122
|
+
class max(TUIMethod):
|
|
26709
26123
|
"""
|
|
26710
26124
|
No help available.
|
|
26711
26125
|
"""
|
|
26712
|
-
class
|
|
26126
|
+
class min(TUIMethod):
|
|
26713
26127
|
"""
|
|
26714
26128
|
No help available.
|
|
26715
26129
|
"""
|
|
26716
|
-
|
|
26717
|
-
|
|
26130
|
+
class show_major_gridlines(TUIMethod):
|
|
26131
|
+
"""
|
|
26132
|
+
No help available.
|
|
26133
|
+
"""
|
|
26134
|
+
class show_minor_gridlines(TUIMethod):
|
|
26718
26135
|
"""
|
|
26719
26136
|
No help available.
|
|
26720
26137
|
"""
|
|
26721
|
-
def __init__(self, service, version, mode, path):
|
|
26722
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26723
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26724
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26725
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26726
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26727
|
-
super().__init__(service, version, mode, path)
|
|
26728
|
-
class auto_range(TUIMethod):
|
|
26729
|
-
"""
|
|
26730
|
-
No help available.
|
|
26731
|
-
"""
|
|
26732
|
-
class max(TUIMethod):
|
|
26733
|
-
"""
|
|
26734
|
-
No help available.
|
|
26735
|
-
"""
|
|
26736
|
-
class max_auto(TUIMethod):
|
|
26737
|
-
"""
|
|
26738
|
-
No help available.
|
|
26739
|
-
"""
|
|
26740
|
-
class min(TUIMethod):
|
|
26741
|
-
"""
|
|
26742
|
-
No help available.
|
|
26743
|
-
"""
|
|
26744
|
-
class min_auto(TUIMethod):
|
|
26745
|
-
"""
|
|
26746
|
-
No help available.
|
|
26747
|
-
"""
|
|
26748
26138
|
|
|
26749
26139
|
class major_gridlines(TUIMenu):
|
|
26750
26140
|
"""
|
|
@@ -26753,9 +26143,8 @@ class main_menu(TUIMenu):
|
|
|
26753
26143
|
def __init__(self, service, version, mode, path):
|
|
26754
26144
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26755
26145
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26756
|
-
self.
|
|
26757
|
-
self.
|
|
26758
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26146
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26147
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26759
26148
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26760
26149
|
super().__init__(service, version, mode, path)
|
|
26761
26150
|
class auto_placement(TUIMethod):
|
|
@@ -26766,15 +26155,11 @@ class main_menu(TUIMenu):
|
|
|
26766
26155
|
"""
|
|
26767
26156
|
No help available.
|
|
26768
26157
|
"""
|
|
26769
|
-
class
|
|
26770
|
-
"""
|
|
26771
|
-
No help available.
|
|
26772
|
-
"""
|
|
26773
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
26158
|
+
class distance(TUIMethod):
|
|
26774
26159
|
"""
|
|
26775
26160
|
No help available.
|
|
26776
26161
|
"""
|
|
26777
|
-
class
|
|
26162
|
+
class units_or_divisions(TUIMethod):
|
|
26778
26163
|
"""
|
|
26779
26164
|
No help available.
|
|
26780
26165
|
"""
|
|
@@ -26790,9 +26175,8 @@ class main_menu(TUIMenu):
|
|
|
26790
26175
|
def __init__(self, service, version, mode, path):
|
|
26791
26176
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26792
26177
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26793
|
-
self.
|
|
26794
|
-
self.
|
|
26795
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26178
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26179
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26796
26180
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26797
26181
|
super().__init__(service, version, mode, path)
|
|
26798
26182
|
class auto_placement(TUIMethod):
|
|
@@ -26803,15 +26187,11 @@ class main_menu(TUIMenu):
|
|
|
26803
26187
|
"""
|
|
26804
26188
|
No help available.
|
|
26805
26189
|
"""
|
|
26806
|
-
class
|
|
26807
|
-
"""
|
|
26808
|
-
No help available.
|
|
26809
|
-
"""
|
|
26810
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
26190
|
+
class distance(TUIMethod):
|
|
26811
26191
|
"""
|
|
26812
26192
|
No help available.
|
|
26813
26193
|
"""
|
|
26814
|
-
class
|
|
26194
|
+
class units_or_divisions(TUIMethod):
|
|
26815
26195
|
"""
|
|
26816
26196
|
No help available.
|
|
26817
26197
|
"""
|
|
@@ -26842,39 +26222,19 @@ class main_menu(TUIMenu):
|
|
|
26842
26222
|
No help available.
|
|
26843
26223
|
"""
|
|
26844
26224
|
def __init__(self, service, version, mode, path):
|
|
26845
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
26846
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
26847
26225
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
26848
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
26849
26226
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
26850
|
-
self.
|
|
26851
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
26227
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
26852
26228
|
super().__init__(service, version, mode, path)
|
|
26853
|
-
class create(TUIMethod):
|
|
26854
|
-
"""
|
|
26855
|
-
No help available.
|
|
26856
|
-
"""
|
|
26857
|
-
class delete(TUIMethod):
|
|
26858
|
-
"""
|
|
26859
|
-
No help available.
|
|
26860
|
-
"""
|
|
26861
26229
|
class edit(TUIMethod):
|
|
26862
26230
|
"""
|
|
26863
26231
|
Edit curves object.
|
|
26864
26232
|
"""
|
|
26865
|
-
class list(TUIMethod):
|
|
26866
|
-
"""
|
|
26867
|
-
No help available.
|
|
26868
|
-
"""
|
|
26869
26233
|
class list_properties(TUIMethod):
|
|
26870
26234
|
"""
|
|
26871
26235
|
No help available.
|
|
26872
26236
|
"""
|
|
26873
|
-
class
|
|
26874
|
-
"""
|
|
26875
|
-
No help available.
|
|
26876
|
-
"""
|
|
26877
|
-
class rename(TUIMethod):
|
|
26237
|
+
class resize(TUIMethod):
|
|
26878
26238
|
"""
|
|
26879
26239
|
No help available.
|
|
26880
26240
|
"""
|
|
@@ -26915,22 +26275,43 @@ class main_menu(TUIMenu):
|
|
|
26915
26275
|
def __init__(self, service, version, mode, path):
|
|
26916
26276
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
26917
26277
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
26278
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
26918
26279
|
super().__init__(service, version, mode, path)
|
|
26280
|
+
class background_color(TUIMethod):
|
|
26281
|
+
"""
|
|
26282
|
+
No help available.
|
|
26283
|
+
"""
|
|
26919
26284
|
|
|
26920
26285
|
class x(TUIMenu):
|
|
26921
26286
|
"""
|
|
26922
26287
|
No help available.
|
|
26923
26288
|
"""
|
|
26924
26289
|
def __init__(self, service, version, mode, path):
|
|
26925
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26926
26290
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
26927
26291
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
26928
26292
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26293
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26294
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26295
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
26929
26296
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
26930
26297
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26298
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26299
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26931
26300
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
26932
26301
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
26933
26302
|
super().__init__(service, version, mode, path)
|
|
26303
|
+
class auto_range(TUIMethod):
|
|
26304
|
+
"""
|
|
26305
|
+
No help available.
|
|
26306
|
+
"""
|
|
26307
|
+
class auto_range_max(TUIMethod):
|
|
26308
|
+
"""
|
|
26309
|
+
No help available.
|
|
26310
|
+
"""
|
|
26311
|
+
class auto_range_min(TUIMethod):
|
|
26312
|
+
"""
|
|
26313
|
+
No help available.
|
|
26314
|
+
"""
|
|
26934
26315
|
class label(TUIMethod):
|
|
26935
26316
|
"""
|
|
26936
26317
|
No help available.
|
|
@@ -26939,46 +26320,22 @@ class main_menu(TUIMenu):
|
|
|
26939
26320
|
"""
|
|
26940
26321
|
No help available.
|
|
26941
26322
|
"""
|
|
26942
|
-
class
|
|
26323
|
+
class max(TUIMethod):
|
|
26943
26324
|
"""
|
|
26944
26325
|
No help available.
|
|
26945
26326
|
"""
|
|
26946
|
-
class
|
|
26327
|
+
class min(TUIMethod):
|
|
26947
26328
|
"""
|
|
26948
26329
|
No help available.
|
|
26949
26330
|
"""
|
|
26950
|
-
|
|
26951
|
-
|
|
26331
|
+
class show_major_gridlines(TUIMethod):
|
|
26332
|
+
"""
|
|
26333
|
+
No help available.
|
|
26334
|
+
"""
|
|
26335
|
+
class show_minor_gridlines(TUIMethod):
|
|
26952
26336
|
"""
|
|
26953
26337
|
No help available.
|
|
26954
26338
|
"""
|
|
26955
|
-
def __init__(self, service, version, mode, path):
|
|
26956
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26957
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26958
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
26959
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
26960
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
26961
|
-
super().__init__(service, version, mode, path)
|
|
26962
|
-
class auto_range(TUIMethod):
|
|
26963
|
-
"""
|
|
26964
|
-
No help available.
|
|
26965
|
-
"""
|
|
26966
|
-
class max(TUIMethod):
|
|
26967
|
-
"""
|
|
26968
|
-
No help available.
|
|
26969
|
-
"""
|
|
26970
|
-
class max_auto(TUIMethod):
|
|
26971
|
-
"""
|
|
26972
|
-
No help available.
|
|
26973
|
-
"""
|
|
26974
|
-
class min(TUIMethod):
|
|
26975
|
-
"""
|
|
26976
|
-
No help available.
|
|
26977
|
-
"""
|
|
26978
|
-
class min_auto(TUIMethod):
|
|
26979
|
-
"""
|
|
26980
|
-
No help available.
|
|
26981
|
-
"""
|
|
26982
26339
|
|
|
26983
26340
|
class major_gridlines(TUIMenu):
|
|
26984
26341
|
"""
|
|
@@ -26987,9 +26344,8 @@ class main_menu(TUIMenu):
|
|
|
26987
26344
|
def __init__(self, service, version, mode, path):
|
|
26988
26345
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
26989
26346
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
26990
|
-
self.
|
|
26991
|
-
self.
|
|
26992
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26347
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26348
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
26993
26349
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
26994
26350
|
super().__init__(service, version, mode, path)
|
|
26995
26351
|
class auto_placement(TUIMethod):
|
|
@@ -27000,15 +26356,11 @@ class main_menu(TUIMenu):
|
|
|
27000
26356
|
"""
|
|
27001
26357
|
No help available.
|
|
27002
26358
|
"""
|
|
27003
|
-
class
|
|
26359
|
+
class distance(TUIMethod):
|
|
27004
26360
|
"""
|
|
27005
26361
|
No help available.
|
|
27006
26362
|
"""
|
|
27007
|
-
class
|
|
27008
|
-
"""
|
|
27009
|
-
No help available.
|
|
27010
|
-
"""
|
|
27011
|
-
class units(TUIMethod):
|
|
26363
|
+
class units_or_divisions(TUIMethod):
|
|
27012
26364
|
"""
|
|
27013
26365
|
No help available.
|
|
27014
26366
|
"""
|
|
@@ -27024,9 +26376,8 @@ class main_menu(TUIMenu):
|
|
|
27024
26376
|
def __init__(self, service, version, mode, path):
|
|
27025
26377
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
27026
26378
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27027
|
-
self.
|
|
27028
|
-
self.
|
|
27029
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26379
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26380
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
27030
26381
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27031
26382
|
super().__init__(service, version, mode, path)
|
|
27032
26383
|
class auto_placement(TUIMethod):
|
|
@@ -27037,15 +26388,11 @@ class main_menu(TUIMenu):
|
|
|
27037
26388
|
"""
|
|
27038
26389
|
No help available.
|
|
27039
26390
|
"""
|
|
27040
|
-
class
|
|
26391
|
+
class distance(TUIMethod):
|
|
27041
26392
|
"""
|
|
27042
26393
|
No help available.
|
|
27043
26394
|
"""
|
|
27044
|
-
class
|
|
27045
|
-
"""
|
|
27046
|
-
No help available.
|
|
27047
|
-
"""
|
|
27048
|
-
class units(TUIMethod):
|
|
26395
|
+
class units_or_divisions(TUIMethod):
|
|
27049
26396
|
"""
|
|
27050
26397
|
No help available.
|
|
27051
26398
|
"""
|
|
@@ -27076,15 +26423,31 @@ class main_menu(TUIMenu):
|
|
|
27076
26423
|
No help available.
|
|
27077
26424
|
"""
|
|
27078
26425
|
def __init__(self, service, version, mode, path):
|
|
27079
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
27080
26426
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
27081
26427
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
27082
26428
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26429
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26430
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26431
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
27083
26432
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
27084
26433
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26434
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26435
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27085
26436
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
27086
26437
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
27087
26438
|
super().__init__(service, version, mode, path)
|
|
26439
|
+
class auto_range(TUIMethod):
|
|
26440
|
+
"""
|
|
26441
|
+
No help available.
|
|
26442
|
+
"""
|
|
26443
|
+
class auto_range_max(TUIMethod):
|
|
26444
|
+
"""
|
|
26445
|
+
No help available.
|
|
26446
|
+
"""
|
|
26447
|
+
class auto_range_min(TUIMethod):
|
|
26448
|
+
"""
|
|
26449
|
+
No help available.
|
|
26450
|
+
"""
|
|
27088
26451
|
class label(TUIMethod):
|
|
27089
26452
|
"""
|
|
27090
26453
|
No help available.
|
|
@@ -27093,46 +26456,22 @@ class main_menu(TUIMenu):
|
|
|
27093
26456
|
"""
|
|
27094
26457
|
No help available.
|
|
27095
26458
|
"""
|
|
27096
|
-
class
|
|
26459
|
+
class max(TUIMethod):
|
|
27097
26460
|
"""
|
|
27098
26461
|
No help available.
|
|
27099
26462
|
"""
|
|
27100
|
-
class
|
|
26463
|
+
class min(TUIMethod):
|
|
27101
26464
|
"""
|
|
27102
26465
|
No help available.
|
|
27103
26466
|
"""
|
|
27104
|
-
|
|
27105
|
-
|
|
26467
|
+
class show_major_gridlines(TUIMethod):
|
|
26468
|
+
"""
|
|
26469
|
+
No help available.
|
|
26470
|
+
"""
|
|
26471
|
+
class show_minor_gridlines(TUIMethod):
|
|
27106
26472
|
"""
|
|
27107
26473
|
No help available.
|
|
27108
26474
|
"""
|
|
27109
|
-
def __init__(self, service, version, mode, path):
|
|
27110
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
27111
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
27112
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
27113
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27114
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
27115
|
-
super().__init__(service, version, mode, path)
|
|
27116
|
-
class auto_range(TUIMethod):
|
|
27117
|
-
"""
|
|
27118
|
-
No help available.
|
|
27119
|
-
"""
|
|
27120
|
-
class max(TUIMethod):
|
|
27121
|
-
"""
|
|
27122
|
-
No help available.
|
|
27123
|
-
"""
|
|
27124
|
-
class max_auto(TUIMethod):
|
|
27125
|
-
"""
|
|
27126
|
-
No help available.
|
|
27127
|
-
"""
|
|
27128
|
-
class min(TUIMethod):
|
|
27129
|
-
"""
|
|
27130
|
-
No help available.
|
|
27131
|
-
"""
|
|
27132
|
-
class min_auto(TUIMethod):
|
|
27133
|
-
"""
|
|
27134
|
-
No help available.
|
|
27135
|
-
"""
|
|
27136
26475
|
|
|
27137
26476
|
class major_gridlines(TUIMenu):
|
|
27138
26477
|
"""
|
|
@@ -27141,9 +26480,8 @@ class main_menu(TUIMenu):
|
|
|
27141
26480
|
def __init__(self, service, version, mode, path):
|
|
27142
26481
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
27143
26482
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27144
|
-
self.
|
|
27145
|
-
self.
|
|
27146
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26483
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26484
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
27147
26485
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27148
26486
|
super().__init__(service, version, mode, path)
|
|
27149
26487
|
class auto_placement(TUIMethod):
|
|
@@ -27154,15 +26492,11 @@ class main_menu(TUIMenu):
|
|
|
27154
26492
|
"""
|
|
27155
26493
|
No help available.
|
|
27156
26494
|
"""
|
|
27157
|
-
class
|
|
26495
|
+
class distance(TUIMethod):
|
|
27158
26496
|
"""
|
|
27159
26497
|
No help available.
|
|
27160
26498
|
"""
|
|
27161
|
-
class
|
|
27162
|
-
"""
|
|
27163
|
-
No help available.
|
|
27164
|
-
"""
|
|
27165
|
-
class units(TUIMethod):
|
|
26499
|
+
class units_or_divisions(TUIMethod):
|
|
27166
26500
|
"""
|
|
27167
26501
|
No help available.
|
|
27168
26502
|
"""
|
|
@@ -27178,9 +26512,8 @@ class main_menu(TUIMenu):
|
|
|
27178
26512
|
def __init__(self, service, version, mode, path):
|
|
27179
26513
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
27180
26514
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27181
|
-
self.
|
|
27182
|
-
self.
|
|
27183
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26515
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26516
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
27184
26517
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27185
26518
|
super().__init__(service, version, mode, path)
|
|
27186
26519
|
class auto_placement(TUIMethod):
|
|
@@ -27191,15 +26524,11 @@ class main_menu(TUIMenu):
|
|
|
27191
26524
|
"""
|
|
27192
26525
|
No help available.
|
|
27193
26526
|
"""
|
|
27194
|
-
class
|
|
26527
|
+
class distance(TUIMethod):
|
|
27195
26528
|
"""
|
|
27196
26529
|
No help available.
|
|
27197
26530
|
"""
|
|
27198
|
-
class
|
|
27199
|
-
"""
|
|
27200
|
-
No help available.
|
|
27201
|
-
"""
|
|
27202
|
-
class units(TUIMethod):
|
|
26531
|
+
class units_or_divisions(TUIMethod):
|
|
27203
26532
|
"""
|
|
27204
26533
|
No help available.
|
|
27205
26534
|
"""
|
|
@@ -27230,99 +26559,22 @@ class main_menu(TUIMenu):
|
|
|
27230
26559
|
No help available.
|
|
27231
26560
|
"""
|
|
27232
26561
|
def __init__(self, service, version, mode, path):
|
|
27233
|
-
self.
|
|
27234
|
-
self.
|
|
27235
|
-
self.
|
|
27236
|
-
self.marker_in_file = self.__class__.marker_in_file(service, version, mode, path + ["marker_in_file"])
|
|
26562
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
26563
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
26564
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
27237
26565
|
super().__init__(service, version, mode, path)
|
|
27238
|
-
|
|
27239
|
-
class line(TUIMenu):
|
|
27240
|
-
"""
|
|
27241
|
-
No help available.
|
|
27242
|
-
"""
|
|
27243
|
-
def __init__(self, service, version, mode, path):
|
|
27244
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27245
|
-
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
27246
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27247
|
-
super().__init__(service, version, mode, path)
|
|
27248
|
-
class color(TUIMethod):
|
|
27249
|
-
"""
|
|
27250
|
-
No help available.
|
|
27251
|
-
"""
|
|
27252
|
-
class pattern(TUIMethod):
|
|
27253
|
-
"""
|
|
27254
|
-
No help available.
|
|
27255
|
-
"""
|
|
27256
|
-
class weight(TUIMethod):
|
|
27257
|
-
"""
|
|
27258
|
-
No help available.
|
|
27259
|
-
"""
|
|
27260
|
-
|
|
27261
|
-
class line_in_file(TUIMenu):
|
|
26566
|
+
class edit(TUIMethod):
|
|
27262
26567
|
"""
|
|
27263
|
-
|
|
26568
|
+
Edit curves object.
|
|
27264
26569
|
"""
|
|
27265
|
-
|
|
27266
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27267
|
-
self.pattern = self.__class__.pattern(service, version, mode, path + ["pattern"])
|
|
27268
|
-
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27269
|
-
super().__init__(service, version, mode, path)
|
|
27270
|
-
class color(TUIMethod):
|
|
27271
|
-
"""
|
|
27272
|
-
No help available.
|
|
27273
|
-
"""
|
|
27274
|
-
class pattern(TUIMethod):
|
|
27275
|
-
"""
|
|
27276
|
-
No help available.
|
|
27277
|
-
"""
|
|
27278
|
-
class weight(TUIMethod):
|
|
27279
|
-
"""
|
|
27280
|
-
No help available.
|
|
27281
|
-
"""
|
|
27282
|
-
|
|
27283
|
-
class marker(TUIMenu):
|
|
26570
|
+
class list_properties(TUIMethod):
|
|
27284
26571
|
"""
|
|
27285
26572
|
No help available.
|
|
27286
26573
|
"""
|
|
27287
|
-
|
|
27288
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27289
|
-
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
27290
|
-
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
27291
|
-
super().__init__(service, version, mode, path)
|
|
27292
|
-
class color(TUIMethod):
|
|
27293
|
-
"""
|
|
27294
|
-
No help available.
|
|
27295
|
-
"""
|
|
27296
|
-
class size(TUIMethod):
|
|
27297
|
-
"""
|
|
27298
|
-
No help available.
|
|
27299
|
-
"""
|
|
27300
|
-
class symbol(TUIMethod):
|
|
27301
|
-
"""
|
|
27302
|
-
No help available.
|
|
27303
|
-
"""
|
|
27304
|
-
|
|
27305
|
-
class marker_in_file(TUIMenu):
|
|
26574
|
+
class resize(TUIMethod):
|
|
27306
26575
|
"""
|
|
27307
26576
|
No help available.
|
|
27308
26577
|
"""
|
|
27309
|
-
def __init__(self, service, version, mode, path):
|
|
27310
|
-
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27311
|
-
self.size = self.__class__.size(service, version, mode, path + ["size"])
|
|
27312
|
-
self.symbol = self.__class__.symbol(service, version, mode, path + ["symbol"])
|
|
27313
|
-
super().__init__(service, version, mode, path)
|
|
27314
|
-
class color(TUIMethod):
|
|
27315
|
-
"""
|
|
27316
|
-
No help available.
|
|
27317
|
-
"""
|
|
27318
|
-
class size(TUIMethod):
|
|
27319
|
-
"""
|
|
27320
|
-
No help available.
|
|
27321
|
-
"""
|
|
27322
|
-
class symbol(TUIMethod):
|
|
27323
|
-
"""
|
|
27324
|
-
No help available.
|
|
27325
|
-
"""
|
|
27326
26578
|
|
|
27327
26579
|
class solution_plot(TUIMenu):
|
|
27328
26580
|
"""
|
|
@@ -27380,22 +26632,43 @@ class main_menu(TUIMenu):
|
|
|
27380
26632
|
def __init__(self, service, version, mode, path):
|
|
27381
26633
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
27382
26634
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
26635
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
27383
26636
|
super().__init__(service, version, mode, path)
|
|
26637
|
+
class background_color(TUIMethod):
|
|
26638
|
+
"""
|
|
26639
|
+
No help available.
|
|
26640
|
+
"""
|
|
27384
26641
|
|
|
27385
26642
|
class x(TUIMenu):
|
|
27386
26643
|
"""
|
|
27387
26644
|
No help available.
|
|
27388
26645
|
"""
|
|
27389
26646
|
def __init__(self, service, version, mode, path):
|
|
27390
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
27391
26647
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
27392
26648
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
27393
26649
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26650
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26651
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26652
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
27394
26653
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
27395
26654
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26655
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26656
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27396
26657
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
27397
26658
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
27398
26659
|
super().__init__(service, version, mode, path)
|
|
26660
|
+
class auto_range(TUIMethod):
|
|
26661
|
+
"""
|
|
26662
|
+
No help available.
|
|
26663
|
+
"""
|
|
26664
|
+
class auto_range_max(TUIMethod):
|
|
26665
|
+
"""
|
|
26666
|
+
No help available.
|
|
26667
|
+
"""
|
|
26668
|
+
class auto_range_min(TUIMethod):
|
|
26669
|
+
"""
|
|
26670
|
+
No help available.
|
|
26671
|
+
"""
|
|
27399
26672
|
class label(TUIMethod):
|
|
27400
26673
|
"""
|
|
27401
26674
|
No help available.
|
|
@@ -27404,46 +26677,22 @@ class main_menu(TUIMenu):
|
|
|
27404
26677
|
"""
|
|
27405
26678
|
No help available.
|
|
27406
26679
|
"""
|
|
27407
|
-
class
|
|
26680
|
+
class max(TUIMethod):
|
|
27408
26681
|
"""
|
|
27409
26682
|
No help available.
|
|
27410
26683
|
"""
|
|
27411
|
-
class
|
|
26684
|
+
class min(TUIMethod):
|
|
27412
26685
|
"""
|
|
27413
26686
|
No help available.
|
|
27414
26687
|
"""
|
|
27415
|
-
|
|
27416
|
-
|
|
26688
|
+
class show_major_gridlines(TUIMethod):
|
|
26689
|
+
"""
|
|
26690
|
+
No help available.
|
|
26691
|
+
"""
|
|
26692
|
+
class show_minor_gridlines(TUIMethod):
|
|
27417
26693
|
"""
|
|
27418
26694
|
No help available.
|
|
27419
26695
|
"""
|
|
27420
|
-
def __init__(self, service, version, mode, path):
|
|
27421
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
27422
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
27423
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
27424
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27425
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
27426
|
-
super().__init__(service, version, mode, path)
|
|
27427
|
-
class auto_range(TUIMethod):
|
|
27428
|
-
"""
|
|
27429
|
-
No help available.
|
|
27430
|
-
"""
|
|
27431
|
-
class max(TUIMethod):
|
|
27432
|
-
"""
|
|
27433
|
-
No help available.
|
|
27434
|
-
"""
|
|
27435
|
-
class max_auto(TUIMethod):
|
|
27436
|
-
"""
|
|
27437
|
-
No help available.
|
|
27438
|
-
"""
|
|
27439
|
-
class min(TUIMethod):
|
|
27440
|
-
"""
|
|
27441
|
-
No help available.
|
|
27442
|
-
"""
|
|
27443
|
-
class min_auto(TUIMethod):
|
|
27444
|
-
"""
|
|
27445
|
-
No help available.
|
|
27446
|
-
"""
|
|
27447
26696
|
|
|
27448
26697
|
class major_gridlines(TUIMenu):
|
|
27449
26698
|
"""
|
|
@@ -27452,9 +26701,8 @@ class main_menu(TUIMenu):
|
|
|
27452
26701
|
def __init__(self, service, version, mode, path):
|
|
27453
26702
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
27454
26703
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27455
|
-
self.
|
|
27456
|
-
self.
|
|
27457
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26704
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26705
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
27458
26706
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27459
26707
|
super().__init__(service, version, mode, path)
|
|
27460
26708
|
class auto_placement(TUIMethod):
|
|
@@ -27465,15 +26713,11 @@ class main_menu(TUIMenu):
|
|
|
27465
26713
|
"""
|
|
27466
26714
|
No help available.
|
|
27467
26715
|
"""
|
|
27468
|
-
class
|
|
26716
|
+
class distance(TUIMethod):
|
|
27469
26717
|
"""
|
|
27470
26718
|
No help available.
|
|
27471
26719
|
"""
|
|
27472
|
-
class
|
|
27473
|
-
"""
|
|
27474
|
-
No help available.
|
|
27475
|
-
"""
|
|
27476
|
-
class units(TUIMethod):
|
|
26720
|
+
class units_or_divisions(TUIMethod):
|
|
27477
26721
|
"""
|
|
27478
26722
|
No help available.
|
|
27479
26723
|
"""
|
|
@@ -27489,9 +26733,8 @@ class main_menu(TUIMenu):
|
|
|
27489
26733
|
def __init__(self, service, version, mode, path):
|
|
27490
26734
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
27491
26735
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27492
|
-
self.
|
|
27493
|
-
self.
|
|
27494
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26736
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26737
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
27495
26738
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27496
26739
|
super().__init__(service, version, mode, path)
|
|
27497
26740
|
class auto_placement(TUIMethod):
|
|
@@ -27502,15 +26745,11 @@ class main_menu(TUIMenu):
|
|
|
27502
26745
|
"""
|
|
27503
26746
|
No help available.
|
|
27504
26747
|
"""
|
|
27505
|
-
class
|
|
26748
|
+
class distance(TUIMethod):
|
|
27506
26749
|
"""
|
|
27507
26750
|
No help available.
|
|
27508
26751
|
"""
|
|
27509
|
-
class
|
|
27510
|
-
"""
|
|
27511
|
-
No help available.
|
|
27512
|
-
"""
|
|
27513
|
-
class units(TUIMethod):
|
|
26752
|
+
class units_or_divisions(TUIMethod):
|
|
27514
26753
|
"""
|
|
27515
26754
|
No help available.
|
|
27516
26755
|
"""
|
|
@@ -27541,15 +26780,31 @@ class main_menu(TUIMenu):
|
|
|
27541
26780
|
No help available.
|
|
27542
26781
|
"""
|
|
27543
26782
|
def __init__(self, service, version, mode, path):
|
|
27544
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
27545
26783
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
27546
26784
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
27547
26785
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
26786
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
26787
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
26788
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
27548
26789
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
27549
26790
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
26791
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
26792
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27550
26793
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
27551
26794
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
27552
26795
|
super().__init__(service, version, mode, path)
|
|
26796
|
+
class auto_range(TUIMethod):
|
|
26797
|
+
"""
|
|
26798
|
+
No help available.
|
|
26799
|
+
"""
|
|
26800
|
+
class auto_range_max(TUIMethod):
|
|
26801
|
+
"""
|
|
26802
|
+
No help available.
|
|
26803
|
+
"""
|
|
26804
|
+
class auto_range_min(TUIMethod):
|
|
26805
|
+
"""
|
|
26806
|
+
No help available.
|
|
26807
|
+
"""
|
|
27553
26808
|
class label(TUIMethod):
|
|
27554
26809
|
"""
|
|
27555
26810
|
No help available.
|
|
@@ -27558,46 +26813,22 @@ class main_menu(TUIMenu):
|
|
|
27558
26813
|
"""
|
|
27559
26814
|
No help available.
|
|
27560
26815
|
"""
|
|
27561
|
-
class
|
|
26816
|
+
class max(TUIMethod):
|
|
27562
26817
|
"""
|
|
27563
26818
|
No help available.
|
|
27564
26819
|
"""
|
|
27565
|
-
class
|
|
26820
|
+
class min(TUIMethod):
|
|
27566
26821
|
"""
|
|
27567
26822
|
No help available.
|
|
27568
26823
|
"""
|
|
27569
|
-
|
|
27570
|
-
|
|
26824
|
+
class show_major_gridlines(TUIMethod):
|
|
26825
|
+
"""
|
|
26826
|
+
No help available.
|
|
26827
|
+
"""
|
|
26828
|
+
class show_minor_gridlines(TUIMethod):
|
|
27571
26829
|
"""
|
|
27572
26830
|
No help available.
|
|
27573
26831
|
"""
|
|
27574
|
-
def __init__(self, service, version, mode, path):
|
|
27575
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
27576
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
27577
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
27578
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
27579
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
27580
|
-
super().__init__(service, version, mode, path)
|
|
27581
|
-
class auto_range(TUIMethod):
|
|
27582
|
-
"""
|
|
27583
|
-
No help available.
|
|
27584
|
-
"""
|
|
27585
|
-
class max(TUIMethod):
|
|
27586
|
-
"""
|
|
27587
|
-
No help available.
|
|
27588
|
-
"""
|
|
27589
|
-
class max_auto(TUIMethod):
|
|
27590
|
-
"""
|
|
27591
|
-
No help available.
|
|
27592
|
-
"""
|
|
27593
|
-
class min(TUIMethod):
|
|
27594
|
-
"""
|
|
27595
|
-
No help available.
|
|
27596
|
-
"""
|
|
27597
|
-
class min_auto(TUIMethod):
|
|
27598
|
-
"""
|
|
27599
|
-
No help available.
|
|
27600
|
-
"""
|
|
27601
26832
|
|
|
27602
26833
|
class major_gridlines(TUIMenu):
|
|
27603
26834
|
"""
|
|
@@ -27606,9 +26837,8 @@ class main_menu(TUIMenu):
|
|
|
27606
26837
|
def __init__(self, service, version, mode, path):
|
|
27607
26838
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
27608
26839
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27609
|
-
self.
|
|
27610
|
-
self.
|
|
27611
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26840
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26841
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
27612
26842
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27613
26843
|
super().__init__(service, version, mode, path)
|
|
27614
26844
|
class auto_placement(TUIMethod):
|
|
@@ -27619,15 +26849,11 @@ class main_menu(TUIMenu):
|
|
|
27619
26849
|
"""
|
|
27620
26850
|
No help available.
|
|
27621
26851
|
"""
|
|
27622
|
-
class
|
|
27623
|
-
"""
|
|
27624
|
-
No help available.
|
|
27625
|
-
"""
|
|
27626
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
26852
|
+
class distance(TUIMethod):
|
|
27627
26853
|
"""
|
|
27628
26854
|
No help available.
|
|
27629
26855
|
"""
|
|
27630
|
-
class
|
|
26856
|
+
class units_or_divisions(TUIMethod):
|
|
27631
26857
|
"""
|
|
27632
26858
|
No help available.
|
|
27633
26859
|
"""
|
|
@@ -27643,9 +26869,8 @@ class main_menu(TUIMenu):
|
|
|
27643
26869
|
def __init__(self, service, version, mode, path):
|
|
27644
26870
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
27645
26871
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
27646
|
-
self.
|
|
27647
|
-
self.
|
|
27648
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
26872
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
26873
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
27649
26874
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
27650
26875
|
super().__init__(service, version, mode, path)
|
|
27651
26876
|
class auto_placement(TUIMethod):
|
|
@@ -27656,15 +26881,11 @@ class main_menu(TUIMenu):
|
|
|
27656
26881
|
"""
|
|
27657
26882
|
No help available.
|
|
27658
26883
|
"""
|
|
27659
|
-
class
|
|
27660
|
-
"""
|
|
27661
|
-
No help available.
|
|
27662
|
-
"""
|
|
27663
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
26884
|
+
class distance(TUIMethod):
|
|
27664
26885
|
"""
|
|
27665
26886
|
No help available.
|
|
27666
26887
|
"""
|
|
27667
|
-
class
|
|
26888
|
+
class units_or_divisions(TUIMethod):
|
|
27668
26889
|
"""
|
|
27669
26890
|
No help available.
|
|
27670
26891
|
"""
|
|
@@ -27695,39 +26916,19 @@ class main_menu(TUIMenu):
|
|
|
27695
26916
|
No help available.
|
|
27696
26917
|
"""
|
|
27697
26918
|
def __init__(self, service, version, mode, path):
|
|
27698
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
27699
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
27700
26919
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
27701
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
27702
26920
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
27703
|
-
self.
|
|
27704
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
26921
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
27705
26922
|
super().__init__(service, version, mode, path)
|
|
27706
|
-
class create(TUIMethod):
|
|
27707
|
-
"""
|
|
27708
|
-
No help available.
|
|
27709
|
-
"""
|
|
27710
|
-
class delete(TUIMethod):
|
|
27711
|
-
"""
|
|
27712
|
-
No help available.
|
|
27713
|
-
"""
|
|
27714
26923
|
class edit(TUIMethod):
|
|
27715
26924
|
"""
|
|
27716
26925
|
Edit curves object.
|
|
27717
26926
|
"""
|
|
27718
|
-
class list(TUIMethod):
|
|
27719
|
-
"""
|
|
27720
|
-
No help available.
|
|
27721
|
-
"""
|
|
27722
26927
|
class list_properties(TUIMethod):
|
|
27723
26928
|
"""
|
|
27724
26929
|
No help available.
|
|
27725
26930
|
"""
|
|
27726
|
-
class
|
|
27727
|
-
"""
|
|
27728
|
-
No help available.
|
|
27729
|
-
"""
|
|
27730
|
-
class rename(TUIMethod):
|
|
26931
|
+
class resize(TUIMethod):
|
|
27731
26932
|
"""
|
|
27732
26933
|
No help available.
|
|
27733
26934
|
"""
|
|
@@ -28783,7 +27984,6 @@ class main_menu(TUIMenu):
|
|
|
28783
27984
|
self.create_multiple_iso_surfaces = self.__class__.create_multiple_iso_surfaces(service, version, mode, path + ["create_multiple_iso_surfaces"])
|
|
28784
27985
|
self.create_multiple_plane_surfaces = self.__class__.create_multiple_plane_surfaces(service, version, mode, path + ["create_multiple_plane_surfaces"])
|
|
28785
27986
|
self.create_multiple_zone_surfaces = self.__class__.create_multiple_zone_surfaces(service, version, mode, path + ["create_multiple_zone_surfaces"])
|
|
28786
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
28787
27987
|
self.external_surface = self.__class__.external_surface(service, version, mode, path + ["external_surface"])
|
|
28788
27988
|
self.reset_zone_surfaces = self.__class__.reset_zone_surfaces(service, version, mode, path + ["reset_zone_surfaces"])
|
|
28789
27989
|
self.set_rendering_priority = self.__class__.set_rendering_priority(service, version, mode, path + ["set_rendering_priority"])
|
|
@@ -28806,10 +28006,6 @@ class main_menu(TUIMenu):
|
|
|
28806
28006
|
"""
|
|
28807
28007
|
No help available.
|
|
28808
28008
|
"""
|
|
28809
|
-
class delete(TUIMethod):
|
|
28810
|
-
"""
|
|
28811
|
-
No help available.
|
|
28812
|
-
"""
|
|
28813
28009
|
class external_surface(TUIMethod):
|
|
28814
28010
|
"""
|
|
28815
28011
|
No help available.
|
|
@@ -29788,106 +28984,12 @@ class main_menu(TUIMenu):
|
|
|
29788
28984
|
No help available.
|
|
29789
28985
|
"""
|
|
29790
28986
|
def __init__(self, service, version, mode, path):
|
|
29791
|
-
self.automatic_exports = self.__class__.automatic_exports(service, version, mode, path + ["automatic_exports"])
|
|
29792
28987
|
self.case_modification = self.__class__.case_modification(service, version, mode, path + ["case_modification"])
|
|
29793
28988
|
self.execute_commands = self.__class__.execute_commands(service, version, mode, path + ["execute_commands"])
|
|
29794
28989
|
self.poor_mesh_numerics = self.__class__.poor_mesh_numerics(service, version, mode, path + ["poor_mesh_numerics"])
|
|
29795
28990
|
self.solution_animations = self.__class__.solution_animations(service, version, mode, path + ["solution_animations"])
|
|
29796
28991
|
super().__init__(service, version, mode, path)
|
|
29797
28992
|
|
|
29798
|
-
class automatic_exports(TUIMenu):
|
|
29799
|
-
"""
|
|
29800
|
-
No help available.
|
|
29801
|
-
"""
|
|
29802
|
-
def __init__(self, service, version, mode, path):
|
|
29803
|
-
self.cgns = self.__class__.cgns(service, version, mode, path + ["cgns"])
|
|
29804
|
-
self.dvs_export = self.__class__.dvs_export(service, version, mode, path + ["dvs_export"])
|
|
29805
|
-
super().__init__(service, version, mode, path)
|
|
29806
|
-
|
|
29807
|
-
class cgns(TUIMenu):
|
|
29808
|
-
"""
|
|
29809
|
-
No help available.
|
|
29810
|
-
"""
|
|
29811
|
-
def __init__(self, service, version, mode, path):
|
|
29812
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29813
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29814
|
-
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29815
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29816
|
-
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29817
|
-
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29818
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29819
|
-
super().__init__(service, version, mode, path)
|
|
29820
|
-
class create(TUIMethod):
|
|
29821
|
-
"""
|
|
29822
|
-
No help available.
|
|
29823
|
-
"""
|
|
29824
|
-
class delete(TUIMethod):
|
|
29825
|
-
"""
|
|
29826
|
-
No help available.
|
|
29827
|
-
"""
|
|
29828
|
-
class edit(TUIMethod):
|
|
29829
|
-
"""
|
|
29830
|
-
Edit cgns object.
|
|
29831
|
-
"""
|
|
29832
|
-
class list(TUIMethod):
|
|
29833
|
-
"""
|
|
29834
|
-
No help available.
|
|
29835
|
-
"""
|
|
29836
|
-
class list_properties(TUIMethod):
|
|
29837
|
-
"""
|
|
29838
|
-
No help available.
|
|
29839
|
-
"""
|
|
29840
|
-
class make_a_copy(TUIMethod):
|
|
29841
|
-
"""
|
|
29842
|
-
No help available.
|
|
29843
|
-
"""
|
|
29844
|
-
class rename(TUIMethod):
|
|
29845
|
-
"""
|
|
29846
|
-
No help available.
|
|
29847
|
-
"""
|
|
29848
|
-
|
|
29849
|
-
class dvs_export(TUIMenu):
|
|
29850
|
-
"""
|
|
29851
|
-
No help available.
|
|
29852
|
-
"""
|
|
29853
|
-
def __init__(self, service, version, mode, path):
|
|
29854
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
29855
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
29856
|
-
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29857
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
29858
|
-
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29859
|
-
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
29860
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29861
|
-
super().__init__(service, version, mode, path)
|
|
29862
|
-
class create(TUIMethod):
|
|
29863
|
-
"""
|
|
29864
|
-
No help available.
|
|
29865
|
-
"""
|
|
29866
|
-
class delete(TUIMethod):
|
|
29867
|
-
"""
|
|
29868
|
-
No help available.
|
|
29869
|
-
"""
|
|
29870
|
-
class edit(TUIMethod):
|
|
29871
|
-
"""
|
|
29872
|
-
Edit dvs-export object.
|
|
29873
|
-
"""
|
|
29874
|
-
class list(TUIMethod):
|
|
29875
|
-
"""
|
|
29876
|
-
No help available.
|
|
29877
|
-
"""
|
|
29878
|
-
class list_properties(TUIMethod):
|
|
29879
|
-
"""
|
|
29880
|
-
No help available.
|
|
29881
|
-
"""
|
|
29882
|
-
class make_a_copy(TUIMethod):
|
|
29883
|
-
"""
|
|
29884
|
-
No help available.
|
|
29885
|
-
"""
|
|
29886
|
-
class rename(TUIMethod):
|
|
29887
|
-
"""
|
|
29888
|
-
No help available.
|
|
29889
|
-
"""
|
|
29890
|
-
|
|
29891
28993
|
class case_modification(TUIMenu):
|
|
29892
28994
|
"""
|
|
29893
28995
|
No help available.
|
|
@@ -29896,10 +28998,10 @@ class main_menu(TUIMenu):
|
|
|
29896
28998
|
self.automatic_case_modification = self.__class__.automatic_case_modification(service, version, mode, path + ["automatic_case_modification"])
|
|
29897
28999
|
self.automatic_initialization = self.__class__.automatic_initialization(service, version, mode, path + ["automatic_initialization"])
|
|
29898
29000
|
self.continue_strategy_execution = self.__class__.continue_strategy_execution(service, version, mode, path + ["continue_strategy_execution"])
|
|
29899
|
-
self.enable_strategy = self.__class__.enable_strategy(service, version, mode, path + ["enable_strategy"])
|
|
29900
29001
|
self.execute_strategy = self.__class__.execute_strategy(service, version, mode, path + ["execute_strategy"])
|
|
29901
|
-
self.
|
|
29902
|
-
self.
|
|
29002
|
+
self.export = self.__class__.export(service, version, mode, path + ["export"])
|
|
29003
|
+
self.import_ = self.__class__.import_(service, version, mode, path + ["import_"])
|
|
29004
|
+
self.strategy_enable = self.__class__.strategy_enable(service, version, mode, path + ["strategy_enable"])
|
|
29903
29005
|
super().__init__(service, version, mode, path)
|
|
29904
29006
|
class automatic_initialization(TUIMethod):
|
|
29905
29007
|
"""
|
|
@@ -29909,19 +29011,19 @@ class main_menu(TUIMenu):
|
|
|
29909
29011
|
"""
|
|
29910
29012
|
No help available.
|
|
29911
29013
|
"""
|
|
29912
|
-
class
|
|
29014
|
+
class execute_strategy(TUIMethod):
|
|
29913
29015
|
"""
|
|
29914
29016
|
No help available.
|
|
29915
29017
|
"""
|
|
29916
|
-
class
|
|
29018
|
+
class export(TUIMethod):
|
|
29917
29019
|
"""
|
|
29918
29020
|
No help available.
|
|
29919
29021
|
"""
|
|
29920
|
-
class
|
|
29022
|
+
class import_(TUIMethod):
|
|
29921
29023
|
"""
|
|
29922
29024
|
No help available.
|
|
29923
29025
|
"""
|
|
29924
|
-
class
|
|
29026
|
+
class strategy_enable(TUIMethod):
|
|
29925
29027
|
"""
|
|
29926
29028
|
No help available.
|
|
29927
29029
|
"""
|
|
@@ -32338,13 +31440,8 @@ class main_menu(TUIMenu):
|
|
|
32338
31440
|
No help available.
|
|
32339
31441
|
"""
|
|
32340
31442
|
def __init__(self, service, version, mode, path):
|
|
32341
|
-
self.alternative_axisymmetric_formulation = self.__class__.alternative_axisymmetric_formulation(service, version, mode, path + ["alternative_axisymmetric_formulation"])
|
|
32342
31443
|
self.axis_stabilization = self.__class__.axis_stabilization(service, version, mode, path + ["axis_stabilization"])
|
|
32343
31444
|
super().__init__(service, version, mode, path)
|
|
32344
|
-
class alternative_axisymmetric_formulation(TUIMethod):
|
|
32345
|
-
"""
|
|
32346
|
-
No help available.
|
|
32347
|
-
"""
|
|
32348
31445
|
class axis_stabilization(TUIMethod):
|
|
32349
31446
|
"""
|
|
32350
31447
|
No help available.
|
|
@@ -34045,22 +33142,43 @@ class main_menu(TUIMenu):
|
|
|
34045
33142
|
def __init__(self, service, version, mode, path):
|
|
34046
33143
|
self.x = self.__class__.x(service, version, mode, path + ["x"])
|
|
34047
33144
|
self.y = self.__class__.y(service, version, mode, path + ["y"])
|
|
33145
|
+
self.background_color = self.__class__.background_color(service, version, mode, path + ["background_color"])
|
|
34048
33146
|
super().__init__(service, version, mode, path)
|
|
33147
|
+
class background_color(TUIMethod):
|
|
33148
|
+
"""
|
|
33149
|
+
No help available.
|
|
33150
|
+
"""
|
|
34049
33151
|
|
|
34050
33152
|
class x(TUIMenu):
|
|
34051
33153
|
"""
|
|
34052
33154
|
No help available.
|
|
34053
33155
|
"""
|
|
34054
33156
|
def __init__(self, service, version, mode, path):
|
|
34055
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
34056
33157
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
34057
33158
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
34058
33159
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
33160
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
33161
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
33162
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
34059
33163
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
34060
33164
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
33165
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
33166
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
34061
33167
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
34062
33168
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
34063
33169
|
super().__init__(service, version, mode, path)
|
|
33170
|
+
class auto_range(TUIMethod):
|
|
33171
|
+
"""
|
|
33172
|
+
No help available.
|
|
33173
|
+
"""
|
|
33174
|
+
class auto_range_max(TUIMethod):
|
|
33175
|
+
"""
|
|
33176
|
+
No help available.
|
|
33177
|
+
"""
|
|
33178
|
+
class auto_range_min(TUIMethod):
|
|
33179
|
+
"""
|
|
33180
|
+
No help available.
|
|
33181
|
+
"""
|
|
34064
33182
|
class label(TUIMethod):
|
|
34065
33183
|
"""
|
|
34066
33184
|
No help available.
|
|
@@ -34069,46 +33187,22 @@ class main_menu(TUIMenu):
|
|
|
34069
33187
|
"""
|
|
34070
33188
|
No help available.
|
|
34071
33189
|
"""
|
|
34072
|
-
class
|
|
33190
|
+
class max(TUIMethod):
|
|
34073
33191
|
"""
|
|
34074
33192
|
No help available.
|
|
34075
33193
|
"""
|
|
34076
|
-
class
|
|
33194
|
+
class min(TUIMethod):
|
|
34077
33195
|
"""
|
|
34078
33196
|
No help available.
|
|
34079
33197
|
"""
|
|
34080
|
-
|
|
34081
|
-
|
|
33198
|
+
class show_major_gridlines(TUIMethod):
|
|
33199
|
+
"""
|
|
33200
|
+
No help available.
|
|
33201
|
+
"""
|
|
33202
|
+
class show_minor_gridlines(TUIMethod):
|
|
34082
33203
|
"""
|
|
34083
33204
|
No help available.
|
|
34084
33205
|
"""
|
|
34085
|
-
def __init__(self, service, version, mode, path):
|
|
34086
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
34087
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
34088
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
34089
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
34090
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
34091
|
-
super().__init__(service, version, mode, path)
|
|
34092
|
-
class auto_range(TUIMethod):
|
|
34093
|
-
"""
|
|
34094
|
-
No help available.
|
|
34095
|
-
"""
|
|
34096
|
-
class max(TUIMethod):
|
|
34097
|
-
"""
|
|
34098
|
-
No help available.
|
|
34099
|
-
"""
|
|
34100
|
-
class max_auto(TUIMethod):
|
|
34101
|
-
"""
|
|
34102
|
-
No help available.
|
|
34103
|
-
"""
|
|
34104
|
-
class min(TUIMethod):
|
|
34105
|
-
"""
|
|
34106
|
-
No help available.
|
|
34107
|
-
"""
|
|
34108
|
-
class min_auto(TUIMethod):
|
|
34109
|
-
"""
|
|
34110
|
-
No help available.
|
|
34111
|
-
"""
|
|
34112
33206
|
|
|
34113
33207
|
class major_gridlines(TUIMenu):
|
|
34114
33208
|
"""
|
|
@@ -34117,9 +33211,8 @@ class main_menu(TUIMenu):
|
|
|
34117
33211
|
def __init__(self, service, version, mode, path):
|
|
34118
33212
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
34119
33213
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
34120
|
-
self.
|
|
34121
|
-
self.
|
|
34122
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33214
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
33215
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
34123
33216
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
34124
33217
|
super().__init__(service, version, mode, path)
|
|
34125
33218
|
class auto_placement(TUIMethod):
|
|
@@ -34130,15 +33223,11 @@ class main_menu(TUIMenu):
|
|
|
34130
33223
|
"""
|
|
34131
33224
|
No help available.
|
|
34132
33225
|
"""
|
|
34133
|
-
class
|
|
34134
|
-
"""
|
|
34135
|
-
No help available.
|
|
34136
|
-
"""
|
|
34137
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
33226
|
+
class distance(TUIMethod):
|
|
34138
33227
|
"""
|
|
34139
33228
|
No help available.
|
|
34140
33229
|
"""
|
|
34141
|
-
class
|
|
33230
|
+
class units_or_divisions(TUIMethod):
|
|
34142
33231
|
"""
|
|
34143
33232
|
No help available.
|
|
34144
33233
|
"""
|
|
@@ -34154,9 +33243,8 @@ class main_menu(TUIMenu):
|
|
|
34154
33243
|
def __init__(self, service, version, mode, path):
|
|
34155
33244
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
34156
33245
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
34157
|
-
self.
|
|
34158
|
-
self.
|
|
34159
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33246
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
33247
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
34160
33248
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
34161
33249
|
super().__init__(service, version, mode, path)
|
|
34162
33250
|
class auto_placement(TUIMethod):
|
|
@@ -34167,15 +33255,11 @@ class main_menu(TUIMenu):
|
|
|
34167
33255
|
"""
|
|
34168
33256
|
No help available.
|
|
34169
33257
|
"""
|
|
34170
|
-
class
|
|
34171
|
-
"""
|
|
34172
|
-
No help available.
|
|
34173
|
-
"""
|
|
34174
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
33258
|
+
class distance(TUIMethod):
|
|
34175
33259
|
"""
|
|
34176
33260
|
No help available.
|
|
34177
33261
|
"""
|
|
34178
|
-
class
|
|
33262
|
+
class units_or_divisions(TUIMethod):
|
|
34179
33263
|
"""
|
|
34180
33264
|
No help available.
|
|
34181
33265
|
"""
|
|
@@ -34206,15 +33290,31 @@ class main_menu(TUIMenu):
|
|
|
34206
33290
|
No help available.
|
|
34207
33291
|
"""
|
|
34208
33292
|
def __init__(self, service, version, mode, path):
|
|
34209
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
34210
33293
|
self.major_gridlines = self.__class__.major_gridlines(service, version, mode, path + ["major_gridlines"])
|
|
34211
33294
|
self.minor_gridlines = self.__class__.minor_gridlines(service, version, mode, path + ["minor_gridlines"])
|
|
34212
33295
|
self.number_format = self.__class__.number_format(service, version, mode, path + ["number_format"])
|
|
33296
|
+
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
33297
|
+
self.auto_range_max = self.__class__.auto_range_max(service, version, mode, path + ["auto_range_max"])
|
|
33298
|
+
self.auto_range_min = self.__class__.auto_range_min(service, version, mode, path + ["auto_range_min"])
|
|
34213
33299
|
self.label = self.__class__.label(service, version, mode, path + ["label"])
|
|
34214
33300
|
self.log_scale = self.__class__.log_scale(service, version, mode, path + ["log_scale"])
|
|
33301
|
+
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
33302
|
+
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
34215
33303
|
self.show_major_gridlines = self.__class__.show_major_gridlines(service, version, mode, path + ["show_major_gridlines"])
|
|
34216
33304
|
self.show_minor_gridlines = self.__class__.show_minor_gridlines(service, version, mode, path + ["show_minor_gridlines"])
|
|
34217
33305
|
super().__init__(service, version, mode, path)
|
|
33306
|
+
class auto_range(TUIMethod):
|
|
33307
|
+
"""
|
|
33308
|
+
No help available.
|
|
33309
|
+
"""
|
|
33310
|
+
class auto_range_max(TUIMethod):
|
|
33311
|
+
"""
|
|
33312
|
+
No help available.
|
|
33313
|
+
"""
|
|
33314
|
+
class auto_range_min(TUIMethod):
|
|
33315
|
+
"""
|
|
33316
|
+
No help available.
|
|
33317
|
+
"""
|
|
34218
33318
|
class label(TUIMethod):
|
|
34219
33319
|
"""
|
|
34220
33320
|
No help available.
|
|
@@ -34223,46 +33323,22 @@ class main_menu(TUIMenu):
|
|
|
34223
33323
|
"""
|
|
34224
33324
|
No help available.
|
|
34225
33325
|
"""
|
|
34226
|
-
class
|
|
33326
|
+
class max(TUIMethod):
|
|
34227
33327
|
"""
|
|
34228
33328
|
No help available.
|
|
34229
33329
|
"""
|
|
34230
|
-
class
|
|
33330
|
+
class min(TUIMethod):
|
|
34231
33331
|
"""
|
|
34232
33332
|
No help available.
|
|
34233
33333
|
"""
|
|
34234
|
-
|
|
34235
|
-
|
|
33334
|
+
class show_major_gridlines(TUIMethod):
|
|
33335
|
+
"""
|
|
33336
|
+
No help available.
|
|
33337
|
+
"""
|
|
33338
|
+
class show_minor_gridlines(TUIMethod):
|
|
34236
33339
|
"""
|
|
34237
33340
|
No help available.
|
|
34238
33341
|
"""
|
|
34239
|
-
def __init__(self, service, version, mode, path):
|
|
34240
|
-
self.auto_range = self.__class__.auto_range(service, version, mode, path + ["auto_range"])
|
|
34241
|
-
self.max = self.__class__.max(service, version, mode, path + ["max"])
|
|
34242
|
-
self.max_auto = self.__class__.max_auto(service, version, mode, path + ["max_auto"])
|
|
34243
|
-
self.min = self.__class__.min(service, version, mode, path + ["min"])
|
|
34244
|
-
self.min_auto = self.__class__.min_auto(service, version, mode, path + ["min_auto"])
|
|
34245
|
-
super().__init__(service, version, mode, path)
|
|
34246
|
-
class auto_range(TUIMethod):
|
|
34247
|
-
"""
|
|
34248
|
-
No help available.
|
|
34249
|
-
"""
|
|
34250
|
-
class max(TUIMethod):
|
|
34251
|
-
"""
|
|
34252
|
-
No help available.
|
|
34253
|
-
"""
|
|
34254
|
-
class max_auto(TUIMethod):
|
|
34255
|
-
"""
|
|
34256
|
-
No help available.
|
|
34257
|
-
"""
|
|
34258
|
-
class min(TUIMethod):
|
|
34259
|
-
"""
|
|
34260
|
-
No help available.
|
|
34261
|
-
"""
|
|
34262
|
-
class min_auto(TUIMethod):
|
|
34263
|
-
"""
|
|
34264
|
-
No help available.
|
|
34265
|
-
"""
|
|
34266
33342
|
|
|
34267
33343
|
class major_gridlines(TUIMenu):
|
|
34268
33344
|
"""
|
|
@@ -34271,9 +33347,8 @@ class main_menu(TUIMenu):
|
|
|
34271
33347
|
def __init__(self, service, version, mode, path):
|
|
34272
33348
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
34273
33349
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
34274
|
-
self.
|
|
34275
|
-
self.
|
|
34276
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33350
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
33351
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
34277
33352
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
34278
33353
|
super().__init__(service, version, mode, path)
|
|
34279
33354
|
class auto_placement(TUIMethod):
|
|
@@ -34284,15 +33359,11 @@ class main_menu(TUIMenu):
|
|
|
34284
33359
|
"""
|
|
34285
33360
|
No help available.
|
|
34286
33361
|
"""
|
|
34287
|
-
class
|
|
33362
|
+
class distance(TUIMethod):
|
|
34288
33363
|
"""
|
|
34289
33364
|
No help available.
|
|
34290
33365
|
"""
|
|
34291
|
-
class
|
|
34292
|
-
"""
|
|
34293
|
-
No help available.
|
|
34294
|
-
"""
|
|
34295
|
-
class units(TUIMethod):
|
|
33366
|
+
class units_or_divisions(TUIMethod):
|
|
34296
33367
|
"""
|
|
34297
33368
|
No help available.
|
|
34298
33369
|
"""
|
|
@@ -34308,9 +33379,8 @@ class main_menu(TUIMenu):
|
|
|
34308
33379
|
def __init__(self, service, version, mode, path):
|
|
34309
33380
|
self.auto_placement = self.__class__.auto_placement(service, version, mode, path + ["auto_placement"])
|
|
34310
33381
|
self.color = self.__class__.color(service, version, mode, path + ["color"])
|
|
34311
|
-
self.
|
|
34312
|
-
self.
|
|
34313
|
-
self.units = self.__class__.units(service, version, mode, path + ["units"])
|
|
33382
|
+
self.distance = self.__class__.distance(service, version, mode, path + ["distance"])
|
|
33383
|
+
self.units_or_divisions = self.__class__.units_or_divisions(service, version, mode, path + ["units_or_divisions"])
|
|
34314
33384
|
self.weight = self.__class__.weight(service, version, mode, path + ["weight"])
|
|
34315
33385
|
super().__init__(service, version, mode, path)
|
|
34316
33386
|
class auto_placement(TUIMethod):
|
|
@@ -34321,15 +33391,11 @@ class main_menu(TUIMenu):
|
|
|
34321
33391
|
"""
|
|
34322
33392
|
No help available.
|
|
34323
33393
|
"""
|
|
34324
|
-
class
|
|
34325
|
-
"""
|
|
34326
|
-
No help available.
|
|
34327
|
-
"""
|
|
34328
|
-
class specify_divisions_instead_of_units(TUIMethod):
|
|
33394
|
+
class distance(TUIMethod):
|
|
34329
33395
|
"""
|
|
34330
33396
|
No help available.
|
|
34331
33397
|
"""
|
|
34332
|
-
class
|
|
33398
|
+
class units_or_divisions(TUIMethod):
|
|
34333
33399
|
"""
|
|
34334
33400
|
No help available.
|
|
34335
33401
|
"""
|
|
@@ -34360,39 +33426,19 @@ class main_menu(TUIMenu):
|
|
|
34360
33426
|
No help available.
|
|
34361
33427
|
"""
|
|
34362
33428
|
def __init__(self, service, version, mode, path):
|
|
34363
|
-
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
34364
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
34365
33429
|
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
34366
|
-
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
34367
33430
|
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
34368
|
-
self.
|
|
34369
|
-
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
33431
|
+
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
34370
33432
|
super().__init__(service, version, mode, path)
|
|
34371
|
-
class create(TUIMethod):
|
|
34372
|
-
"""
|
|
34373
|
-
No help available.
|
|
34374
|
-
"""
|
|
34375
|
-
class delete(TUIMethod):
|
|
34376
|
-
"""
|
|
34377
|
-
No help available.
|
|
34378
|
-
"""
|
|
34379
33433
|
class edit(TUIMethod):
|
|
34380
33434
|
"""
|
|
34381
33435
|
Edit curves object.
|
|
34382
33436
|
"""
|
|
34383
|
-
class list(TUIMethod):
|
|
34384
|
-
"""
|
|
34385
|
-
No help available.
|
|
34386
|
-
"""
|
|
34387
33437
|
class list_properties(TUIMethod):
|
|
34388
33438
|
"""
|
|
34389
33439
|
No help available.
|
|
34390
33440
|
"""
|
|
34391
|
-
class
|
|
34392
|
-
"""
|
|
34393
|
-
No help available.
|
|
34394
|
-
"""
|
|
34395
|
-
class rename(TUIMethod):
|
|
33441
|
+
class resize(TUIMethod):
|
|
34396
33442
|
"""
|
|
34397
33443
|
No help available.
|
|
34398
33444
|
"""
|
|
@@ -34533,7 +33579,6 @@ class main_menu(TUIMenu):
|
|
|
34533
33579
|
self.volume = self.__class__.volume(service, version, mode, path + ["volume"])
|
|
34534
33580
|
self.compute = self.__class__.compute(service, version, mode, path + ["compute"])
|
|
34535
33581
|
self.copy = self.__class__.copy(service, version, mode, path + ["copy"])
|
|
34536
|
-
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
34537
33582
|
self.delete_all = self.__class__.delete_all(service, version, mode, path + ["delete_all"])
|
|
34538
33583
|
super().__init__(service, version, mode, path)
|
|
34539
33584
|
class compute(TUIMethod):
|
|
@@ -34544,10 +33589,6 @@ class main_menu(TUIMenu):
|
|
|
34544
33589
|
"""
|
|
34545
33590
|
No help available.
|
|
34546
33591
|
"""
|
|
34547
|
-
class delete(TUIMethod):
|
|
34548
|
-
"""
|
|
34549
|
-
No help available.
|
|
34550
|
-
"""
|
|
34551
33592
|
class delete_all(TUIMethod):
|
|
34552
33593
|
"""
|
|
34553
33594
|
No help available.
|
|
@@ -38421,13 +37462,8 @@ class main_menu(TUIMenu):
|
|
|
38421
37462
|
No help available.
|
|
38422
37463
|
"""
|
|
38423
37464
|
def __init__(self, service, version, mode, path):
|
|
38424
|
-
self.alternative_axisymmetric_formulation = self.__class__.alternative_axisymmetric_formulation(service, version, mode, path + ["alternative_axisymmetric_formulation"])
|
|
38425
37465
|
self.axis_stabilization = self.__class__.axis_stabilization(service, version, mode, path + ["axis_stabilization"])
|
|
38426
37466
|
super().__init__(service, version, mode, path)
|
|
38427
|
-
class alternative_axisymmetric_formulation(TUIMethod):
|
|
38428
|
-
"""
|
|
38429
|
-
No help available.
|
|
38430
|
-
"""
|
|
38431
37467
|
class axis_stabilization(TUIMethod):
|
|
38432
37468
|
"""
|
|
38433
37469
|
No help available.
|
|
@@ -40324,9 +39360,9 @@ class main_menu(TUIMenu):
|
|
|
40324
39360
|
Enters the menu for setting multiphase-specific time constraints.
|
|
40325
39361
|
"""
|
|
40326
39362
|
def __init__(self, service, version, mode, path):
|
|
40327
|
-
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
40328
39363
|
self.moving_mesh_cfl_constraint = self.__class__.moving_mesh_cfl_constraint(service, version, mode, path + ["moving_mesh_cfl_constraint"])
|
|
40329
39364
|
self.physics_based_constraint = self.__class__.physics_based_constraint(service, version, mode, path + ["physics_based_constraint"])
|
|
39365
|
+
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
40330
39366
|
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
40331
39367
|
super().__init__(service, version, mode, path)
|
|
40332
39368
|
class moving_mesh_cfl_constraint(TUIMethod):
|
|
@@ -40337,37 +39373,14 @@ class main_menu(TUIMenu):
|
|
|
40337
39373
|
"""
|
|
40338
39374
|
Enables/disables the physics-driven time-step constraints.
|
|
40339
39375
|
"""
|
|
40340
|
-
class
|
|
39376
|
+
class time_scale_options(TUIMethod):
|
|
40341
39377
|
"""
|
|
40342
|
-
|
|
39378
|
+
Enters the menu for choosing the time-scale options. This menu becomes available after you enable the physics-driven time-step constraints using the solve/set/transient-controls/multiphase-specific-time-constraints/physics-based-constraint? text command.
|
|
40343
39379
|
"""
|
|
40344
|
-
|
|
40345
|
-
class time_scale_options(TUIMenu):
|
|
39380
|
+
class verbosity(TUIMethod):
|
|
40346
39381
|
"""
|
|
40347
|
-
|
|
39382
|
+
When enabled, various time scales (depending on the selection) are printed to the console window at every time step. This text command is available with the moving mesh CFL constraint and with the physics-based constraint.
|
|
40348
39383
|
"""
|
|
40349
|
-
def __init__(self, service, version, mode, path):
|
|
40350
|
-
self.acoustic_scale = self.__class__.acoustic_scale(service, version, mode, path + ["acoustic_scale"])
|
|
40351
|
-
self.gravity_scale = self.__class__.gravity_scale(service, version, mode, path + ["gravity_scale"])
|
|
40352
|
-
self.surface_tension_scale = self.__class__.surface_tension_scale(service, version, mode, path + ["surface_tension_scale"])
|
|
40353
|
-
self.viscous_scale = self.__class__.viscous_scale(service, version, mode, path + ["viscous_scale"])
|
|
40354
|
-
super().__init__(service, version, mode, path)
|
|
40355
|
-
class acoustic_scale(TUIMethod):
|
|
40356
|
-
"""
|
|
40357
|
-
Allows you to Include the acoustic time scale. This option is available only for compressible flows.
|
|
40358
|
-
"""
|
|
40359
|
-
class gravity_scale(TUIMethod):
|
|
40360
|
-
"""
|
|
40361
|
-
Allows you to Include the gravitational time scale. This option is available only if gravity is enabled.
|
|
40362
|
-
"""
|
|
40363
|
-
class surface_tension_scale(TUIMethod):
|
|
40364
|
-
"""
|
|
40365
|
-
Allows you to Include the surface-tension-driven time scale. This option is available only if the surface tension force modeling is enabled.
|
|
40366
|
-
"""
|
|
40367
|
-
class viscous_scale(TUIMethod):
|
|
40368
|
-
"""
|
|
40369
|
-
Allows you to Include the viscous time scale. This option is disabled by default. This command is not available with inviscid flows.
|
|
40370
|
-
"""
|
|
40371
39384
|
|
|
40372
39385
|
class warped_face_gradient_correction(TUIMenu):
|
|
40373
39386
|
"""
|