windows#
Bases:
TUIMenu
Enter the window options menu.
Methods:
aspect_ratio
(*args, **kwargs)Sets the aspect ratio of the active window.
logo
(*args, **kwargs).
logo_color
(*args, **kwargs).
ruler
(*args, **kwargs)Turns the ruler on/off.
Classes:
axes
(path, service)Enters the axes window options menu.
main
(path, service)Enters the main view window options menu.
scale
(path, service)Enters the color scale window options menu.
text
(path, service)Enters the text window options menu.
video
(path, service)Contains options for modifying a video.
xy
(path, service)Enters the XY plot window options menu.
Sets the aspect ratio of the active window.
Bases:
TUIMenu
Enters the axes window options menu.
Methods:
border
(*args, **kwargs)Sets whether or not to draw a border around the axes window.
bottom
(*args, **kwargs)Sets the bottom boundary of the axes window.
clear
(*args, **kwargs)Sets the transparency of the axes window.
right
(*args, **kwargs)Sets the right boundary of the axes window.
visible
(*args, **kwargs)Controls the visibility of the axes window.
Sets whether or not to draw a border around the axes window.
Sets the bottom boundary of the axes window.
Sets the transparency of the axes window.
Sets the right boundary of the axes window.
Controls the visibility of the axes window.
.
.
Bases:
TUIMenu
Enters the main view window options menu.
Methods:
border
(*args, **kwargs)Sets whether or not to draw a border around the main viewing window.
bottom
(*args, **kwargs)Sets the bottom boundary of the main viewing window.
left
(*args, **kwargs)Sets the left boundary of the main viewing window.
right
(*args, **kwargs)Sets the right boundary of the main viewing window.
top
(*args, **kwargs)Sets the top boundary of the main viewing window.
visible
(*args, **kwargs)Controls the visibility of the main viewing window.
Sets whether or not to draw a border around the main viewing window.
Sets the bottom boundary of the main viewing window.
Sets the left boundary of the main viewing window.
Sets the right boundary of the main viewing window.
Sets the top boundary of the main viewing window.
Controls the visibility of the main viewing window.
Turns the ruler on/off. Note that if you are running Fluent in 3D, then the view must be set toorthographic.
Bases:
TUIMenu
Enters the color scale window options menu.
Methods:
border
(*args, **kwargs)Sets whether or not to draw a border around the color scale window.
bottom
(*args, **kwargs)Sets the bottom boundary of the color scale window.
clear
(*args, **kwargs)Sets the transparency of the color scale window.
font_size
(*args, **kwargs)Sets the font size of the color scale window.
format
(*args, **kwargs)Sets the number format of the color scale window (for example, percentage0.2e).
left
(*args, **kwargs)Sets the left boundary of the color scale window.
margin
(*args, **kwargs)Sets the margin of the color scale window.
right
(*args, **kwargs)Sets the right boundary of the color scale window.
top
(*args, **kwargs)Sets the top boundary of the color scale window.
visible
(*args, **kwargs)Controls the visibility of the color scale window.
Sets whether or not to draw a border around the color scale window.
Sets the bottom boundary of the color scale window.
Sets the transparency of the color scale window.
Sets the font size of the color scale window.
Sets the number format of the color scale window (for example, percentage0.2e).
Sets the left boundary of the color scale window.
Sets the margin of the color scale window.
Sets the right boundary of the color scale window.
Sets the top boundary of the color scale window.
Controls the visibility of the color scale window.
Bases:
TUIMenu
Enters the text window options menu.
Methods:
alignment
(*args, **kwargs).
application
(*args, **kwargs)Shows or hides the application name in the picture.
border
(*args, **kwargs)Sets whether or not to draw a border around the text window.
bottom
(*args, **kwargs)Sets the bottom boundary of the text window.
clear
(*args, **kwargs)Enables/disables the transparency of the text window.
company
(*args, **kwargs)Shows or hides the company name in the picture.
date
(*args, **kwargs)Shows or hides the date in the picture.
left
(*args, **kwargs)Sets the left boundary of the text window.
right
(*args, **kwargs)Sets the right boundary of the text window.
top
(*args, **kwargs)Sets the top boundary of the text window.
visible
(*args, **kwargs)Controls the visibility of the text window.
.
Shows or hides the application name in the picture.
Sets whether or not to draw a border around the text window.
Sets the bottom boundary of the text window.
Enables/disables the transparency of the text window.
Shows or hides the company name in the picture.
Shows or hides the date in the picture.
Sets the left boundary of the text window.
Sets the right boundary of the text window.
Sets the top boundary of the text window.
Controls the visibility of the text window.
Bases:
TUIMenu
Contains options for modifying a video. This menu is not relevant for the meshing mode.
Methods:
background
(*args, **kwargs)Sets the background color of the graphics window.
color_filter
(*args, **kwargs)Sets the video color filter.
foreground
(*args, **kwargs)Sets the foreground (text) color of the graphics window.
on
(*args, **kwargs)Enables or disables the video picture settings.
pixel_size
(*args, **kwargs)Sets the window size in pixels.
Sets the background color of the graphics window. The color is specified as a string of three comma-separated numbers between 0 and 1, representing red, green, and blue. For example, to change the background from black (default) to gray, you would enter “.5,.5,.5” after selecting the background command.
Sets the video color filter. For example, to change the color filter from its default setting to PAL video with a saturation of 80percentage and a brightness of 90percentage, you would enter “video=pal,sat=.8,gain=.9” after selecting the color-filter command.
Sets the foreground (text) color of the graphics window. The color is specified as a string of three comma-separated numbers between 0 and 1, representing red, green, and blue. For example, to change the foreground from white (default) to gray, you would enter “.5,.5,.5” after selecting the foreground command.
Enables or disables the video picture settings.
Sets the window size in pixels.
Bases:
TUIMenu
Enters the XY plot window options menu.
Methods:
border
(*args, **kwargs)Sets whether or not to draw a border around the XY plot window.
bottom
(*args, **kwargs)Sets the bottom boundary of the XY plot window.
left
(*args, **kwargs)Sets the left boundary of the XY plot window.
right
(*args, **kwargs)Sets the right boundary of the XY plot window.
top
(*args, **kwargs)Sets the top boundary of the XY plot window.
visible
(*args, **kwargs)Controls the visibility of the XY plot window.
Sets whether or not to draw a border around the XY plot window.
Sets the bottom boundary of the XY plot window.
Sets the left boundary of the XY plot window.
Sets the right boundary of the XY plot window.
Sets the top boundary of the XY plot window.
Controls the visibility of the XY plot window.