graphics#

class ansys.fluent.core.generated.datamodel_271.meshing_workflow.Root.application.graphics(service, rules, path)#

Bases: PyMenu

Handles 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: PyMenu

Represents 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: PyParameter

Parameter bound_x of value type bool.

class bound_y(service, rules, path=None)#

Bases: PyParameter

Parameter bound_y of value type bool.

class bound_z(service, rules, path=None)#

Bases: PyParameter

Parameter bound_z of value type bool.

class delta_value(service, rules, path=None)#

Bases: PyNumerical

Parameter delta_value of value type float.

class reset_bounds(service, rules, command, path=None)#

Bases: PyCommand

Restores the bounds to their default state.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class selection(service, rules, path=None)#

Bases: PyTextual

Parameter selection of value type str.

class set_bounds(service, rules, command, path=None)#

Bases: PyCommand

Defines the range limits for the graphics bounds.

Parameters:
valuefloat
Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class clipping_plane(service, rules, command, path=None)#

Bases: PyCommand

Defines a clipping plane for visualizing mesh geometry by cutting through specified regions.

Parameters:
insert_clipping_planebool
draw_cell_layerbool
freeze_cell_layerbool
flip_clipping_planebool
point_coordinateslist[float]
plane_normallist[float]
slider_positionint
cut_directionstr
Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class draw_thin_volume_regions(service, rules, command, path=None)#

Bases: PyCommand

Depicts thin volume regions in the graphical display.

Parameters:
task_instance_namestr
Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class get_clipping_zone_i_ds(service, rules, command, path=None)#

Bases: PyCommand

Retrieves the IDs of clipping zones.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class get_visible_domain_bounds(service, rules, command, path=None)#

Bases: PyCommand

Retrieves the bounds of the visible domain in the graphics viewport.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class mark_gaps(service, rules, command, path=None)#

Bases: PyCommand

Identifies and highlights gaps in the graphical representation of a mesh.

Parameters:
gap_distancefloat
gap_distance_connectfloat
min_sizefloat
share_topology_preferencesdict[str, Any]

Manages preferences for controlling the behavior of shared topology in meshing operations.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class regions(service, rules, path)#

Bases: PyMenu

Defines 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: PyCommand

Displays all regions in the graphical view.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class draw_dead(service, rules, command, path=None)#

Bases: PyCommand

Displays dead regions in the graphical view.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class draw_fluid(service, rules, command, path=None)#

Bases: PyCommand

Displays fluid regions.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class draw_solid(service, rules, command, path=None)#

Bases: PyCommand

Displays solid regions in the graphic view.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.