Refaceting#

class ansys.fluent.core.generated.datamodel_271.part_management.Root.AssemblyNode._AssemblyNode.Refaceting(service, rules, path)#

Bases: PyMenu

Singleton Refaceting.

Classes:

Deviation(service, rules[, path])

The distance between facet edges and geometry edges, where lower values result in more facets along curved edges.

MaxSize(service, rules[, path])

The maximum element size for the imported model to prevent excessively large facets during file import.

NormalAngle(service, rules[, path])

The rotational angle for transformation in degrees.

Refacet(service, rules[, path])

Whether to modify the faceting of the selected object's original CAD geometry for meshing purposes.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

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

Bases: PyNumerical

The distance between facet edges and geometry edges, where lower values result in more facets along curved edges.

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

Bases: PyNumerical

The maximum element size for the imported model to prevent excessively large facets during file import.

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

Bases: PyNumerical

The rotational angle for transformation in degrees.

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

Bases: PyParameter

Whether to modify the faceting of the selected object’s original CAD geometry for meshing purposes.

__init__(service, rules, path)#

__init__ method of PyMenu class.