bounds#

class ansys.fluent.core.generated.datamodel_271.meshing_workflow.Root.application.graphics.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 selection(service, rules, path=None)#

Bases: PyTextual

Parameter selection of value type str.