_Scaling#

class ansys.fluent.core.generated.datamodel_252.part_management.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])

Specify whether to apply the transformation to the Local or Global coordinate system.

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

Specify the X component of the scale factor, based on the specified coordinate system.

ScaleY(service, rules[, path])

Specify the Y component of the scale factor, based on the specified coordinate system.

ScaleZ(service, rules[, path])

Specify the Z component of the scale factor, based on the specified coordinate system.

Type(service, rules[, path])

Specify whether to apply a translational or a rotational transformation.

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

Command Undo.

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

Command Update.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class Applied(service, rules, path=None)#

Bases: PyParameter

Parameter Applied of value type 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

Specify whether to apply the transformation to the Local or Global coordinate system. The local coordinate system is one that is associated with the individual CAD geometry as it is being created, where one chooses to re-orient that CAD sketch and create the model. Its orientation can vary based on its placement in an assembly of the entire model (for example, tires for a car). The global coordinate system has a fixed orientation, whereas the local coordinate system will have a different orientation. If, however, the CAD part was created without changing the coordinate systems, then there will be no difference between the local and global coordinate systems.

class Name(service, rules, path=None)#

Bases: PyTextual

Parameter Name of value type str.

class ScaleX(service, rules, path=None)#

Bases: PyNumerical

Specify the X component of the scale factor, based on the specified coordinate system.

class ScaleY(service, rules, path=None)#

Bases: PyNumerical

Specify the Y component of the scale factor, based on the specified coordinate system.

class ScaleZ(service, rules, path=None)#

Bases: PyNumerical

Specify the Z component of the scale factor, based on the specified coordinate system.

class Type(service, rules, path=None)#

Bases: PyTextual

Specify whether to apply a translational or a rotational transformation.

__init__(service, rules, path)#

__init__ method of PyMenu class.

class _name_(service, rules, path=None)#

Bases: PyTextual

Parameter _name_ of value type str.