_Refaceting#

class ansys.fluent.core.datamodel_232.PartManagement.Root.Refaceting._Refaceting(service, rules, path)

Bases: PyMenu

Singleton _Refaceting.

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.

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

Command Delete.

Deviation(service, rules[, path])

Parameter Deviation of value type float.

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

Command Edit.

MaxSize(service, rules[, path])

Parameter MaxSize of value type float.

Name(service, rules[, path])

Parameter Name of value type str.

NormalAngle(service, rules[, path])

Parameter NormalAngle of value type float.

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

Command Remove.

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

Command Rename.

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 Delete(service, rules, command, path=None)

Bases: PyCommand

Command Delete.

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

Bases: PyNumerical

Parameter Deviation of value type float.

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

Bases: PyCommand

Command Edit.

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

Bases: PyNumerical

Parameter MaxSize of value type float.

class Name(service, rules, path=None)

Bases: PyTextual

Parameter Name of value type str.

class NormalAngle(service, rules, path=None)

Bases: PyNumerical

Parameter NormalAngle of value type float.

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