Refaceting#

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

Bases: PyMenu

Singleton Refaceting.

Classes:

Deviation(service, rules[, path])

Specify the distance between facet edges and the geometry edges.

MaxSize(service, rules[, path])

Specify a maximum element size for the imported model to avoid very large facets during the file import.

NormalAngle(service, rules[, path])

Specify a rotational angle (in degrees) of transformation.

Refacet(service, rules[, path])

Select this option when you want to change faceting of the selected object.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

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

Bases: PyNumerical

Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.

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

Bases: PyNumerical

Specify a maximum element size for the imported model to avoid very large facets during the file import.

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

Bases: PyNumerical

Specify a rotational angle (in degrees) of transformation.

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

Bases: PyParameter

Select this option when you want to change faceting of the selected object. Refaceting will refacet the original CAD geometry. Only the faceted CAD geometry is used during the meshing process. The refaceting settings control how far the facet edges are from the model and the size of the facets. More…

__init__(service, rules, path)#

__init__ method of PyMenu class.