graphics#

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

Bases: PyMenu

Singleton graphics.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

Classes:

bounds(service, rules, path)

Singleton bounds.

clipping_plane(service, rules, command[, path])

Command clipping_plane.

draw_thin_volume_regions(service, rules, command)

Command draw_thin_volume_regions.

get_clipping_zone_i_ds(service, rules, command)

Command get_clipping_zone_i_ds.

get_visible_domain_bounds(service, rules, ...)

Command get_visible_domain_bounds.

mark_gaps(service, rules, command[, path])

Command mark_gaps.

regions(service, rules, path)

Singleton regions.

__init__(service, rules, path)#

__init__ method of PyMenu class.

class bounds(service, rules, path)#

Bases: PyMenu

Singleton bounds.

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])

Command reset_bounds.

selection(service, rules[, path])

Parameter selection of value type str.

set_bounds(service, rules, command[, path])

Command set_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

Command reset_bounds.

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

Command set_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

Command clipping_plane.

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

Command draw_thin_volume_regions.

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

Command get_clipping_zone_i_ds.

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

Command get_visible_domain_bounds.

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

Command mark_gaps.

Parameters:
gap_distancefloat
gap_distance_connectfloat
min_sizefloat
share_topology_preferencesdict[str, Any]
Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class regions(service, rules, path)#

Bases: PyMenu

Singleton regions.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

Classes:

draw_all(service, rules, command[, path])

Command draw_all.

draw_dead(service, rules, command[, path])

Command draw_dead.

draw_fluid(service, rules, command[, path])

Command draw_fluid.

draw_solid(service, rules, command[, path])

Command draw_solid.

__init__(service, rules, path)#

__init__ method of PyMenu class.

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

Bases: PyCommand

Command draw_all.

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

Command draw_dead.

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

Command draw_fluid.

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

Command draw_solid.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.