_Scaling#

class ansys.fluent.core.datamodel_241.PartManagement.Root.Scaling._Scaling(service, rules, path)

Bases: PyMenu

Singleton _Scaling.

Classes:

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

Command Add.

Applied(service, rules[, path])

Parameter Applied of value type bool.

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

Command Apply.

Children(service, rules[, path])

Parameter Children of value type List[str].

Context(service, rules[, path])

Parameter Context of value type int.

Global(service, rules[, path])

Parameter Global of value type str.

Name(service, rules[, path])

Parameter Name of value type str.

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

Command Remove.

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

Command Rename.

ScaleX(service, rules[, path])

Parameter ScaleX of value type float.

ScaleY(service, rules[, path])

Parameter ScaleY of value type float.

ScaleZ(service, rules[, path])

Parameter ScaleZ of value type float.

Type(service, rules[, path])

Parameter Type of value type str.

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

Command Undo.

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

Command Update.

class Add(service, rules, command, path=None)

Bases: PyCommand

Command Add.

Parameters:
PathsList[str]
Returns:
bool
class Applied(service, rules, path=None)

Bases: PyParameter

Parameter Applied of value type bool.

class Apply(service, rules, command, path=None)

Bases: PyCommand

Command Apply.

Returns:
bool
class Children(service, rules, path=None)

Bases: PyTextual

Parameter Children of value type List[str].

class Context(service, rules, path=None)

Bases: PyNumerical

Parameter Context of value type int.

class Global(service, rules, path=None)

Bases: PyTextual

Parameter Global of value type str.

class Name(service, rules, path=None)

Bases: PyTextual

Parameter Name of value type str.

class Remove(service, rules, command, path=None)

Bases: PyCommand

Command Remove.

Parameters:
PathsList[str]
Returns:
bool
class Rename(service, rules, command, path=None)

Bases: PyCommand

Command Rename.

Parameters:
NewNamestr
Returns:
bool
class ScaleX(service, rules, path=None)

Bases: PyNumerical

Parameter ScaleX of value type float.

class ScaleY(service, rules, path=None)

Bases: PyNumerical

Parameter ScaleY of value type float.

class ScaleZ(service, rules, path=None)

Bases: PyNumerical

Parameter ScaleZ of value type float.

class Type(service, rules, path=None)

Bases: PyTextual

Parameter Type of value type str.

class Undo(service, rules, command, path=None)

Bases: PyCommand

Command Undo.

Returns:
bool
class Update(service, rules, command, path=None)

Bases: PyCommand

Command Update.

Returns:
bool