graphics#
- class ansys.fluent.core.generated.datamodel_271.meshing_workflow.Root.application.graphics(service, rules, path)#
Bases:
PyMenuHandles graphical representation and visualization of mesh-related data.
Methods:
__init__(service, rules, path)__init__ method of PyMenu class.
Classes:
bounds(service, rules, path)Represents the spatial boundaries of a graphical object.
clipping_plane(service, rules, command[, path])Defines a clipping plane for visualizing mesh geometry by cutting through specified regions.
draw_thin_volume_regions(service, rules, command)Depicts thin volume regions in the graphical display.
get_clipping_zone_i_ds(service, rules, command)Retrieves the IDs of clipping zones.
get_visible_domain_bounds(service, rules, ...)Retrieves the bounds of the visible domain in the graphics viewport.
mark_gaps(service, rules, command[, path])Identifies and highlights gaps in the graphical representation of a mesh.
regions(service, rules, path)Defines and manages graphical regions for meshing processes.
- __init__(service, rules, path)#
__init__ method of PyMenu class.
- class bounds(service, rules, path)#
Bases:
PyMenuRepresents the spatial boundaries of a graphical object.
Methods:
__init__(service, rules, path)__init__ method of PyMenu class.
Classes:
bound_x(service, rules[, path])Parameter bound_x of value type bool.
bound_y(service, rules[, path])Parameter bound_y of value type bool.
bound_z(service, rules[, path])Parameter bound_z of value type bool.
delta_value(service, rules[, path])Parameter delta_value of value type float.
reset_bounds(service, rules, command[, path])Restores the bounds to their default state.
selection(service, rules[, path])Parameter selection of value type str.
set_bounds(service, rules, command[, path])Defines the range limits for the graphics bounds.
- __init__(service, rules, path)#
__init__ method of PyMenu class.
- class bound_x(service, rules, path=None)#
Bases:
PyParameterParameter bound_x of value type bool.
- class bound_y(service, rules, path=None)#
Bases:
PyParameterParameter bound_y of value type bool.
- class bound_z(service, rules, path=None)#
Bases:
PyParameterParameter bound_z of value type bool.
- class delta_value(service, rules, path=None)#
Bases:
PyNumericalParameter delta_value of value type float.
- class clipping_plane(service, rules, command, path=None)#
Bases:
PyCommandDefines a clipping plane for visualizing mesh geometry by cutting through specified regions.
- Parameters:
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class draw_thin_volume_regions(service, rules, command, path=None)#
Bases:
PyCommandDepicts thin volume regions in the graphical display.
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class get_clipping_zone_i_ds(service, rules, command, path=None)#
Bases:
PyCommandRetrieves the IDs of clipping zones.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class get_visible_domain_bounds(service, rules, command, path=None)#
Bases:
PyCommandRetrieves the bounds of the visible domain in the graphics viewport.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class mark_gaps(service, rules, command, path=None)#
Bases:
PyCommandIdentifies and highlights gaps in the graphical representation of a mesh.
- Parameters:
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class regions(service, rules, path)#
Bases:
PyMenuDefines and manages graphical regions for meshing processes.
Methods:
__init__(service, rules, path)__init__ method of PyMenu class.
Classes:
draw_all(service, rules, command[, path])Displays all regions in the graphical view.
draw_dead(service, rules, command[, path])Displays dead regions in the graphical view.
draw_fluid(service, rules, command[, path])Displays fluid regions.
draw_solid(service, rules, command[, path])Displays solid regions in the graphic view.
- __init__(service, rules, path)#
__init__ method of PyMenu class.
- class draw_all(service, rules, command, path=None)#
Bases:
PyCommandDisplays all regions in the graphical view.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class draw_dead(service, rules, command, path=None)#
Bases:
PyCommandDisplays dead regions in the graphical view.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class draw_fluid(service, rules, command, path=None)#
Bases:
PyCommandDisplays fluid regions.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.