ansys-fluent-core 0.33.dev0__py3-none-any.whl → 0.34.dev0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (78) hide show
  1. ansys/fluent/core/__init__.py +11 -4
  2. ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
  3. ansys/fluent/core/codegen/datamodelgen.py +2 -2
  4. ansys/fluent/core/codegen/print_fluent_version.py +4 -4
  5. ansys/fluent/core/codegen/settingsgen.py +1 -2
  6. ansys/fluent/core/exceptions.py +0 -1
  7. ansys/fluent/core/file_session.py +9 -9
  8. ansys/fluent/core/filereader/case_file.py +2 -2
  9. ansys/fluent/core/fluent_connection.py +5 -5
  10. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  11. ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
  12. ansys/fluent/core/generated/datamodel_231/meshing.py +202 -202
  13. ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
  14. ansys/fluent/core/generated/datamodel_232/meshing.py +159 -159
  15. ansys/fluent/core/generated/datamodel_241/flicing.py +35 -35
  16. ansys/fluent/core/generated/datamodel_241/meshing.py +294 -294
  17. ansys/fluent/core/generated/datamodel_242/flicing.py +35 -35
  18. ansys/fluent/core/generated/datamodel_242/meshing.py +305 -305
  19. ansys/fluent/core/generated/datamodel_242/part_management.py +9 -9
  20. ansys/fluent/core/generated/datamodel_251/flicing.py +50 -50
  21. ansys/fluent/core/generated/datamodel_251/meshing.py +337 -337
  22. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  23. ansys/fluent/core/generated/datamodel_252/flicing.py +35 -35
  24. ansys/fluent/core/generated/datamodel_252/meshing.py +399 -399
  25. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  26. ansys/fluent/core/generated/datamodel_261/flicing.py +45 -45
  27. ansys/fluent/core/generated/datamodel_261/meshing.py +412 -406
  28. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  29. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
  30. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  31. ansys/fluent/core/generated/solver/settings_252.py +55 -55
  32. ansys/fluent/core/generated/solver/settings_261.py +2483 -3943
  33. ansys/fluent/core/generated/solver/settings_261.pyi +3530 -6130
  34. ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
  35. ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
  36. ansys/fluent/core/generated/solver/tui_261.py +185 -345
  37. ansys/fluent/core/launcher/container_launcher.py +7 -9
  38. ansys/fluent/core/launcher/fluent_container.py +106 -75
  39. ansys/fluent/core/launcher/launch_options.py +22 -1
  40. ansys/fluent/core/launcher/launcher.py +5 -4
  41. ansys/fluent/core/pyfluent_warnings.py +13 -0
  42. ansys/fluent/core/search.py +170 -83
  43. ansys/fluent/core/services/app_utilities.py +52 -32
  44. ansys/fluent/core/services/datamodel_se.py +6 -3
  45. ansys/fluent/core/services/scheme_eval.py +2 -0
  46. ansys/fluent/core/services/solution_variables.py +64 -49
  47. ansys/fluent/core/session.py +36 -30
  48. ansys/fluent/core/session_base_meshing.py +2 -24
  49. ansys/fluent/core/session_shared.py +5 -2
  50. ansys/fluent/core/session_solver.py +15 -9
  51. ansys/fluent/core/solver/__init__.py +1 -1
  52. ansys/fluent/core/solver/flobject.py +62 -64
  53. ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
  54. ansys/fluent/core/solver/settings_builtin_data.py +121 -540
  55. ansys/fluent/core/utils/context_managers.py +0 -17
  56. ansys/fluent/core/utils/fluent_version.py +173 -0
  57. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/METADATA +8 -8
  58. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/RECORD +60 -78
  59. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/WHEEL +1 -1
  60. ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
  61. ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
  62. ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
  63. ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
  64. ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
  65. ansys/fluent/core/generated/fluent_version_222.py +0 -5
  66. ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
  67. ansys/fluent/core/generated/solver/settings_222.py +0 -29473
  68. ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
  69. ansys/fluent/core/generated/solver/tui_222.py +0 -43451
  70. ansys/fluent/core/post_objects/__init__.py +0 -21
  71. ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
  72. ansys/fluent/core/post_objects/meta.py +0 -926
  73. ansys/fluent/core/post_objects/post_helper.py +0 -178
  74. ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
  75. ansys/fluent/core/post_objects/post_objects_container.py +0 -248
  76. ansys/fluent/core/post_objects/singleton_meta.py +0 -42
  77. ansys/fluent/core/post_objects/timing_decorator.py +0 -38
  78. {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.34.dev0.dist-info/licenses}/LICENSE +0 -0
@@ -1,2449 +0,0 @@
1
- #
2
- # This is an auto-generated file. DO NOT EDIT!
3
- #
4
- # pylint: disable=line-too-long
5
-
6
- from ansys.fluent.core.services.datamodel_se import (
7
- PyMenu,
8
- PyParameter,
9
- PyTextual,
10
- PyNumerical,
11
- PyDictionary,
12
- PyNamedObjectContainer,
13
- PyCommand,
14
- PyQuery,
15
- PyCommandArguments,
16
- PyTextualCommandArgumentsSubItem,
17
- PyNumericalCommandArgumentsSubItem,
18
- PyDictionaryCommandArgumentsSubItem,
19
- PyParameterCommandArgumentsSubItem,
20
- PySingletonCommandArgumentsSubItem
21
- )
22
-
23
-
24
- class Root(PyMenu):
25
- """
26
- Singleton Root.
27
- """
28
- def __init__(self, service, rules, path):
29
- self.Appearance = self.__class__.Appearance(service, rules, path + [("Appearance", "")])
30
- self.GPUApp = self.__class__.GPUApp(service, rules, path + [("GPUApp", "")])
31
- self.General = self.__class__.General(service, rules, path + [("General", "")])
32
- self.Graphics = self.__class__.Graphics(service, rules, path + [("Graphics", "")])
33
- self.MatProApp = self.__class__.MatProApp(service, rules, path + [("MatProApp", "")])
34
- self.MeshingWorkflow = self.__class__.MeshingWorkflow(service, rules, path + [("MeshingWorkflow", "")])
35
- self.Navigation = self.__class__.Navigation(service, rules, path + [("Navigation", "")])
36
- self.PrjApp = self.__class__.PrjApp(service, rules, path + [("PrjApp", "")])
37
- self.Simulation = self.__class__.Simulation(service, rules, path + [("Simulation", "")])
38
- self.TurboWorkflow = self.__class__.TurboWorkflow(service, rules, path + [("TurboWorkflow", "")])
39
- super().__init__(service, rules, path)
40
-
41
- class Appearance(PyMenu):
42
- """
43
- Singleton Appearance.
44
- """
45
- def __init__(self, service, rules, path):
46
- self.AnsysLogo = self.__class__.AnsysLogo(service, rules, path + [("AnsysLogo", "")])
47
- self.Charts = self.__class__.Charts(service, rules, path + [("Charts", "")])
48
- self.Selections = self.__class__.Selections(service, rules, path + [("Selections", "")])
49
- self.ApplicationFontSize = self.__class__.ApplicationFontSize(service, rules, path + [("ApplicationFontSize", "")])
50
- self.AxisTriad = self.__class__.AxisTriad(service, rules, path + [("AxisTriad", "")])
51
- self.ColorTheme = self.__class__.ColorTheme(service, rules, path + [("ColorTheme", "")])
52
- self.Completer = self.__class__.Completer(service, rules, path + [("Completer", "")])
53
- self.CustomTitleBar = self.__class__.CustomTitleBar(service, rules, path + [("CustomTitleBar", "")])
54
- self.DefaultView = self.__class__.DefaultView(service, rules, path + [("DefaultView", "")])
55
- self.GraphicsBackgroundColor1 = self.__class__.GraphicsBackgroundColor1(service, rules, path + [("GraphicsBackgroundColor1", "")])
56
- self.GraphicsBackgroundColor2 = self.__class__.GraphicsBackgroundColor2(service, rules, path + [("GraphicsBackgroundColor2", "")])
57
- self.GraphicsBackgroundStyle = self.__class__.GraphicsBackgroundStyle(service, rules, path + [("GraphicsBackgroundStyle", "")])
58
- self.GraphicsColorTheme = self.__class__.GraphicsColorTheme(service, rules, path + [("GraphicsColorTheme", "")])
59
- self.GraphicsDefaultManualFaceColor = self.__class__.GraphicsDefaultManualFaceColor(service, rules, path + [("GraphicsDefaultManualFaceColor", "")])
60
- self.GraphicsDefaultManualNodeColor = self.__class__.GraphicsDefaultManualNodeColor(service, rules, path + [("GraphicsDefaultManualNodeColor", "")])
61
- self.GraphicsEdgeColor = self.__class__.GraphicsEdgeColor(service, rules, path + [("GraphicsEdgeColor", "")])
62
- self.GraphicsForegroundColor = self.__class__.GraphicsForegroundColor(service, rules, path + [("GraphicsForegroundColor", "")])
63
- self.GraphicsPartitionBoundaryColor = self.__class__.GraphicsPartitionBoundaryColor(service, rules, path + [("GraphicsPartitionBoundaryColor", "")])
64
- self.GraphicsSurfaceColor = self.__class__.GraphicsSurfaceColor(service, rules, path + [("GraphicsSurfaceColor", "")])
65
- self.GraphicsTitleWindowFramecolor = self.__class__.GraphicsTitleWindowFramecolor(service, rules, path + [("GraphicsTitleWindowFramecolor", "")])
66
- self.GraphicsView = self.__class__.GraphicsView(service, rules, path + [("GraphicsView", "")])
67
- self.GraphicsWallFaceColor = self.__class__.GraphicsWallFaceColor(service, rules, path + [("GraphicsWallFaceColor", "")])
68
- self.GroupByTreeView = self.__class__.GroupByTreeView(service, rules, path + [("GroupByTreeView", "")])
69
- self.ModelColorScheme = self.__class__.ModelColorScheme(service, rules, path + [("ModelColorScheme", "")])
70
- self.NumberOfFilesRecentlyUsed = self.__class__.NumberOfFilesRecentlyUsed(service, rules, path + [("NumberOfFilesRecentlyUsed", "")])
71
- self.NumberOfPastelColors = self.__class__.NumberOfPastelColors(service, rules, path + [("NumberOfPastelColors", "")])
72
- self.PastelColorSaturation = self.__class__.PastelColorSaturation(service, rules, path + [("PastelColorSaturation", "")])
73
- self.PastelColorValue = self.__class__.PastelColorValue(service, rules, path + [("PastelColorValue", "")])
74
- self.QuickPropertyView = self.__class__.QuickPropertyView(service, rules, path + [("QuickPropertyView", "")])
75
- self.Ruler = self.__class__.Ruler(service, rules, path + [("Ruler", "")])
76
- self.ShowEnabledModels = self.__class__.ShowEnabledModels(service, rules, path + [("ShowEnabledModels", "")])
77
- self.ShowInterfaceChildrenZone = self.__class__.ShowInterfaceChildrenZone(service, rules, path + [("ShowInterfaceChildrenZone", "")])
78
- self.ShowModelEdges = self.__class__.ShowModelEdges(service, rules, path + [("ShowModelEdges", "")])
79
- self.SolutionModeEdgeColorInMeshingMode = self.__class__.SolutionModeEdgeColorInMeshingMode(service, rules, path + [("SolutionModeEdgeColorInMeshingMode", "")])
80
- self.StartupPage = self.__class__.StartupPage(service, rules, path + [("StartupPage", "")])
81
- self.SurfaceEmissivity = self.__class__.SurfaceEmissivity(service, rules, path + [("SurfaceEmissivity", "")])
82
- self.SurfaceSpecularity = self.__class__.SurfaceSpecularity(service, rules, path + [("SurfaceSpecularity", "")])
83
- self.SurfaceSpecularityForContours = self.__class__.SurfaceSpecularityForContours(service, rules, path + [("SurfaceSpecularityForContours", "")])
84
- self.Titles = self.__class__.Titles(service, rules, path + [("Titles", "")])
85
- self.TitlesBorderOffset = self.__class__.TitlesBorderOffset(service, rules, path + [("TitlesBorderOffset", "")])
86
- super().__init__(service, rules, path)
87
-
88
- class AnsysLogo(PyMenu):
89
- """
90
- Singleton AnsysLogo.
91
- """
92
- def __init__(self, service, rules, path):
93
- self.Color = self.__class__.Color(service, rules, path + [("Color", "")])
94
- self.Visible = self.__class__.Visible(service, rules, path + [("Visible", "")])
95
- super().__init__(service, rules, path)
96
-
97
- class Color(PyTextual):
98
- """
99
- Parameter Color of value type str.
100
- """
101
- pass
102
-
103
- class Visible(PyParameter):
104
- """
105
- Parameter Visible of value type bool.
106
- """
107
- pass
108
-
109
- class Charts(PyMenu):
110
- """
111
- Singleton Charts.
112
- """
113
- def __init__(self, service, rules, path):
114
- self.Font = self.__class__.Font(service, rules, path + [("Font", "")])
115
- self.TextColor = self.__class__.TextColor(service, rules, path + [("TextColor", "")])
116
- self.CurveColors = self.__class__.CurveColors(service, rules, path + [("CurveColors", "")])
117
- self.EnableOpenGLForModernPlots = self.__class__.EnableOpenGLForModernPlots(service, rules, path + [("EnableOpenGLForModernPlots", "")])
118
- self.LegendAlignment = self.__class__.LegendAlignment(service, rules, path + [("LegendAlignment", "")])
119
- self.LegendVisibility = self.__class__.LegendVisibility(service, rules, path + [("LegendVisibility", "")])
120
- self.ModernPlotsEnabled = self.__class__.ModernPlotsEnabled(service, rules, path + [("ModernPlotsEnabled", "")])
121
- self.ModernPlotsPointsThreshold = self.__class__.ModernPlotsPointsThreshold(service, rules, path + [("ModernPlotsPointsThreshold", "")])
122
- self.PlotsBehavior = self.__class__.PlotsBehavior(service, rules, path + [("PlotsBehavior", "")])
123
- self.PrintPlotData = self.__class__.PrintPlotData(service, rules, path + [("PrintPlotData", "")])
124
- self.PrintResidualsData = self.__class__.PrintResidualsData(service, rules, path + [("PrintResidualsData", "")])
125
- self.Threshold = self.__class__.Threshold(service, rules, path + [("Threshold", "")])
126
- super().__init__(service, rules, path)
127
-
128
- class Font(PyMenu):
129
- """
130
- Singleton Font.
131
- """
132
- def __init__(self, service, rules, path):
133
- self.Axes = self.__class__.Axes(service, rules, path + [("Axes", "")])
134
- self.AxesTitles = self.__class__.AxesTitles(service, rules, path + [("AxesTitles", "")])
135
- self.Legend = self.__class__.Legend(service, rules, path + [("Legend", "")])
136
- self.Title = self.__class__.Title(service, rules, path + [("Title", "")])
137
- super().__init__(service, rules, path)
138
-
139
- class Axes(PyTextual):
140
- """
141
- Parameter Axes of value type str.
142
- """
143
- pass
144
-
145
- class AxesTitles(PyTextual):
146
- """
147
- Parameter AxesTitles of value type str.
148
- """
149
- pass
150
-
151
- class Legend(PyTextual):
152
- """
153
- Parameter Legend of value type str.
154
- """
155
- pass
156
-
157
- class Title(PyTextual):
158
- """
159
- Parameter Title of value type str.
160
- """
161
- pass
162
-
163
- class TextColor(PyMenu):
164
- """
165
- Singleton TextColor.
166
- """
167
- def __init__(self, service, rules, path):
168
- self.Axes = self.__class__.Axes(service, rules, path + [("Axes", "")])
169
- self.AxesTitles = self.__class__.AxesTitles(service, rules, path + [("AxesTitles", "")])
170
- self.Legend = self.__class__.Legend(service, rules, path + [("Legend", "")])
171
- self.Title = self.__class__.Title(service, rules, path + [("Title", "")])
172
- super().__init__(service, rules, path)
173
-
174
- class Axes(PyTextual):
175
- """
176
- Parameter Axes of value type str.
177
- """
178
- pass
179
-
180
- class AxesTitles(PyTextual):
181
- """
182
- Parameter AxesTitles of value type str.
183
- """
184
- pass
185
-
186
- class Legend(PyTextual):
187
- """
188
- Parameter Legend of value type str.
189
- """
190
- pass
191
-
192
- class Title(PyTextual):
193
- """
194
- Parameter Title of value type str.
195
- """
196
- pass
197
-
198
- class CurveColors(PyTextual):
199
- """
200
- Parameter CurveColors of value type str.
201
- """
202
- pass
203
-
204
- class EnableOpenGLForModernPlots(PyParameter):
205
- """
206
- Parameter EnableOpenGLForModernPlots of value type bool.
207
- """
208
- pass
209
-
210
- class LegendAlignment(PyTextual):
211
- """
212
- Parameter LegendAlignment of value type str.
213
- """
214
- pass
215
-
216
- class LegendVisibility(PyParameter):
217
- """
218
- Parameter LegendVisibility of value type bool.
219
- """
220
- pass
221
-
222
- class ModernPlotsEnabled(PyParameter):
223
- """
224
- Parameter ModernPlotsEnabled of value type bool.
225
- """
226
- pass
227
-
228
- class ModernPlotsPointsThreshold(PyParameter):
229
- """
230
- Parameter ModernPlotsPointsThreshold of value type bool.
231
- """
232
- pass
233
-
234
- class PlotsBehavior(PyTextual):
235
- """
236
- Parameter PlotsBehavior of value type str.
237
- """
238
- pass
239
-
240
- class PrintPlotData(PyParameter):
241
- """
242
- Parameter PrintPlotData of value type bool.
243
- """
244
- pass
245
-
246
- class PrintResidualsData(PyNumerical):
247
- """
248
- Parameter PrintResidualsData of value type int.
249
- """
250
- pass
251
-
252
- class Threshold(PyNumerical):
253
- """
254
- Parameter Threshold of value type int.
255
- """
256
- pass
257
-
258
- class Selections(PyMenu):
259
- """
260
- Singleton Selections.
261
- """
262
- def __init__(self, service, rules, path):
263
- self.GeneralDisplacement = self.__class__.GeneralDisplacement(service, rules, path + [("GeneralDisplacement", "")])
264
- self.HighlightEdgeColor = self.__class__.HighlightEdgeColor(service, rules, path + [("HighlightEdgeColor", "")])
265
- self.HighlightEdgeWeight = self.__class__.HighlightEdgeWeight(service, rules, path + [("HighlightEdgeWeight", "")])
266
- self.HighlightFaceColor = self.__class__.HighlightFaceColor(service, rules, path + [("HighlightFaceColor", "")])
267
- self.HighlightGloss = self.__class__.HighlightGloss(service, rules, path + [("HighlightGloss", "")])
268
- self.HighlightSpecularComponent = self.__class__.HighlightSpecularComponent(service, rules, path + [("HighlightSpecularComponent", "")])
269
- self.HighlightTransparency = self.__class__.HighlightTransparency(service, rules, path + [("HighlightTransparency", "")])
270
- self.MouseHoverProbeValuesEnabled = self.__class__.MouseHoverProbeValuesEnabled(service, rules, path + [("MouseHoverProbeValuesEnabled", "")])
271
- self.MouseOverHighlightEnabled = self.__class__.MouseOverHighlightEnabled(service, rules, path + [("MouseOverHighlightEnabled", "")])
272
- self.ProbeTooltipHideDelayTimer = self.__class__.ProbeTooltipHideDelayTimer(service, rules, path + [("ProbeTooltipHideDelayTimer", "")])
273
- self.ProbeTooltipShowDelayTimer = self.__class__.ProbeTooltipShowDelayTimer(service, rules, path + [("ProbeTooltipShowDelayTimer", "")])
274
- super().__init__(service, rules, path)
275
-
276
- class GeneralDisplacement(PyNumerical):
277
- """
278
- Parameter GeneralDisplacement of value type int.
279
- """
280
- pass
281
-
282
- class HighlightEdgeColor(PyTextual):
283
- """
284
- Parameter HighlightEdgeColor of value type str.
285
- """
286
- pass
287
-
288
- class HighlightEdgeWeight(PyNumerical):
289
- """
290
- Parameter HighlightEdgeWeight of value type int.
291
- """
292
- pass
293
-
294
- class HighlightFaceColor(PyTextual):
295
- """
296
- Parameter HighlightFaceColor of value type str.
297
- """
298
- pass
299
-
300
- class HighlightGloss(PyNumerical):
301
- """
302
- Parameter HighlightGloss of value type float.
303
- """
304
- pass
305
-
306
- class HighlightSpecularComponent(PyTextual):
307
- """
308
- Parameter HighlightSpecularComponent of value type str.
309
- """
310
- pass
311
-
312
- class HighlightTransparency(PyNumerical):
313
- """
314
- Parameter HighlightTransparency of value type float.
315
- """
316
- pass
317
-
318
- class MouseHoverProbeValuesEnabled(PyParameter):
319
- """
320
- Parameter MouseHoverProbeValuesEnabled of value type bool.
321
- """
322
- pass
323
-
324
- class MouseOverHighlightEnabled(PyParameter):
325
- """
326
- Parameter MouseOverHighlightEnabled of value type bool.
327
- """
328
- pass
329
-
330
- class ProbeTooltipHideDelayTimer(PyNumerical):
331
- """
332
- Parameter ProbeTooltipHideDelayTimer of value type int.
333
- """
334
- pass
335
-
336
- class ProbeTooltipShowDelayTimer(PyNumerical):
337
- """
338
- Parameter ProbeTooltipShowDelayTimer of value type int.
339
- """
340
- pass
341
-
342
- class ApplicationFontSize(PyNumerical):
343
- """
344
- Parameter ApplicationFontSize of value type int.
345
- """
346
- pass
347
-
348
- class AxisTriad(PyParameter):
349
- """
350
- Parameter AxisTriad of value type bool.
351
- """
352
- pass
353
-
354
- class ColorTheme(PyTextual):
355
- """
356
- Parameter ColorTheme of value type str.
357
- """
358
- pass
359
-
360
- class Completer(PyParameter):
361
- """
362
- Parameter Completer of value type bool.
363
- """
364
- pass
365
-
366
- class CustomTitleBar(PyParameter):
367
- """
368
- Parameter CustomTitleBar of value type bool.
369
- """
370
- pass
371
-
372
- class DefaultView(PyTextual):
373
- """
374
- Parameter DefaultView of value type str.
375
- """
376
- pass
377
-
378
- class GraphicsBackgroundColor1(PyTextual):
379
- """
380
- Parameter GraphicsBackgroundColor1 of value type str.
381
- """
382
- pass
383
-
384
- class GraphicsBackgroundColor2(PyTextual):
385
- """
386
- Parameter GraphicsBackgroundColor2 of value type str.
387
- """
388
- pass
389
-
390
- class GraphicsBackgroundStyle(PyTextual):
391
- """
392
- Parameter GraphicsBackgroundStyle of value type str.
393
- """
394
- pass
395
-
396
- class GraphicsColorTheme(PyTextual):
397
- """
398
- Parameter GraphicsColorTheme of value type str.
399
- """
400
- pass
401
-
402
- class GraphicsDefaultManualFaceColor(PyTextual):
403
- """
404
- Parameter GraphicsDefaultManualFaceColor of value type str.
405
- """
406
- pass
407
-
408
- class GraphicsDefaultManualNodeColor(PyTextual):
409
- """
410
- Parameter GraphicsDefaultManualNodeColor of value type str.
411
- """
412
- pass
413
-
414
- class GraphicsEdgeColor(PyTextual):
415
- """
416
- Parameter GraphicsEdgeColor of value type str.
417
- """
418
- pass
419
-
420
- class GraphicsForegroundColor(PyTextual):
421
- """
422
- Parameter GraphicsForegroundColor of value type str.
423
- """
424
- pass
425
-
426
- class GraphicsPartitionBoundaryColor(PyTextual):
427
- """
428
- Parameter GraphicsPartitionBoundaryColor of value type str.
429
- """
430
- pass
431
-
432
- class GraphicsSurfaceColor(PyTextual):
433
- """
434
- Parameter GraphicsSurfaceColor of value type str.
435
- """
436
- pass
437
-
438
- class GraphicsTitleWindowFramecolor(PyTextual):
439
- """
440
- Parameter GraphicsTitleWindowFramecolor of value type str.
441
- """
442
- pass
443
-
444
- class GraphicsView(PyTextual):
445
- """
446
- Parameter GraphicsView of value type str.
447
- """
448
- pass
449
-
450
- class GraphicsWallFaceColor(PyTextual):
451
- """
452
- Parameter GraphicsWallFaceColor of value type str.
453
- """
454
- pass
455
-
456
- class GroupByTreeView(PyTextual):
457
- """
458
- Parameter GroupByTreeView of value type str.
459
- """
460
- pass
461
-
462
- class ModelColorScheme(PyTextual):
463
- """
464
- Parameter ModelColorScheme of value type str.
465
- """
466
- pass
467
-
468
- class NumberOfFilesRecentlyUsed(PyNumerical):
469
- """
470
- Parameter NumberOfFilesRecentlyUsed of value type int.
471
- """
472
- pass
473
-
474
- class NumberOfPastelColors(PyTextual):
475
- """
476
- Parameter NumberOfPastelColors of value type str.
477
- """
478
- pass
479
-
480
- class PastelColorSaturation(PyNumerical):
481
- """
482
- Parameter PastelColorSaturation of value type float.
483
- """
484
- pass
485
-
486
- class PastelColorValue(PyNumerical):
487
- """
488
- Parameter PastelColorValue of value type float.
489
- """
490
- pass
491
-
492
- class QuickPropertyView(PyParameter):
493
- """
494
- Parameter QuickPropertyView of value type bool.
495
- """
496
- pass
497
-
498
- class Ruler(PyParameter):
499
- """
500
- Parameter Ruler of value type bool.
501
- """
502
- pass
503
-
504
- class ShowEnabledModels(PyParameter):
505
- """
506
- Parameter ShowEnabledModels of value type bool.
507
- """
508
- pass
509
-
510
- class ShowInterfaceChildrenZone(PyParameter):
511
- """
512
- Parameter ShowInterfaceChildrenZone of value type bool.
513
- """
514
- pass
515
-
516
- class ShowModelEdges(PyParameter):
517
- """
518
- Parameter ShowModelEdges of value type bool.
519
- """
520
- pass
521
-
522
- class SolutionModeEdgeColorInMeshingMode(PyParameter):
523
- """
524
- Parameter SolutionModeEdgeColorInMeshingMode of value type bool.
525
- """
526
- pass
527
-
528
- class StartupPage(PyParameter):
529
- """
530
- Parameter StartupPage of value type bool.
531
- """
532
- pass
533
-
534
- class SurfaceEmissivity(PyNumerical):
535
- """
536
- Parameter SurfaceEmissivity of value type float.
537
- """
538
- pass
539
-
540
- class SurfaceSpecularity(PyNumerical):
541
- """
542
- Parameter SurfaceSpecularity of value type float.
543
- """
544
- pass
545
-
546
- class SurfaceSpecularityForContours(PyNumerical):
547
- """
548
- Parameter SurfaceSpecularityForContours of value type float.
549
- """
550
- pass
551
-
552
- class Titles(PyParameter):
553
- """
554
- Parameter Titles of value type bool.
555
- """
556
- pass
557
-
558
- class TitlesBorderOffset(PyNumerical):
559
- """
560
- Parameter TitlesBorderOffset of value type float.
561
- """
562
- pass
563
-
564
- class GPUApp(PyMenu):
565
- """
566
- Singleton GPUApp.
567
- """
568
- def __init__(self, service, rules, path):
569
- self.AlphaFeatures = self.__class__.AlphaFeatures(service, rules, path + [("AlphaFeatures", "")])
570
- super().__init__(service, rules, path)
571
-
572
- class AlphaFeatures(PyParameter):
573
- """
574
- Parameter AlphaFeatures of value type bool.
575
- """
576
- pass
577
-
578
- class General(PyMenu):
579
- """
580
- Singleton General.
581
- """
582
- def __init__(self, service, rules, path):
583
- self.AdvancedPartition = self.__class__.AdvancedPartition(service, rules, path + [("AdvancedPartition", "")])
584
- self.AutomaticTranscript = self.__class__.AutomaticTranscript(service, rules, path + [("AutomaticTranscript", "")])
585
- self.DefaultIOFormat = self.__class__.DefaultIOFormat(service, rules, path + [("DefaultIOFormat", "")])
586
- self.DockEditor = self.__class__.DockEditor(service, rules, path + [("DockEditor", "")])
587
- self.EnableParametricStudy = self.__class__.EnableParametricStudy(service, rules, path + [("EnableParametricStudy", "")])
588
- self.FlowModel = self.__class__.FlowModel(service, rules, path + [("FlowModel", "")])
589
- self.IdleTimeout = self.__class__.IdleTimeout(service, rules, path + [("IdleTimeout", "")])
590
- self.KeyBehavioralChangesMessage = self.__class__.KeyBehavioralChangesMessage(service, rules, path + [("KeyBehavioralChangesMessage", "")])
591
- self.QAServiceMessage = self.__class__.QAServiceMessage(service, rules, path + [("QAServiceMessage", "")])
592
- self.UTLCreatePhysicsOnModeChange = self.__class__.UTLCreatePhysicsOnModeChange(service, rules, path + [("UTLCreatePhysicsOnModeChange", "")])
593
- self.UTLMode = self.__class__.UTLMode(service, rules, path + [("UTLMode", "")])
594
- super().__init__(service, rules, path)
595
-
596
- class AdvancedPartition(PyParameter):
597
- """
598
- Parameter AdvancedPartition of value type bool.
599
- """
600
- pass
601
-
602
- class AutomaticTranscript(PyParameter):
603
- """
604
- Parameter AutomaticTranscript of value type bool.
605
- """
606
- pass
607
-
608
- class DefaultIOFormat(PyTextual):
609
- """
610
- Parameter DefaultIOFormat of value type str.
611
- """
612
- pass
613
-
614
- class DockEditor(PyParameter):
615
- """
616
- Parameter DockEditor of value type bool.
617
- """
618
- pass
619
-
620
- class EnableParametricStudy(PyParameter):
621
- """
622
- Parameter EnableParametricStudy of value type bool.
623
- """
624
- pass
625
-
626
- class FlowModel(PyTextual):
627
- """
628
- Parameter FlowModel of value type str.
629
- """
630
- pass
631
-
632
- class IdleTimeout(PyNumerical):
633
- """
634
- Parameter IdleTimeout of value type int.
635
- """
636
- pass
637
-
638
- class KeyBehavioralChangesMessage(PyParameter):
639
- """
640
- Parameter KeyBehavioralChangesMessage of value type bool.
641
- """
642
- pass
643
-
644
- class QAServiceMessage(PyParameter):
645
- """
646
- Parameter QAServiceMessage of value type bool.
647
- """
648
- pass
649
-
650
- class UTLCreatePhysicsOnModeChange(PyParameter):
651
- """
652
- Parameter UTLCreatePhysicsOnModeChange of value type bool.
653
- """
654
- pass
655
-
656
- class UTLMode(PyParameter):
657
- """
658
- Parameter UTLMode of value type bool.
659
- """
660
- pass
661
-
662
- class Graphics(PyMenu):
663
- """
664
- Singleton Graphics.
665
- """
666
- def __init__(self, service, rules, path):
667
- self.BoundaryMarkers = self.__class__.BoundaryMarkers(service, rules, path + [("BoundaryMarkers", "")])
668
- self.ColormapSettings = self.__class__.ColormapSettings(service, rules, path + [("ColormapSettings", "")])
669
- self.EmbeddedWindows = self.__class__.EmbeddedWindows(service, rules, path + [("EmbeddedWindows", "")])
670
- self.ExportVideoSettings = self.__class__.ExportVideoSettings(service, rules, path + [("ExportVideoSettings", "")])
671
- self.GraphicsEffects = self.__class__.GraphicsEffects(service, rules, path + [("GraphicsEffects", "")])
672
- self.HardcopySettings = self.__class__.HardcopySettings(service, rules, path + [("HardcopySettings", "")])
673
- self.Lighting = self.__class__.Lighting(service, rules, path + [("Lighting", "")])
674
- self.ManageHoopsMemory = self.__class__.ManageHoopsMemory(service, rules, path + [("ManageHoopsMemory", "")])
675
- self.MaterialEffects = self.__class__.MaterialEffects(service, rules, path + [("MaterialEffects", "")])
676
- self.MeshingMode = self.__class__.MeshingMode(service, rules, path + [("MeshingMode", "")])
677
- self.Performance = self.__class__.Performance(service, rules, path + [("Performance", "")])
678
- self.Transparency = self.__class__.Transparency(service, rules, path + [("Transparency", "")])
679
- self.VectorSettings = self.__class__.VectorSettings(service, rules, path + [("VectorSettings", "")])
680
- self.AnimationOption = self.__class__.AnimationOption(service, rules, path + [("AnimationOption", "")])
681
- self.DoubleBuffering = self.__class__.DoubleBuffering(service, rules, path + [("DoubleBuffering", "")])
682
- self.EnableNonObjectBasedWorkflow = self.__class__.EnableNonObjectBasedWorkflow(service, rules, path + [("EnableNonObjectBasedWorkflow", "")])
683
- self.EventPollInterval = self.__class__.EventPollInterval(service, rules, path + [("EventPollInterval", "")])
684
- self.EventPollTimeout = self.__class__.EventPollTimeout(service, rules, path + [("EventPollTimeout", "")])
685
- self.ForceKeyFrameAnimationMarkersToOff = self.__class__.ForceKeyFrameAnimationMarkersToOff(service, rules, path + [("ForceKeyFrameAnimationMarkersToOff", "")])
686
- self.GraphicsWindowLineWidth = self.__class__.GraphicsWindowLineWidth(service, rules, path + [("GraphicsWindowLineWidth", "")])
687
- self.GraphicsWindowPointSymbol = self.__class__.GraphicsWindowPointSymbol(service, rules, path + [("GraphicsWindowPointSymbol", "")])
688
- self.HiddenSurfaceRemovalMethod = self.__class__.HiddenSurfaceRemovalMethod(service, rules, path + [("HiddenSurfaceRemovalMethod", "")])
689
- self.HigherResolutionGraphicsWindowLineWidth = self.__class__.HigherResolutionGraphicsWindowLineWidth(service, rules, path + [("HigherResolutionGraphicsWindowLineWidth", "")])
690
- self.LowerResolutionGraphicsWindowLineWidth = self.__class__.LowerResolutionGraphicsWindowLineWidth(service, rules, path + [("LowerResolutionGraphicsWindowLineWidth", "")])
691
- self.MarkerDrawingMode = self.__class__.MarkerDrawingMode(service, rules, path + [("MarkerDrawingMode", "")])
692
- self.MaxGraphicsTextSize = self.__class__.MaxGraphicsTextSize(service, rules, path + [("MaxGraphicsTextSize", "")])
693
- self.MinGraphicsTextSize = self.__class__.MinGraphicsTextSize(service, rules, path + [("MinGraphicsTextSize", "")])
694
- self.NewMaterialInfra = self.__class__.NewMaterialInfra(service, rules, path + [("NewMaterialInfra", "")])
695
- self.PlotLegendMargin = self.__class__.PlotLegendMargin(service, rules, path + [("PlotLegendMargin", "")])
696
- self.PointToolSize = self.__class__.PointToolSize(service, rules, path + [("PointToolSize", "")])
697
- self.RemovePartitionLines = self.__class__.RemovePartitionLines(service, rules, path + [("RemovePartitionLines", "")])
698
- self.RemovePartitionLinesTolerance = self.__class__.RemovePartitionLinesTolerance(service, rules, path + [("RemovePartitionLinesTolerance", "")])
699
- self.RotationCenterpointVisible = self.__class__.RotationCenterpointVisible(service, rules, path + [("RotationCenterpointVisible", "")])
700
- self.ScrollWheelEventEndTimer = self.__class__.ScrollWheelEventEndTimer(service, rules, path + [("ScrollWheelEventEndTimer", "")])
701
- self.SetCameraNormalToSurfaceIncrements = self.__class__.SetCameraNormalToSurfaceIncrements(service, rules, path + [("SetCameraNormalToSurfaceIncrements", "")])
702
- self.ShowHiddenLines = self.__class__.ShowHiddenLines(service, rules, path + [("ShowHiddenLines", "")])
703
- self.ShowHiddenSurfaces = self.__class__.ShowHiddenSurfaces(service, rules, path + [("ShowHiddenSurfaces", "")])
704
- self.SwitchToOpenGLForRemoteVisualization = self.__class__.SwitchToOpenGLForRemoteVisualization(service, rules, path + [("SwitchToOpenGLForRemoteVisualization", "")])
705
- self.TestUseExternalFunction = self.__class__.TestUseExternalFunction(service, rules, path + [("TestUseExternalFunction", "")])
706
- self.TextWindowLineWidth = self.__class__.TextWindowLineWidth(service, rules, path + [("TextWindowLineWidth", "")])
707
- super().__init__(service, rules, path)
708
-
709
- class BoundaryMarkers(PyMenu):
710
- """
711
- Singleton BoundaryMarkers.
712
- """
713
- def __init__(self, service, rules, path):
714
- self.ColorOption = self.__class__.ColorOption(service, rules, path + [("ColorOption", "")])
715
- self.Enabled = self.__class__.Enabled(service, rules, path + [("Enabled", "")])
716
- self.ExcludeFromBounding = self.__class__.ExcludeFromBounding(service, rules, path + [("ExcludeFromBounding", "")])
717
- self.InletColor = self.__class__.InletColor(service, rules, path + [("InletColor", "")])
718
- self.MarkerFraction = self.__class__.MarkerFraction(service, rules, path + [("MarkerFraction", "")])
719
- self.MarkerSizeLimitingScaleMultiplier = self.__class__.MarkerSizeLimitingScaleMultiplier(service, rules, path + [("MarkerSizeLimitingScaleMultiplier", "")])
720
- self.MarkersLimit = self.__class__.MarkersLimit(service, rules, path + [("MarkersLimit", "")])
721
- self.OutletColor = self.__class__.OutletColor(service, rules, path + [("OutletColor", "")])
722
- self.ScaleMarker = self.__class__.ScaleMarker(service, rules, path + [("ScaleMarker", "")])
723
- self.ShowInletMarkers = self.__class__.ShowInletMarkers(service, rules, path + [("ShowInletMarkers", "")])
724
- self.ShowOutletMarkers = self.__class__.ShowOutletMarkers(service, rules, path + [("ShowOutletMarkers", "")])
725
- super().__init__(service, rules, path)
726
-
727
- class ColorOption(PyTextual):
728
- """
729
- Parameter ColorOption of value type str.
730
- """
731
- pass
732
-
733
- class Enabled(PyParameter):
734
- """
735
- Parameter Enabled of value type bool.
736
- """
737
- pass
738
-
739
- class ExcludeFromBounding(PyParameter):
740
- """
741
- Parameter ExcludeFromBounding of value type bool.
742
- """
743
- pass
744
-
745
- class InletColor(PyTextual):
746
- """
747
- Parameter InletColor of value type str.
748
- """
749
- pass
750
-
751
- class MarkerFraction(PyNumerical):
752
- """
753
- Parameter MarkerFraction of value type float.
754
- """
755
- pass
756
-
757
- class MarkerSizeLimitingScaleMultiplier(PyNumerical):
758
- """
759
- Parameter MarkerSizeLimitingScaleMultiplier of value type float.
760
- """
761
- pass
762
-
763
- class MarkersLimit(PyNumerical):
764
- """
765
- Parameter MarkersLimit of value type int.
766
- """
767
- pass
768
-
769
- class OutletColor(PyTextual):
770
- """
771
- Parameter OutletColor of value type str.
772
- """
773
- pass
774
-
775
- class ScaleMarker(PyNumerical):
776
- """
777
- Parameter ScaleMarker of value type float.
778
- """
779
- pass
780
-
781
- class ShowInletMarkers(PyParameter):
782
- """
783
- Parameter ShowInletMarkers of value type bool.
784
- """
785
- pass
786
-
787
- class ShowOutletMarkers(PyParameter):
788
- """
789
- Parameter ShowOutletMarkers of value type bool.
790
- """
791
- pass
792
-
793
- class ColormapSettings(PyMenu):
794
- """
795
- Singleton ColormapSettings.
796
- """
797
- def __init__(self, service, rules, path):
798
- self.Alignment = self.__class__.Alignment(service, rules, path + [("Alignment", "")])
799
- self.AspectRatioWhenHorizontal = self.__class__.AspectRatioWhenHorizontal(service, rules, path + [("AspectRatioWhenHorizontal", "")])
800
- self.AspectRatioWhenVertical = self.__class__.AspectRatioWhenVertical(service, rules, path + [("AspectRatioWhenVertical", "")])
801
- self.AutoRefitOnResize = self.__class__.AutoRefitOnResize(service, rules, path + [("AutoRefitOnResize", "")])
802
- self.AutomaticResize = self.__class__.AutomaticResize(service, rules, path + [("AutomaticResize", "")])
803
- self.BorderStyle = self.__class__.BorderStyle(service, rules, path + [("BorderStyle", "")])
804
- self.Colormap = self.__class__.Colormap(service, rules, path + [("Colormap", "")])
805
- self.IsolinesPositionOffset = self.__class__.IsolinesPositionOffset(service, rules, path + [("IsolinesPositionOffset", "")])
806
- self.Labels = self.__class__.Labels(service, rules, path + [("Labels", "")])
807
- self.Levels = self.__class__.Levels(service, rules, path + [("Levels", "")])
808
- self.LogScale = self.__class__.LogScale(service, rules, path + [("LogScale", "")])
809
- self.MajorLengthToScreenRatioWhenHorizontal = self.__class__.MajorLengthToScreenRatioWhenHorizontal(service, rules, path + [("MajorLengthToScreenRatioWhenHorizontal", "")])
810
- self.MajorLengthToScreenRatioWhenVertical = self.__class__.MajorLengthToScreenRatioWhenVertical(service, rules, path + [("MajorLengthToScreenRatioWhenVertical", "")])
811
- self.MarginFromEdgeToScreenRatio = self.__class__.MarginFromEdgeToScreenRatio(service, rules, path + [("MarginFromEdgeToScreenRatio", "")])
812
- self.MaxSizeScaleFactor = self.__class__.MaxSizeScaleFactor(service, rules, path + [("MaxSizeScaleFactor", "")])
813
- self.MinSizeScaleFactor = self.__class__.MinSizeScaleFactor(service, rules, path + [("MinSizeScaleFactor", "")])
814
- self.NumberFormatPrecision = self.__class__.NumberFormatPrecision(service, rules, path + [("NumberFormatPrecision", "")])
815
- self.NumberFormatType = self.__class__.NumberFormatType(service, rules, path + [("NumberFormatType", "")])
816
- self.ShowColormap = self.__class__.ShowColormap(service, rules, path + [("ShowColormap", "")])
817
- self.SkipValue = self.__class__.SkipValue(service, rules, path + [("SkipValue", "")])
818
- self.TextBehavior = self.__class__.TextBehavior(service, rules, path + [("TextBehavior", "")])
819
- self.TextFontAutomaticHorizontalSize = self.__class__.TextFontAutomaticHorizontalSize(service, rules, path + [("TextFontAutomaticHorizontalSize", "")])
820
- self.TextFontAutomaticSize = self.__class__.TextFontAutomaticSize(service, rules, path + [("TextFontAutomaticSize", "")])
821
- self.TextFontAutomaticUnits = self.__class__.TextFontAutomaticUnits(service, rules, path + [("TextFontAutomaticUnits", "")])
822
- self.TextFontAutomaticVerticalSize = self.__class__.TextFontAutomaticVerticalSize(service, rules, path + [("TextFontAutomaticVerticalSize", "")])
823
- self.TextFontFixedHorizontalSize = self.__class__.TextFontFixedHorizontalSize(service, rules, path + [("TextFontFixedHorizontalSize", "")])
824
- self.TextFontFixedSize = self.__class__.TextFontFixedSize(service, rules, path + [("TextFontFixedSize", "")])
825
- self.TextFontFixedUnits = self.__class__.TextFontFixedUnits(service, rules, path + [("TextFontFixedUnits", "")])
826
- self.TextFontFixedVerticalSize = self.__class__.TextFontFixedVerticalSize(service, rules, path + [("TextFontFixedVerticalSize", "")])
827
- self.TextFontName = self.__class__.TextFontName(service, rules, path + [("TextFontName", "")])
828
- self.TextTruncationLimitForHorizontalColormaps = self.__class__.TextTruncationLimitForHorizontalColormaps(service, rules, path + [("TextTruncationLimitForHorizontalColormaps", "")])
829
- self.TextTruncationLimitForVerticalColormaps = self.__class__.TextTruncationLimitForVerticalColormaps(service, rules, path + [("TextTruncationLimitForVerticalColormaps", "")])
830
- self.Type = self.__class__.Type(service, rules, path + [("Type", "")])
831
- self.UseNoSubWindows = self.__class__.UseNoSubWindows(service, rules, path + [("UseNoSubWindows", "")])
832
- super().__init__(service, rules, path)
833
-
834
- class Alignment(PyTextual):
835
- """
836
- Parameter Alignment of value type str.
837
- """
838
- pass
839
-
840
- class AspectRatioWhenHorizontal(PyNumerical):
841
- """
842
- Parameter AspectRatioWhenHorizontal of value type float.
843
- """
844
- pass
845
-
846
- class AspectRatioWhenVertical(PyNumerical):
847
- """
848
- Parameter AspectRatioWhenVertical of value type float.
849
- """
850
- pass
851
-
852
- class AutoRefitOnResize(PyParameter):
853
- """
854
- Parameter AutoRefitOnResize of value type bool.
855
- """
856
- pass
857
-
858
- class AutomaticResize(PyParameter):
859
- """
860
- Parameter AutomaticResize of value type bool.
861
- """
862
- pass
863
-
864
- class BorderStyle(PyTextual):
865
- """
866
- Parameter BorderStyle of value type str.
867
- """
868
- pass
869
-
870
- class Colormap(PyTextual):
871
- """
872
- Parameter Colormap of value type str.
873
- """
874
- pass
875
-
876
- class IsolinesPositionOffset(PyNumerical):
877
- """
878
- Parameter IsolinesPositionOffset of value type float.
879
- """
880
- pass
881
-
882
- class Labels(PyParameter):
883
- """
884
- Parameter Labels of value type bool.
885
- """
886
- pass
887
-
888
- class Levels(PyNumerical):
889
- """
890
- Parameter Levels of value type int.
891
- """
892
- pass
893
-
894
- class LogScale(PyParameter):
895
- """
896
- Parameter LogScale of value type bool.
897
- """
898
- pass
899
-
900
- class MajorLengthToScreenRatioWhenHorizontal(PyNumerical):
901
- """
902
- Parameter MajorLengthToScreenRatioWhenHorizontal of value type float.
903
- """
904
- pass
905
-
906
- class MajorLengthToScreenRatioWhenVertical(PyNumerical):
907
- """
908
- Parameter MajorLengthToScreenRatioWhenVertical of value type float.
909
- """
910
- pass
911
-
912
- class MarginFromEdgeToScreenRatio(PyNumerical):
913
- """
914
- Parameter MarginFromEdgeToScreenRatio of value type float.
915
- """
916
- pass
917
-
918
- class MaxSizeScaleFactor(PyNumerical):
919
- """
920
- Parameter MaxSizeScaleFactor of value type float.
921
- """
922
- pass
923
-
924
- class MinSizeScaleFactor(PyNumerical):
925
- """
926
- Parameter MinSizeScaleFactor of value type float.
927
- """
928
- pass
929
-
930
- class NumberFormatPrecision(PyNumerical):
931
- """
932
- Parameter NumberFormatPrecision of value type int.
933
- """
934
- pass
935
-
936
- class NumberFormatType(PyTextual):
937
- """
938
- Parameter NumberFormatType of value type str.
939
- """
940
- pass
941
-
942
- class ShowColormap(PyParameter):
943
- """
944
- Parameter ShowColormap of value type bool.
945
- """
946
- pass
947
-
948
- class SkipValue(PyNumerical):
949
- """
950
- Parameter SkipValue of value type int.
951
- """
952
- pass
953
-
954
- class TextBehavior(PyTextual):
955
- """
956
- Parameter TextBehavior of value type str.
957
- """
958
- pass
959
-
960
- class TextFontAutomaticHorizontalSize(PyNumerical):
961
- """
962
- Parameter TextFontAutomaticHorizontalSize of value type float.
963
- """
964
- pass
965
-
966
- class TextFontAutomaticSize(PyNumerical):
967
- """
968
- Parameter TextFontAutomaticSize of value type float.
969
- """
970
- pass
971
-
972
- class TextFontAutomaticUnits(PyTextual):
973
- """
974
- Parameter TextFontAutomaticUnits of value type str.
975
- """
976
- pass
977
-
978
- class TextFontAutomaticVerticalSize(PyNumerical):
979
- """
980
- Parameter TextFontAutomaticVerticalSize of value type float.
981
- """
982
- pass
983
-
984
- class TextFontFixedHorizontalSize(PyNumerical):
985
- """
986
- Parameter TextFontFixedHorizontalSize of value type int.
987
- """
988
- pass
989
-
990
- class TextFontFixedSize(PyNumerical):
991
- """
992
- Parameter TextFontFixedSize of value type int.
993
- """
994
- pass
995
-
996
- class TextFontFixedUnits(PyTextual):
997
- """
998
- Parameter TextFontFixedUnits of value type str.
999
- """
1000
- pass
1001
-
1002
- class TextFontFixedVerticalSize(PyNumerical):
1003
- """
1004
- Parameter TextFontFixedVerticalSize of value type int.
1005
- """
1006
- pass
1007
-
1008
- class TextFontName(PyTextual):
1009
- """
1010
- Parameter TextFontName of value type str.
1011
- """
1012
- pass
1013
-
1014
- class TextTruncationLimitForHorizontalColormaps(PyNumerical):
1015
- """
1016
- Parameter TextTruncationLimitForHorizontalColormaps of value type int.
1017
- """
1018
- pass
1019
-
1020
- class TextTruncationLimitForVerticalColormaps(PyNumerical):
1021
- """
1022
- Parameter TextTruncationLimitForVerticalColormaps of value type int.
1023
- """
1024
- pass
1025
-
1026
- class Type(PyTextual):
1027
- """
1028
- Parameter Type of value type str.
1029
- """
1030
- pass
1031
-
1032
- class UseNoSubWindows(PyParameter):
1033
- """
1034
- Parameter UseNoSubWindows of value type bool.
1035
- """
1036
- pass
1037
-
1038
- class EmbeddedWindows(PyMenu):
1039
- """
1040
- Singleton EmbeddedWindows.
1041
- """
1042
- def __init__(self, service, rules, path):
1043
- self.DefaultEmbeddedMeshWindowsView = self.__class__.DefaultEmbeddedMeshWindowsView(service, rules, path + [("DefaultEmbeddedMeshWindowsView", "")])
1044
- self.DefaultEmbeddedWindowsView = self.__class__.DefaultEmbeddedWindowsView(service, rules, path + [("DefaultEmbeddedWindowsView", "")])
1045
- self.SaveEmbeddedWindowLayout = self.__class__.SaveEmbeddedWindowLayout(service, rules, path + [("SaveEmbeddedWindowLayout", "")])
1046
- self.ShowBorderForEmbeddedWindow = self.__class__.ShowBorderForEmbeddedWindow(service, rules, path + [("ShowBorderForEmbeddedWindow", "")])
1047
- super().__init__(service, rules, path)
1048
-
1049
- class DefaultEmbeddedMeshWindowsView(PyParameter):
1050
- """
1051
- Parameter DefaultEmbeddedMeshWindowsView of value type bool.
1052
- """
1053
- pass
1054
-
1055
- class DefaultEmbeddedWindowsView(PyParameter):
1056
- """
1057
- Parameter DefaultEmbeddedWindowsView of value type bool.
1058
- """
1059
- pass
1060
-
1061
- class SaveEmbeddedWindowLayout(PyParameter):
1062
- """
1063
- Parameter SaveEmbeddedWindowLayout of value type bool.
1064
- """
1065
- pass
1066
-
1067
- class ShowBorderForEmbeddedWindow(PyParameter):
1068
- """
1069
- Parameter ShowBorderForEmbeddedWindow of value type bool.
1070
- """
1071
- pass
1072
-
1073
- class ExportVideoSettings(PyMenu):
1074
- """
1075
- Singleton ExportVideoSettings.
1076
- """
1077
- def __init__(self, service, rules, path):
1078
- self.AdvancedVideoQualityOptions = self.__class__.AdvancedVideoQualityOptions(service, rules, path + [("AdvancedVideoQualityOptions", "")])
1079
- self.VideoFPS = self.__class__.VideoFPS(service, rules, path + [("VideoFPS", "")])
1080
- self.VideoFormat = self.__class__.VideoFormat(service, rules, path + [("VideoFormat", "")])
1081
- self.VideoQuality = self.__class__.VideoQuality(service, rules, path + [("VideoQuality", "")])
1082
- self.VideoResoutionX = self.__class__.VideoResoutionX(service, rules, path + [("VideoResoutionX", "")])
1083
- self.VideoResoutionY = self.__class__.VideoResoutionY(service, rules, path + [("VideoResoutionY", "")])
1084
- self.VideoScale = self.__class__.VideoScale(service, rules, path + [("VideoScale", "")])
1085
- self.VideoSmoothScaling = self.__class__.VideoSmoothScaling(service, rules, path + [("VideoSmoothScaling", "")])
1086
- self.VideoUseFrameResolution = self.__class__.VideoUseFrameResolution(service, rules, path + [("VideoUseFrameResolution", "")])
1087
- super().__init__(service, rules, path)
1088
-
1089
- class AdvancedVideoQualityOptions(PyMenu):
1090
- """
1091
- Singleton AdvancedVideoQualityOptions.
1092
- """
1093
- def __init__(self, service, rules, path):
1094
- self.BitRateQuality = self.__class__.BitRateQuality(service, rules, path + [("BitRateQuality", "")])
1095
- self.Bitrate = self.__class__.Bitrate(service, rules, path + [("Bitrate", "")])
1096
- self.CompressionMethod = self.__class__.CompressionMethod(service, rules, path + [("CompressionMethod", "")])
1097
- self.EnableH264 = self.__class__.EnableH264(service, rules, path + [("EnableH264", "")])
1098
- self.KeyFrames = self.__class__.KeyFrames(service, rules, path + [("KeyFrames", "")])
1099
- super().__init__(service, rules, path)
1100
-
1101
- class BitRateQuality(PyTextual):
1102
- """
1103
- Parameter BitRateQuality of value type str.
1104
- """
1105
- pass
1106
-
1107
- class Bitrate(PyNumerical):
1108
- """
1109
- Parameter Bitrate of value type int.
1110
- """
1111
- pass
1112
-
1113
- class CompressionMethod(PyTextual):
1114
- """
1115
- Parameter CompressionMethod of value type str.
1116
- """
1117
- pass
1118
-
1119
- class EnableH264(PyParameter):
1120
- """
1121
- Parameter EnableH264 of value type bool.
1122
- """
1123
- pass
1124
-
1125
- class KeyFrames(PyNumerical):
1126
- """
1127
- Parameter KeyFrames of value type int.
1128
- """
1129
- pass
1130
-
1131
- class VideoFPS(PyNumerical):
1132
- """
1133
- Parameter VideoFPS of value type int.
1134
- """
1135
- pass
1136
-
1137
- class VideoFormat(PyTextual):
1138
- """
1139
- Parameter VideoFormat of value type str.
1140
- """
1141
- pass
1142
-
1143
- class VideoQuality(PyTextual):
1144
- """
1145
- Parameter VideoQuality of value type str.
1146
- """
1147
- pass
1148
-
1149
- class VideoResoutionX(PyNumerical):
1150
- """
1151
- Parameter VideoResoutionX of value type int.
1152
- """
1153
- pass
1154
-
1155
- class VideoResoutionY(PyNumerical):
1156
- """
1157
- Parameter VideoResoutionY of value type int.
1158
- """
1159
- pass
1160
-
1161
- class VideoScale(PyTextual):
1162
- """
1163
- Parameter VideoScale of value type str.
1164
- """
1165
- pass
1166
-
1167
- class VideoSmoothScaling(PyParameter):
1168
- """
1169
- Parameter VideoSmoothScaling of value type bool.
1170
- """
1171
- pass
1172
-
1173
- class VideoUseFrameResolution(PyParameter):
1174
- """
1175
- Parameter VideoUseFrameResolution of value type bool.
1176
- """
1177
- pass
1178
-
1179
- class GraphicsEffects(PyMenu):
1180
- """
1181
- Singleton GraphicsEffects.
1182
- """
1183
- def __init__(self, service, rules, path):
1184
- self.AmbientOcclusionEnabled = self.__class__.AmbientOcclusionEnabled(service, rules, path + [("AmbientOcclusionEnabled", "")])
1185
- self.AmbientOcclusionQuality = self.__class__.AmbientOcclusionQuality(service, rules, path + [("AmbientOcclusionQuality", "")])
1186
- self.AmbientOcclusionStrength = self.__class__.AmbientOcclusionStrength(service, rules, path + [("AmbientOcclusionStrength", "")])
1187
- self.AntiAliasing = self.__class__.AntiAliasing(service, rules, path + [("AntiAliasing", "")])
1188
- self.BloomBlur = self.__class__.BloomBlur(service, rules, path + [("BloomBlur", "")])
1189
- self.BloomEnabled = self.__class__.BloomEnabled(service, rules, path + [("BloomEnabled", "")])
1190
- self.BloomStrength = self.__class__.BloomStrength(service, rules, path + [("BloomStrength", "")])
1191
- self.GridColor = self.__class__.GridColor(service, rules, path + [("GridColor", "")])
1192
- self.GridPlaneCount = self.__class__.GridPlaneCount(service, rules, path + [("GridPlaneCount", "")])
1193
- self.GridPlaneEnabled = self.__class__.GridPlaneEnabled(service, rules, path + [("GridPlaneEnabled", "")])
1194
- self.GridPlaneOffset = self.__class__.GridPlaneOffset(service, rules, path + [("GridPlaneOffset", "")])
1195
- self.GridPlaneSizeFactor = self.__class__.GridPlaneSizeFactor(service, rules, path + [("GridPlaneSizeFactor", "")])
1196
- self.PlaneDirection = self.__class__.PlaneDirection(service, rules, path + [("PlaneDirection", "")])
1197
- self.ReflectionsEnabled = self.__class__.ReflectionsEnabled(service, rules, path + [("ReflectionsEnabled", "")])
1198
- self.ShadowMapEnabled = self.__class__.ShadowMapEnabled(service, rules, path + [("ShadowMapEnabled", "")])
1199
- self.ShowEdgeReflections = self.__class__.ShowEdgeReflections(service, rules, path + [("ShowEdgeReflections", "")])
1200
- self.ShowMarkerReflections = self.__class__.ShowMarkerReflections(service, rules, path + [("ShowMarkerReflections", "")])
1201
- self.SimpleShadowsEnabled = self.__class__.SimpleShadowsEnabled(service, rules, path + [("SimpleShadowsEnabled", "")])
1202
- self.UpdateAfterMouseRelease = self.__class__.UpdateAfterMouseRelease(service, rules, path + [("UpdateAfterMouseRelease", "")])
1203
- super().__init__(service, rules, path)
1204
-
1205
- class AmbientOcclusionEnabled(PyParameter):
1206
- """
1207
- Parameter AmbientOcclusionEnabled of value type bool.
1208
- """
1209
- pass
1210
-
1211
- class AmbientOcclusionQuality(PyTextual):
1212
- """
1213
- Parameter AmbientOcclusionQuality of value type str.
1214
- """
1215
- pass
1216
-
1217
- class AmbientOcclusionStrength(PyNumerical):
1218
- """
1219
- Parameter AmbientOcclusionStrength of value type int.
1220
- """
1221
- pass
1222
-
1223
- class AntiAliasing(PyParameter):
1224
- """
1225
- Parameter AntiAliasing of value type bool.
1226
- """
1227
- pass
1228
-
1229
- class BloomBlur(PyNumerical):
1230
- """
1231
- Parameter BloomBlur of value type int.
1232
- """
1233
- pass
1234
-
1235
- class BloomEnabled(PyParameter):
1236
- """
1237
- Parameter BloomEnabled of value type bool.
1238
- """
1239
- pass
1240
-
1241
- class BloomStrength(PyNumerical):
1242
- """
1243
- Parameter BloomStrength of value type int.
1244
- """
1245
- pass
1246
-
1247
- class GridColor(PyTextual):
1248
- """
1249
- Parameter GridColor of value type str.
1250
- """
1251
- pass
1252
-
1253
- class GridPlaneCount(PyNumerical):
1254
- """
1255
- Parameter GridPlaneCount of value type int.
1256
- """
1257
- pass
1258
-
1259
- class GridPlaneEnabled(PyParameter):
1260
- """
1261
- Parameter GridPlaneEnabled of value type bool.
1262
- """
1263
- pass
1264
-
1265
- class GridPlaneOffset(PyNumerical):
1266
- """
1267
- Parameter GridPlaneOffset of value type int.
1268
- """
1269
- pass
1270
-
1271
- class GridPlaneSizeFactor(PyNumerical):
1272
- """
1273
- Parameter GridPlaneSizeFactor of value type int.
1274
- """
1275
- pass
1276
-
1277
- class PlaneDirection(PyTextual):
1278
- """
1279
- Parameter PlaneDirection of value type str.
1280
- """
1281
- pass
1282
-
1283
- class ReflectionsEnabled(PyParameter):
1284
- """
1285
- Parameter ReflectionsEnabled of value type bool.
1286
- """
1287
- pass
1288
-
1289
- class ShadowMapEnabled(PyParameter):
1290
- """
1291
- Parameter ShadowMapEnabled of value type bool.
1292
- """
1293
- pass
1294
-
1295
- class ShowEdgeReflections(PyParameter):
1296
- """
1297
- Parameter ShowEdgeReflections of value type bool.
1298
- """
1299
- pass
1300
-
1301
- class ShowMarkerReflections(PyParameter):
1302
- """
1303
- Parameter ShowMarkerReflections of value type bool.
1304
- """
1305
- pass
1306
-
1307
- class SimpleShadowsEnabled(PyParameter):
1308
- """
1309
- Parameter SimpleShadowsEnabled of value type bool.
1310
- """
1311
- pass
1312
-
1313
- class UpdateAfterMouseRelease(PyParameter):
1314
- """
1315
- Parameter UpdateAfterMouseRelease of value type bool.
1316
- """
1317
- pass
1318
-
1319
- class HardcopySettings(PyMenu):
1320
- """
1321
- Singleton HardcopySettings.
1322
- """
1323
- def __init__(self, service, rules, path):
1324
- self.ExportEdgesForAVZ = self.__class__.ExportEdgesForAVZ(service, rules, path + [("ExportEdgesForAVZ", "")])
1325
- self.HardcopyDriver = self.__class__.HardcopyDriver(service, rules, path + [("HardcopyDriver", "")])
1326
- self.HardcopyLineWidth = self.__class__.HardcopyLineWidth(service, rules, path + [("HardcopyLineWidth", "")])
1327
- self.HardwareImageAccel = self.__class__.HardwareImageAccel(service, rules, path + [("HardwareImageAccel", "")])
1328
- self.PostScriptPermissionOverride = self.__class__.PostScriptPermissionOverride(service, rules, path + [("PostScriptPermissionOverride", "")])
1329
- self.SaveEmbeddedHardcopiesSeparately = self.__class__.SaveEmbeddedHardcopiesSeparately(service, rules, path + [("SaveEmbeddedHardcopiesSeparately", "")])
1330
- self.SaveEmbeddedWindowsInHardcopy = self.__class__.SaveEmbeddedWindowsInHardcopy(service, rules, path + [("SaveEmbeddedWindowsInHardcopy", "")])
1331
- self.TransparentEmbeddedWindows = self.__class__.TransparentEmbeddedWindows(service, rules, path + [("TransparentEmbeddedWindows", "")])
1332
- super().__init__(service, rules, path)
1333
-
1334
- class ExportEdgesForAVZ(PyParameter):
1335
- """
1336
- Parameter ExportEdgesForAVZ of value type bool.
1337
- """
1338
- pass
1339
-
1340
- class HardcopyDriver(PyTextual):
1341
- """
1342
- Parameter HardcopyDriver of value type str.
1343
- """
1344
- pass
1345
-
1346
- class HardcopyLineWidth(PyNumerical):
1347
- """
1348
- Parameter HardcopyLineWidth of value type int.
1349
- """
1350
- pass
1351
-
1352
- class HardwareImageAccel(PyParameter):
1353
- """
1354
- Parameter HardwareImageAccel of value type bool.
1355
- """
1356
- pass
1357
-
1358
- class PostScriptPermissionOverride(PyParameter):
1359
- """
1360
- Parameter PostScriptPermissionOverride of value type bool.
1361
- """
1362
- pass
1363
-
1364
- class SaveEmbeddedHardcopiesSeparately(PyParameter):
1365
- """
1366
- Parameter SaveEmbeddedHardcopiesSeparately of value type bool.
1367
- """
1368
- pass
1369
-
1370
- class SaveEmbeddedWindowsInHardcopy(PyParameter):
1371
- """
1372
- Parameter SaveEmbeddedWindowsInHardcopy of value type bool.
1373
- """
1374
- pass
1375
-
1376
- class TransparentEmbeddedWindows(PyParameter):
1377
- """
1378
- Parameter TransparentEmbeddedWindows of value type bool.
1379
- """
1380
- pass
1381
-
1382
- class Lighting(PyMenu):
1383
- """
1384
- Singleton Lighting.
1385
- """
1386
- def __init__(self, service, rules, path):
1387
- self.AmbientLightIntensity = self.__class__.AmbientLightIntensity(service, rules, path + [("AmbientLightIntensity", "")])
1388
- self.Headlight = self.__class__.Headlight(service, rules, path + [("Headlight", "")])
1389
- self.HeadlightIntensity = self.__class__.HeadlightIntensity(service, rules, path + [("HeadlightIntensity", "")])
1390
- self.LightingMethod = self.__class__.LightingMethod(service, rules, path + [("LightingMethod", "")])
1391
- super().__init__(service, rules, path)
1392
-
1393
- class AmbientLightIntensity(PyNumerical):
1394
- """
1395
- Parameter AmbientLightIntensity of value type float.
1396
- """
1397
- pass
1398
-
1399
- class Headlight(PyTextual):
1400
- """
1401
- Parameter Headlight of value type str.
1402
- """
1403
- pass
1404
-
1405
- class HeadlightIntensity(PyNumerical):
1406
- """
1407
- Parameter HeadlightIntensity of value type float.
1408
- """
1409
- pass
1410
-
1411
- class LightingMethod(PyTextual):
1412
- """
1413
- Parameter LightingMethod of value type str.
1414
- """
1415
- pass
1416
-
1417
- class ManageHoopsMemory(PyMenu):
1418
- """
1419
- Singleton ManageHoopsMemory.
1420
- """
1421
- def __init__(self, service, rules, path):
1422
- self.Enabled = self.__class__.Enabled(service, rules, path + [("Enabled", "")])
1423
- self.HSFImportLimit = self.__class__.HSFImportLimit(service, rules, path + [("HSFImportLimit", "")])
1424
- super().__init__(service, rules, path)
1425
-
1426
- class Enabled(PyParameter):
1427
- """
1428
- Parameter Enabled of value type bool.
1429
- """
1430
- pass
1431
-
1432
- class HSFImportLimit(PyNumerical):
1433
- """
1434
- Parameter HSFImportLimit of value type int.
1435
- """
1436
- pass
1437
-
1438
- class MaterialEffects(PyMenu):
1439
- """
1440
- Singleton MaterialEffects.
1441
- """
1442
- def __init__(self, service, rules, path):
1443
- self.DecimationFilter = self.__class__.DecimationFilter(service, rules, path + [("DecimationFilter", "")])
1444
- self.ParameterizationSource = self.__class__.ParameterizationSource(service, rules, path + [("ParameterizationSource", "")])
1445
- self.TilingStyle = self.__class__.TilingStyle(service, rules, path + [("TilingStyle", "")])
1446
- super().__init__(service, rules, path)
1447
-
1448
- class DecimationFilter(PyTextual):
1449
- """
1450
- Parameter DecimationFilter of value type str.
1451
- """
1452
- pass
1453
-
1454
- class ParameterizationSource(PyTextual):
1455
- """
1456
- Parameter ParameterizationSource of value type str.
1457
- """
1458
- pass
1459
-
1460
- class TilingStyle(PyTextual):
1461
- """
1462
- Parameter TilingStyle of value type str.
1463
- """
1464
- pass
1465
-
1466
- class MeshingMode(PyMenu):
1467
- """
1468
- Singleton MeshingMode.
1469
- """
1470
- def __init__(self, service, rules, path):
1471
- self.GraphicsWindowDisplayTimeout = self.__class__.GraphicsWindowDisplayTimeout(service, rules, path + [("GraphicsWindowDisplayTimeout", "")])
1472
- self.GraphicsWindowDisplayTimeoutValue = self.__class__.GraphicsWindowDisplayTimeoutValue(service, rules, path + [("GraphicsWindowDisplayTimeoutValue", "")])
1473
- super().__init__(service, rules, path)
1474
-
1475
- class GraphicsWindowDisplayTimeout(PyParameter):
1476
- """
1477
- Parameter GraphicsWindowDisplayTimeout of value type bool.
1478
- """
1479
- pass
1480
-
1481
- class GraphicsWindowDisplayTimeoutValue(PyNumerical):
1482
- """
1483
- Parameter GraphicsWindowDisplayTimeoutValue of value type float.
1484
- """
1485
- pass
1486
-
1487
- class Performance(PyMenu):
1488
- """
1489
- Singleton Performance.
1490
- """
1491
- def __init__(self, service, rules, path):
1492
- self.FastDisplayMode = self.__class__.FastDisplayMode(service, rules, path + [("FastDisplayMode", "")])
1493
- self.MinimumFrameRate = self.__class__.MinimumFrameRate(service, rules, path + [("MinimumFrameRate", "")])
1494
- self.OptimizeFor = self.__class__.OptimizeFor(service, rules, path + [("OptimizeFor", "")])
1495
- self.RatioOfTargetFrameRateToClassifyHeavyGeometry = self.__class__.RatioOfTargetFrameRateToClassifyHeavyGeometry(service, rules, path + [("RatioOfTargetFrameRateToClassifyHeavyGeometry", "")])
1496
- self.RatioOfTargetFrameRateToDeclassifyHeavyGeometry = self.__class__.RatioOfTargetFrameRateToDeclassifyHeavyGeometry(service, rules, path + [("RatioOfTargetFrameRateToDeclassifyHeavyGeometry", "")])
1497
- super().__init__(service, rules, path)
1498
-
1499
- class FastDisplayMode(PyMenu):
1500
- """
1501
- Singleton FastDisplayMode.
1502
- """
1503
- def __init__(self, service, rules, path):
1504
- self.Culling = self.__class__.Culling(service, rules, path + [("Culling", "")])
1505
- self.FacesShown = self.__class__.FacesShown(service, rules, path + [("FacesShown", "")])
1506
- self.MarkersDecimation = self.__class__.MarkersDecimation(service, rules, path + [("MarkersDecimation", "")])
1507
- self.NodesShown = self.__class__.NodesShown(service, rules, path + [("NodesShown", "")])
1508
- self.PerimeterEdgesShown = self.__class__.PerimeterEdgesShown(service, rules, path + [("PerimeterEdgesShown", "")])
1509
- self.SilhouetteShown = self.__class__.SilhouetteShown(service, rules, path + [("SilhouetteShown", "")])
1510
- self.Status = self.__class__.Status(service, rules, path + [("Status", "")])
1511
- self.Transparency = self.__class__.Transparency(service, rules, path + [("Transparency", "")])
1512
- super().__init__(service, rules, path)
1513
-
1514
- class Culling(PyNumerical):
1515
- """
1516
- Parameter Culling of value type int.
1517
- """
1518
- pass
1519
-
1520
- class FacesShown(PyParameter):
1521
- """
1522
- Parameter FacesShown of value type bool.
1523
- """
1524
- pass
1525
-
1526
- class MarkersDecimation(PyNumerical):
1527
- """
1528
- Parameter MarkersDecimation of value type float.
1529
- """
1530
- pass
1531
-
1532
- class NodesShown(PyParameter):
1533
- """
1534
- Parameter NodesShown of value type bool.
1535
- """
1536
- pass
1537
-
1538
- class PerimeterEdgesShown(PyParameter):
1539
- """
1540
- Parameter PerimeterEdgesShown of value type bool.
1541
- """
1542
- pass
1543
-
1544
- class SilhouetteShown(PyParameter):
1545
- """
1546
- Parameter SilhouetteShown of value type bool.
1547
- """
1548
- pass
1549
-
1550
- class Status(PyTextual):
1551
- """
1552
- Parameter Status of value type str.
1553
- """
1554
- pass
1555
-
1556
- class Transparency(PyParameter):
1557
- """
1558
- Parameter Transparency of value type bool.
1559
- """
1560
- pass
1561
-
1562
- class MinimumFrameRate(PyMenu):
1563
- """
1564
- Singleton MinimumFrameRate.
1565
- """
1566
- def __init__(self, service, rules, path):
1567
- self.DynamicAdjustment = self.__class__.DynamicAdjustment(service, rules, path + [("DynamicAdjustment", "")])
1568
- self.Enabled = self.__class__.Enabled(service, rules, path + [("Enabled", "")])
1569
- self.FixedCullingValue = self.__class__.FixedCullingValue(service, rules, path + [("FixedCullingValue", "")])
1570
- self.MaximumCullingThreshold = self.__class__.MaximumCullingThreshold(service, rules, path + [("MaximumCullingThreshold", "")])
1571
- self.MinimumCullingThreshold = self.__class__.MinimumCullingThreshold(service, rules, path + [("MinimumCullingThreshold", "")])
1572
- self.TargetFPS = self.__class__.TargetFPS(service, rules, path + [("TargetFPS", "")])
1573
- super().__init__(service, rules, path)
1574
-
1575
- class DynamicAdjustment(PyParameter):
1576
- """
1577
- Parameter DynamicAdjustment of value type bool.
1578
- """
1579
- pass
1580
-
1581
- class Enabled(PyParameter):
1582
- """
1583
- Parameter Enabled of value type bool.
1584
- """
1585
- pass
1586
-
1587
- class FixedCullingValue(PyNumerical):
1588
- """
1589
- Parameter FixedCullingValue of value type int.
1590
- """
1591
- pass
1592
-
1593
- class MaximumCullingThreshold(PyNumerical):
1594
- """
1595
- Parameter MaximumCullingThreshold of value type int.
1596
- """
1597
- pass
1598
-
1599
- class MinimumCullingThreshold(PyNumerical):
1600
- """
1601
- Parameter MinimumCullingThreshold of value type int.
1602
- """
1603
- pass
1604
-
1605
- class TargetFPS(PyNumerical):
1606
- """
1607
- Parameter TargetFPS of value type int.
1608
- """
1609
- pass
1610
-
1611
- class OptimizeFor(PyTextual):
1612
- """
1613
- Parameter OptimizeFor of value type str.
1614
- """
1615
- pass
1616
-
1617
- class RatioOfTargetFrameRateToClassifyHeavyGeometry(PyNumerical):
1618
- """
1619
- Parameter RatioOfTargetFrameRateToClassifyHeavyGeometry of value type float.
1620
- """
1621
- pass
1622
-
1623
- class RatioOfTargetFrameRateToDeclassifyHeavyGeometry(PyNumerical):
1624
- """
1625
- Parameter RatioOfTargetFrameRateToDeclassifyHeavyGeometry of value type float.
1626
- """
1627
- pass
1628
-
1629
- class Transparency(PyMenu):
1630
- """
1631
- Singleton Transparency.
1632
- """
1633
- def __init__(self, service, rules, path):
1634
- self.AlgorithmForModernDrivers = self.__class__.AlgorithmForModernDrivers(service, rules, path + [("AlgorithmForModernDrivers", "")])
1635
- self.DepthPeelingLayers = self.__class__.DepthPeelingLayers(service, rules, path + [("DepthPeelingLayers", "")])
1636
- self.DepthPeelingPreference = self.__class__.DepthPeelingPreference(service, rules, path + [("DepthPeelingPreference", "")])
1637
- self.QuickMoves = self.__class__.QuickMoves(service, rules, path + [("QuickMoves", "")])
1638
- self.ZSortOptions = self.__class__.ZSortOptions(service, rules, path + [("ZSortOptions", "")])
1639
- super().__init__(service, rules, path)
1640
-
1641
- class AlgorithmForModernDrivers(PyTextual):
1642
- """
1643
- Parameter AlgorithmForModernDrivers of value type str.
1644
- """
1645
- pass
1646
-
1647
- class DepthPeelingLayers(PyNumerical):
1648
- """
1649
- Parameter DepthPeelingLayers of value type int.
1650
- """
1651
- pass
1652
-
1653
- class DepthPeelingPreference(PyTextual):
1654
- """
1655
- Parameter DepthPeelingPreference of value type str.
1656
- """
1657
- pass
1658
-
1659
- class QuickMoves(PyTextual):
1660
- """
1661
- Parameter QuickMoves of value type str.
1662
- """
1663
- pass
1664
-
1665
- class ZSortOptions(PyTextual):
1666
- """
1667
- Parameter ZSortOptions of value type str.
1668
- """
1669
- pass
1670
-
1671
- class VectorSettings(PyMenu):
1672
- """
1673
- Singleton VectorSettings.
1674
- """
1675
- def __init__(self, service, rules, path):
1676
- self.Arrow3DRadius1Factor = self.__class__.Arrow3DRadius1Factor(service, rules, path + [("Arrow3DRadius1Factor", "")])
1677
- self.Arrow3DRadius2Factor = self.__class__.Arrow3DRadius2Factor(service, rules, path + [("Arrow3DRadius2Factor", "")])
1678
- self.Arrowhead3DRadius1Factor = self.__class__.Arrowhead3DRadius1Factor(service, rules, path + [("Arrowhead3DRadius1Factor", "")])
1679
- self.LineArrow3DPerpendicularRadius = self.__class__.LineArrow3DPerpendicularRadius(service, rules, path + [("LineArrow3DPerpendicularRadius", "")])
1680
- super().__init__(service, rules, path)
1681
-
1682
- class Arrow3DRadius1Factor(PyNumerical):
1683
- """
1684
- Parameter Arrow3DRadius1Factor of value type float.
1685
- """
1686
- pass
1687
-
1688
- class Arrow3DRadius2Factor(PyNumerical):
1689
- """
1690
- Parameter Arrow3DRadius2Factor of value type float.
1691
- """
1692
- pass
1693
-
1694
- class Arrowhead3DRadius1Factor(PyNumerical):
1695
- """
1696
- Parameter Arrowhead3DRadius1Factor of value type float.
1697
- """
1698
- pass
1699
-
1700
- class LineArrow3DPerpendicularRadius(PyNumerical):
1701
- """
1702
- Parameter LineArrow3DPerpendicularRadius of value type float.
1703
- """
1704
- pass
1705
-
1706
- class AnimationOption(PyTextual):
1707
- """
1708
- Parameter AnimationOption of value type str.
1709
- """
1710
- pass
1711
-
1712
- class DoubleBuffering(PyParameter):
1713
- """
1714
- Parameter DoubleBuffering of value type bool.
1715
- """
1716
- pass
1717
-
1718
- class EnableNonObjectBasedWorkflow(PyParameter):
1719
- """
1720
- Parameter EnableNonObjectBasedWorkflow of value type bool.
1721
- """
1722
- pass
1723
-
1724
- class EventPollInterval(PyNumerical):
1725
- """
1726
- Parameter EventPollInterval of value type int.
1727
- """
1728
- pass
1729
-
1730
- class EventPollTimeout(PyNumerical):
1731
- """
1732
- Parameter EventPollTimeout of value type int.
1733
- """
1734
- pass
1735
-
1736
- class ForceKeyFrameAnimationMarkersToOff(PyParameter):
1737
- """
1738
- Parameter ForceKeyFrameAnimationMarkersToOff of value type bool.
1739
- """
1740
- pass
1741
-
1742
- class GraphicsWindowLineWidth(PyTextual):
1743
- """
1744
- Parameter GraphicsWindowLineWidth of value type str.
1745
- """
1746
- pass
1747
-
1748
- class GraphicsWindowPointSymbol(PyTextual):
1749
- """
1750
- Parameter GraphicsWindowPointSymbol of value type str.
1751
- """
1752
- pass
1753
-
1754
- class HiddenSurfaceRemovalMethod(PyTextual):
1755
- """
1756
- Parameter HiddenSurfaceRemovalMethod of value type str.
1757
- """
1758
- pass
1759
-
1760
- class HigherResolutionGraphicsWindowLineWidth(PyNumerical):
1761
- """
1762
- Parameter HigherResolutionGraphicsWindowLineWidth of value type float.
1763
- """
1764
- pass
1765
-
1766
- class LowerResolutionGraphicsWindowLineWidth(PyNumerical):
1767
- """
1768
- Parameter LowerResolutionGraphicsWindowLineWidth of value type float.
1769
- """
1770
- pass
1771
-
1772
- class MarkerDrawingMode(PyTextual):
1773
- """
1774
- Parameter MarkerDrawingMode of value type str.
1775
- """
1776
- pass
1777
-
1778
- class MaxGraphicsTextSize(PyNumerical):
1779
- """
1780
- Parameter MaxGraphicsTextSize of value type int.
1781
- """
1782
- pass
1783
-
1784
- class MinGraphicsTextSize(PyNumerical):
1785
- """
1786
- Parameter MinGraphicsTextSize of value type int.
1787
- """
1788
- pass
1789
-
1790
- class NewMaterialInfra(PyParameter):
1791
- """
1792
- Parameter NewMaterialInfra of value type bool.
1793
- """
1794
- pass
1795
-
1796
- class PlotLegendMargin(PyNumerical):
1797
- """
1798
- Parameter PlotLegendMargin of value type float.
1799
- """
1800
- pass
1801
-
1802
- class PointToolSize(PyNumerical):
1803
- """
1804
- Parameter PointToolSize of value type float.
1805
- """
1806
- pass
1807
-
1808
- class RemovePartitionLines(PyParameter):
1809
- """
1810
- Parameter RemovePartitionLines of value type bool.
1811
- """
1812
- pass
1813
-
1814
- class RemovePartitionLinesTolerance(PyNumerical):
1815
- """
1816
- Parameter RemovePartitionLinesTolerance of value type float.
1817
- """
1818
- pass
1819
-
1820
- class RotationCenterpointVisible(PyParameter):
1821
- """
1822
- Parameter RotationCenterpointVisible of value type bool.
1823
- """
1824
- pass
1825
-
1826
- class ScrollWheelEventEndTimer(PyNumerical):
1827
- """
1828
- Parameter ScrollWheelEventEndTimer of value type int.
1829
- """
1830
- pass
1831
-
1832
- class SetCameraNormalToSurfaceIncrements(PyNumerical):
1833
- """
1834
- Parameter SetCameraNormalToSurfaceIncrements of value type int.
1835
- """
1836
- pass
1837
-
1838
- class ShowHiddenLines(PyParameter):
1839
- """
1840
- Parameter ShowHiddenLines of value type bool.
1841
- """
1842
- pass
1843
-
1844
- class ShowHiddenSurfaces(PyParameter):
1845
- """
1846
- Parameter ShowHiddenSurfaces of value type bool.
1847
- """
1848
- pass
1849
-
1850
- class SwitchToOpenGLForRemoteVisualization(PyParameter):
1851
- """
1852
- Parameter SwitchToOpenGLForRemoteVisualization of value type bool.
1853
- """
1854
- pass
1855
-
1856
- class TestUseExternalFunction(PyTextual):
1857
- """
1858
- Parameter TestUseExternalFunction of value type str.
1859
- """
1860
- pass
1861
-
1862
- class TextWindowLineWidth(PyTextual):
1863
- """
1864
- Parameter TextWindowLineWidth of value type str.
1865
- """
1866
- pass
1867
-
1868
- class MatProApp(PyMenu):
1869
- """
1870
- Singleton MatProApp.
1871
- """
1872
- def __init__(self, service, rules, path):
1873
- self.BetaFeatures = self.__class__.BetaFeatures(service, rules, path + [("BetaFeatures", "")])
1874
- self.Focus = self.__class__.Focus(service, rules, path + [("Focus", "")])
1875
- self.Warning = self.__class__.Warning(service, rules, path + [("Warning", "")])
1876
- super().__init__(service, rules, path)
1877
-
1878
- class BetaFeatures(PyParameter):
1879
- """
1880
- Parameter BetaFeatures of value type bool.
1881
- """
1882
- pass
1883
-
1884
- class Focus(PyParameter):
1885
- """
1886
- Parameter Focus of value type bool.
1887
- """
1888
- pass
1889
-
1890
- class Warning(PyParameter):
1891
- """
1892
- Parameter Warning of value type bool.
1893
- """
1894
- pass
1895
-
1896
- class MeshingWorkflow(PyMenu):
1897
- """
1898
- Singleton MeshingWorkflow.
1899
- """
1900
- def __init__(self, service, rules, path):
1901
- self.DrawSettings = self.__class__.DrawSettings(service, rules, path + [("DrawSettings", "")])
1902
- self.CheckpointingOption = self.__class__.CheckpointingOption(service, rules, path + [("CheckpointingOption", "")])
1903
- self.SaveCheckpointFiles = self.__class__.SaveCheckpointFiles(service, rules, path + [("SaveCheckpointFiles", "")])
1904
- self.TempFolder = self.__class__.TempFolder(service, rules, path + [("TempFolder", "")])
1905
- self.TemplatesFolder = self.__class__.TemplatesFolder(service, rules, path + [("TemplatesFolder", "")])
1906
- self.Verbosity = self.__class__.Verbosity(service, rules, path + [("Verbosity", "")])
1907
- super().__init__(service, rules, path)
1908
-
1909
- class DrawSettings(PyMenu):
1910
- """
1911
- Singleton DrawSettings.
1912
- """
1913
- def __init__(self, service, rules, path):
1914
- self.AutoDraw = self.__class__.AutoDraw(service, rules, path + [("AutoDraw", "")])
1915
- self.FaceZoneLimit = self.__class__.FaceZoneLimit(service, rules, path + [("FaceZoneLimit", "")])
1916
- self.FacetLimit = self.__class__.FacetLimit(service, rules, path + [("FacetLimit", "")])
1917
- super().__init__(service, rules, path)
1918
-
1919
- class AutoDraw(PyTextual):
1920
- """
1921
- Parameter AutoDraw of value type str.
1922
- """
1923
- pass
1924
-
1925
- class FaceZoneLimit(PyNumerical):
1926
- """
1927
- Parameter FaceZoneLimit of value type int.
1928
- """
1929
- pass
1930
-
1931
- class FacetLimit(PyNumerical):
1932
- """
1933
- Parameter FacetLimit of value type int.
1934
- """
1935
- pass
1936
-
1937
- class CheckpointingOption(PyTextual):
1938
- """
1939
- Parameter CheckpointingOption of value type str.
1940
- """
1941
- pass
1942
-
1943
- class SaveCheckpointFiles(PyParameter):
1944
- """
1945
- Parameter SaveCheckpointFiles of value type bool.
1946
- """
1947
- pass
1948
-
1949
- class TempFolder(PyTextual):
1950
- """
1951
- Parameter TempFolder of value type str.
1952
- """
1953
- pass
1954
-
1955
- class TemplatesFolder(PyTextual):
1956
- """
1957
- Parameter TemplatesFolder of value type str.
1958
- """
1959
- pass
1960
-
1961
- class Verbosity(PyTextual):
1962
- """
1963
- Parameter Verbosity of value type str.
1964
- """
1965
- pass
1966
-
1967
- class Navigation(PyMenu):
1968
- """
1969
- Singleton Navigation.
1970
- """
1971
- def __init__(self, service, rules, path):
1972
- self.MouseMapping = self.__class__.MouseMapping(service, rules, path + [("MouseMapping", "")])
1973
- super().__init__(service, rules, path)
1974
-
1975
- class MouseMapping(PyMenu):
1976
- """
1977
- Singleton MouseMapping.
1978
- """
1979
- def __init__(self, service, rules, path):
1980
- self.Additional = self.__class__.Additional(service, rules, path + [("Additional", "")])
1981
- self.Basic = self.__class__.Basic(service, rules, path + [("Basic", "")])
1982
- self.MOUSEMAPTHEME = self.__class__.MOUSEMAPTHEME(service, rules, path + [("MOUSEMAPTHEME", "")])
1983
- super().__init__(service, rules, path)
1984
-
1985
- class Additional(PyMenu):
1986
- """
1987
- Singleton Additional.
1988
- """
1989
- def __init__(self, service, rules, path):
1990
- self.CTRLLMBCLICK = self.__class__.CTRLLMBCLICK(service, rules, path + [("CTRLLMBCLICK", "")])
1991
- self.CTRLLMBDRAG = self.__class__.CTRLLMBDRAG(service, rules, path + [("CTRLLMBDRAG", "")])
1992
- self.CTRLMMBCLICK = self.__class__.CTRLMMBCLICK(service, rules, path + [("CTRLMMBCLICK", "")])
1993
- self.CTRLMMBDRAG = self.__class__.CTRLMMBDRAG(service, rules, path + [("CTRLMMBDRAG", "")])
1994
- self.CTRLRMBCLICK = self.__class__.CTRLRMBCLICK(service, rules, path + [("CTRLRMBCLICK", "")])
1995
- self.CTRLRMBDRAG = self.__class__.CTRLRMBDRAG(service, rules, path + [("CTRLRMBDRAG", "")])
1996
- self.MOUSEPROBE = self.__class__.MOUSEPROBE(service, rules, path + [("MOUSEPROBE", "")])
1997
- self.MOUSEWHEEL = self.__class__.MOUSEWHEEL(service, rules, path + [("MOUSEWHEEL", "")])
1998
- self.MOUSEWHEELSENSITIVITY = self.__class__.MOUSEWHEELSENSITIVITY(service, rules, path + [("MOUSEWHEELSENSITIVITY", "")])
1999
- self.REVERSEWHEELDIRECTION = self.__class__.REVERSEWHEELDIRECTION(service, rules, path + [("REVERSEWHEELDIRECTION", "")])
2000
- self.SHIFTLMBCLICK = self.__class__.SHIFTLMBCLICK(service, rules, path + [("SHIFTLMBCLICK", "")])
2001
- self.SHIFTLMBDRAG = self.__class__.SHIFTLMBDRAG(service, rules, path + [("SHIFTLMBDRAG", "")])
2002
- self.SHIFTMMBCLICK = self.__class__.SHIFTMMBCLICK(service, rules, path + [("SHIFTMMBCLICK", "")])
2003
- self.SHIFTMMBDRAG = self.__class__.SHIFTMMBDRAG(service, rules, path + [("SHIFTMMBDRAG", "")])
2004
- self.SHIFTRMBCLICK = self.__class__.SHIFTRMBCLICK(service, rules, path + [("SHIFTRMBCLICK", "")])
2005
- self.SHIFTRMBDRAG = self.__class__.SHIFTRMBDRAG(service, rules, path + [("SHIFTRMBDRAG", "")])
2006
- super().__init__(service, rules, path)
2007
-
2008
- class CTRLLMBCLICK(PyTextual):
2009
- """
2010
- Parameter CTRLLMBCLICK of value type str.
2011
- """
2012
- pass
2013
-
2014
- class CTRLLMBDRAG(PyTextual):
2015
- """
2016
- Parameter CTRLLMBDRAG of value type str.
2017
- """
2018
- pass
2019
-
2020
- class CTRLMMBCLICK(PyTextual):
2021
- """
2022
- Parameter CTRLMMBCLICK of value type str.
2023
- """
2024
- pass
2025
-
2026
- class CTRLMMBDRAG(PyTextual):
2027
- """
2028
- Parameter CTRLMMBDRAG of value type str.
2029
- """
2030
- pass
2031
-
2032
- class CTRLRMBCLICK(PyTextual):
2033
- """
2034
- Parameter CTRLRMBCLICK of value type str.
2035
- """
2036
- pass
2037
-
2038
- class CTRLRMBDRAG(PyTextual):
2039
- """
2040
- Parameter CTRLRMBDRAG of value type str.
2041
- """
2042
- pass
2043
-
2044
- class MOUSEPROBE(PyTextual):
2045
- """
2046
- Parameter MOUSEPROBE of value type str.
2047
- """
2048
- pass
2049
-
2050
- class MOUSEWHEEL(PyTextual):
2051
- """
2052
- Parameter MOUSEWHEEL of value type str.
2053
- """
2054
- pass
2055
-
2056
- class MOUSEWHEELSENSITIVITY(PyNumerical):
2057
- """
2058
- Parameter MOUSEWHEELSENSITIVITY of value type float.
2059
- """
2060
- pass
2061
-
2062
- class REVERSEWHEELDIRECTION(PyParameter):
2063
- """
2064
- Parameter REVERSEWHEELDIRECTION of value type bool.
2065
- """
2066
- pass
2067
-
2068
- class SHIFTLMBCLICK(PyTextual):
2069
- """
2070
- Parameter SHIFTLMBCLICK of value type str.
2071
- """
2072
- pass
2073
-
2074
- class SHIFTLMBDRAG(PyTextual):
2075
- """
2076
- Parameter SHIFTLMBDRAG of value type str.
2077
- """
2078
- pass
2079
-
2080
- class SHIFTMMBCLICK(PyTextual):
2081
- """
2082
- Parameter SHIFTMMBCLICK of value type str.
2083
- """
2084
- pass
2085
-
2086
- class SHIFTMMBDRAG(PyTextual):
2087
- """
2088
- Parameter SHIFTMMBDRAG of value type str.
2089
- """
2090
- pass
2091
-
2092
- class SHIFTRMBCLICK(PyTextual):
2093
- """
2094
- Parameter SHIFTRMBCLICK of value type str.
2095
- """
2096
- pass
2097
-
2098
- class SHIFTRMBDRAG(PyTextual):
2099
- """
2100
- Parameter SHIFTRMBDRAG of value type str.
2101
- """
2102
- pass
2103
-
2104
- class Basic(PyMenu):
2105
- """
2106
- Singleton Basic.
2107
- """
2108
- def __init__(self, service, rules, path):
2109
- self.LMB = self.__class__.LMB(service, rules, path + [("LMB", "")])
2110
- self.LMBCLICK = self.__class__.LMBCLICK(service, rules, path + [("LMBCLICK", "")])
2111
- self.MMB = self.__class__.MMB(service, rules, path + [("MMB", "")])
2112
- self.MMBCLICK = self.__class__.MMBCLICK(service, rules, path + [("MMBCLICK", "")])
2113
- self.RMB = self.__class__.RMB(service, rules, path + [("RMB", "")])
2114
- self.RMBCLICK = self.__class__.RMBCLICK(service, rules, path + [("RMBCLICK", "")])
2115
- super().__init__(service, rules, path)
2116
-
2117
- class LMB(PyTextual):
2118
- """
2119
- Parameter LMB of value type str.
2120
- """
2121
- pass
2122
-
2123
- class LMBCLICK(PyTextual):
2124
- """
2125
- Parameter LMBCLICK of value type str.
2126
- """
2127
- pass
2128
-
2129
- class MMB(PyTextual):
2130
- """
2131
- Parameter MMB of value type str.
2132
- """
2133
- pass
2134
-
2135
- class MMBCLICK(PyTextual):
2136
- """
2137
- Parameter MMBCLICK of value type str.
2138
- """
2139
- pass
2140
-
2141
- class RMB(PyTextual):
2142
- """
2143
- Parameter RMB of value type str.
2144
- """
2145
- pass
2146
-
2147
- class RMBCLICK(PyTextual):
2148
- """
2149
- Parameter RMBCLICK of value type str.
2150
- """
2151
- pass
2152
-
2153
- class MOUSEMAPTHEME(PyTextual):
2154
- """
2155
- Parameter MOUSEMAPTHEME of value type str.
2156
- """
2157
- pass
2158
-
2159
- class PrjApp(PyMenu):
2160
- """
2161
- Singleton PrjApp.
2162
- """
2163
- def __init__(self, service, rules, path):
2164
- self.AdvancedFlag = self.__class__.AdvancedFlag(service, rules, path + [("AdvancedFlag", "")])
2165
- self.BetaFlag = self.__class__.BetaFlag(service, rules, path + [("BetaFlag", "")])
2166
- self.CFFOutput = self.__class__.CFFOutput(service, rules, path + [("CFFOutput", "")])
2167
- self.DefaultFolder = self.__class__.DefaultFolder(service, rules, path + [("DefaultFolder", "")])
2168
- self.DisplayMeshAfterCaseLoad = self.__class__.DisplayMeshAfterCaseLoad(service, rules, path + [("DisplayMeshAfterCaseLoad", "")])
2169
- self.MultiConsole = self.__class__.MultiConsole(service, rules, path + [("MultiConsole", "")])
2170
- self.NCPU = self.__class__.NCPU(service, rules, path + [("NCPU", "")])
2171
- self.SessionColor = self.__class__.SessionColor(service, rules, path + [("SessionColor", "")])
2172
- self.ShowFluentWindow = self.__class__.ShowFluentWindow(service, rules, path + [("ShowFluentWindow", "")])
2173
- self.UseDefaultFolder = self.__class__.UseDefaultFolder(service, rules, path + [("UseDefaultFolder", "")])
2174
- self.UseFluentGraphics = self.__class__.UseFluentGraphics(service, rules, path + [("UseFluentGraphics", "")])
2175
- self.UseLauncher = self.__class__.UseLauncher(service, rules, path + [("UseLauncher", "")])
2176
- super().__init__(service, rules, path)
2177
-
2178
- class AdvancedFlag(PyParameter):
2179
- """
2180
- Parameter AdvancedFlag of value type bool.
2181
- """
2182
- pass
2183
-
2184
- class BetaFlag(PyParameter):
2185
- """
2186
- Parameter BetaFlag of value type bool.
2187
- """
2188
- pass
2189
-
2190
- class CFFOutput(PyParameter):
2191
- """
2192
- Parameter CFFOutput of value type bool.
2193
- """
2194
- pass
2195
-
2196
- class DefaultFolder(PyTextual):
2197
- """
2198
- Parameter DefaultFolder of value type str.
2199
- """
2200
- pass
2201
-
2202
- class DisplayMeshAfterCaseLoad(PyTextual):
2203
- """
2204
- Parameter DisplayMeshAfterCaseLoad of value type str.
2205
- """
2206
- pass
2207
-
2208
- class MultiConsole(PyParameter):
2209
- """
2210
- Parameter MultiConsole of value type bool.
2211
- """
2212
- pass
2213
-
2214
- class NCPU(PyNumerical):
2215
- """
2216
- Parameter NCPU of value type int.
2217
- """
2218
- pass
2219
-
2220
- class SessionColor(PyTextual):
2221
- """
2222
- Parameter SessionColor of value type str.
2223
- """
2224
- pass
2225
-
2226
- class ShowFluentWindow(PyParameter):
2227
- """
2228
- Parameter ShowFluentWindow of value type bool.
2229
- """
2230
- pass
2231
-
2232
- class UseDefaultFolder(PyParameter):
2233
- """
2234
- Parameter UseDefaultFolder of value type bool.
2235
- """
2236
- pass
2237
-
2238
- class UseFluentGraphics(PyParameter):
2239
- """
2240
- Parameter UseFluentGraphics of value type bool.
2241
- """
2242
- pass
2243
-
2244
- class UseLauncher(PyParameter):
2245
- """
2246
- Parameter UseLauncher of value type bool.
2247
- """
2248
- pass
2249
-
2250
- class Simulation(PyMenu):
2251
- """
2252
- Singleton Simulation.
2253
- """
2254
- def __init__(self, service, rules, path):
2255
- self.ReportDefinitions = self.__class__.ReportDefinitions(service, rules, path + [("ReportDefinitions", "")])
2256
- self.FlowModel = self.__class__.FlowModel(service, rules, path + [("FlowModel", "")])
2257
- self.LocalResidualScaling = self.__class__.LocalResidualScaling(service, rules, path + [("LocalResidualScaling", "")])
2258
- super().__init__(service, rules, path)
2259
-
2260
- class ReportDefinitions(PyMenu):
2261
- """
2262
- Singleton ReportDefinitions.
2263
- """
2264
- def __init__(self, service, rules, path):
2265
- self.AutomaticPlotFile = self.__class__.AutomaticPlotFile(service, rules, path + [("AutomaticPlotFile", "")])
2266
- self.ReportPlotHistoryDataSize = self.__class__.ReportPlotHistoryDataSize(service, rules, path + [("ReportPlotHistoryDataSize", "")])
2267
- super().__init__(service, rules, path)
2268
-
2269
- class AutomaticPlotFile(PyParameter):
2270
- """
2271
- Parameter AutomaticPlotFile of value type bool.
2272
- """
2273
- pass
2274
-
2275
- class ReportPlotHistoryDataSize(PyNumerical):
2276
- """
2277
- Parameter ReportPlotHistoryDataSize of value type int.
2278
- """
2279
- pass
2280
-
2281
- class FlowModel(PyTextual):
2282
- """
2283
- Parameter FlowModel of value type str.
2284
- """
2285
- pass
2286
-
2287
- class LocalResidualScaling(PyParameter):
2288
- """
2289
- Parameter LocalResidualScaling of value type bool.
2290
- """
2291
- pass
2292
-
2293
- class TurboWorkflow(PyMenu):
2294
- """
2295
- Singleton TurboWorkflow.
2296
- """
2297
- def __init__(self, service, rules, path):
2298
- self.CellZoneSettings = self.__class__.CellZoneSettings(service, rules, path + [("CellZoneSettings", "")])
2299
- self.FaceZoneSettings = self.__class__.FaceZoneSettings(service, rules, path + [("FaceZoneSettings", "")])
2300
- self.GraphicsSettings = self.__class__.GraphicsSettings(service, rules, path + [("GraphicsSettings", "")])
2301
- self.CheckpointingOption = self.__class__.CheckpointingOption(service, rules, path + [("CheckpointingOption", "")])
2302
- self.SaveCheckpointFiles = self.__class__.SaveCheckpointFiles(service, rules, path + [("SaveCheckpointFiles", "")])
2303
- super().__init__(service, rules, path)
2304
-
2305
- class CellZoneSettings(PyMenu):
2306
- """
2307
- Singleton CellZoneSettings.
2308
- """
2309
- def __init__(self, service, rules, path):
2310
- self.CZSearchOrder = self.__class__.CZSearchOrder(service, rules, path + [("CZSearchOrder", "")])
2311
- self.Rotating = self.__class__.Rotating(service, rules, path + [("Rotating", "")])
2312
- self.Stationary = self.__class__.Stationary(service, rules, path + [("Stationary", "")])
2313
- super().__init__(service, rules, path)
2314
-
2315
- class CZSearchOrder(PyTextual):
2316
- """
2317
- Parameter CZSearchOrder of value type str.
2318
- """
2319
- pass
2320
-
2321
- class Rotating(PyTextual):
2322
- """
2323
- Parameter Rotating of value type str.
2324
- """
2325
- pass
2326
-
2327
- class Stationary(PyTextual):
2328
- """
2329
- Parameter Stationary of value type str.
2330
- """
2331
- pass
2332
-
2333
- class FaceZoneSettings(PyMenu):
2334
- """
2335
- Singleton FaceZoneSettings.
2336
- """
2337
- def __init__(self, service, rules, path):
2338
- self.BladeRegion = self.__class__.BladeRegion(service, rules, path + [("BladeRegion", "")])
2339
- self.FZSearchOrder = self.__class__.FZSearchOrder(service, rules, path + [("FZSearchOrder", "")])
2340
- self.HubRegion = self.__class__.HubRegion(service, rules, path + [("HubRegion", "")])
2341
- self.InletRegion = self.__class__.InletRegion(service, rules, path + [("InletRegion", "")])
2342
- self.InteriorRegion = self.__class__.InteriorRegion(service, rules, path + [("InteriorRegion", "")])
2343
- self.OutletRegion = self.__class__.OutletRegion(service, rules, path + [("OutletRegion", "")])
2344
- self.Periodic1Region = self.__class__.Periodic1Region(service, rules, path + [("Periodic1Region", "")])
2345
- self.Periodic2Region = self.__class__.Periodic2Region(service, rules, path + [("Periodic2Region", "")])
2346
- self.ShroudRegion = self.__class__.ShroudRegion(service, rules, path + [("ShroudRegion", "")])
2347
- self.SymmetryRegion = self.__class__.SymmetryRegion(service, rules, path + [("SymmetryRegion", "")])
2348
- self.Tip1Region = self.__class__.Tip1Region(service, rules, path + [("Tip1Region", "")])
2349
- self.Tip2Region = self.__class__.Tip2Region(service, rules, path + [("Tip2Region", "")])
2350
- super().__init__(service, rules, path)
2351
-
2352
- class BladeRegion(PyTextual):
2353
- """
2354
- Parameter BladeRegion of value type str.
2355
- """
2356
- pass
2357
-
2358
- class FZSearchOrder(PyTextual):
2359
- """
2360
- Parameter FZSearchOrder of value type str.
2361
- """
2362
- pass
2363
-
2364
- class HubRegion(PyTextual):
2365
- """
2366
- Parameter HubRegion of value type str.
2367
- """
2368
- pass
2369
-
2370
- class InletRegion(PyTextual):
2371
- """
2372
- Parameter InletRegion of value type str.
2373
- """
2374
- pass
2375
-
2376
- class InteriorRegion(PyTextual):
2377
- """
2378
- Parameter InteriorRegion of value type str.
2379
- """
2380
- pass
2381
-
2382
- class OutletRegion(PyTextual):
2383
- """
2384
- Parameter OutletRegion of value type str.
2385
- """
2386
- pass
2387
-
2388
- class Periodic1Region(PyTextual):
2389
- """
2390
- Parameter Periodic1Region of value type str.
2391
- """
2392
- pass
2393
-
2394
- class Periodic2Region(PyTextual):
2395
- """
2396
- Parameter Periodic2Region of value type str.
2397
- """
2398
- pass
2399
-
2400
- class ShroudRegion(PyTextual):
2401
- """
2402
- Parameter ShroudRegion of value type str.
2403
- """
2404
- pass
2405
-
2406
- class SymmetryRegion(PyTextual):
2407
- """
2408
- Parameter SymmetryRegion of value type str.
2409
- """
2410
- pass
2411
-
2412
- class Tip1Region(PyTextual):
2413
- """
2414
- Parameter Tip1Region of value type str.
2415
- """
2416
- pass
2417
-
2418
- class Tip2Region(PyTextual):
2419
- """
2420
- Parameter Tip2Region of value type str.
2421
- """
2422
- pass
2423
-
2424
- class GraphicsSettings(PyMenu):
2425
- """
2426
- Singleton GraphicsSettings.
2427
- """
2428
- def __init__(self, service, rules, path):
2429
- self.AutoDraw = self.__class__.AutoDraw(service, rules, path + [("AutoDraw", "")])
2430
- super().__init__(service, rules, path)
2431
-
2432
- class AutoDraw(PyParameter):
2433
- """
2434
- Parameter AutoDraw of value type bool.
2435
- """
2436
- pass
2437
-
2438
- class CheckpointingOption(PyTextual):
2439
- """
2440
- Parameter CheckpointingOption of value type str.
2441
- """
2442
- pass
2443
-
2444
- class SaveCheckpointFiles(PyParameter):
2445
- """
2446
- Parameter SaveCheckpointFiles of value type bool.
2447
- """
2448
- pass
2449
-