ReFacet#
- class ansys.fluent.core.generated.datamodel_261.part_management.Root.AssemblyNode._AssemblyNode.ReFacet(service, rules, command, path=None)#
Bases:
PyCommand
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… Parameters ———- Deviation : float
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
- NormalAnglefloat
Specify a rotational angle (in degrees) of transformation.
- MaxSizefloat
Specify a maximum element size for the imported model to avoid very large facets during the file import.
- Returns:
Methods:
Create a command instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create a command instance.