_Rotate#

class ansys.fluent.core.datamodel_241.PartManagement.Root.Rotate._Rotate(service, rules, path)

Bases: PyMenu

Singleton _Rotate.

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.

RotateX(service, rules[, path])

Parameter RotateX of value type float.

RotateY(service, rules[, path])

Parameter RotateY of value type float.

RotateZ(service, rules[, path])

Parameter RotateZ 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 RotateX(service, rules, path=None)

Bases: PyNumerical

Parameter RotateX of value type float.

class RotateY(service, rules, path=None)

Bases: PyNumerical

Parameter RotateY of value type float.

class RotateZ(service, rules, path=None)

Bases: PyNumerical

Parameter RotateZ 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