ReFacet#
- class ansys.fluent.core.generated.datamodel_261.part_management.Root.AssemblyNode._AssemblyNode.ReFacet(service, rules, command, path=None)#
Bases:
PyCommandSelect 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.
- NormalAngle
float Specify a rotational angle (in degrees) of transformation.
- MaxSize
float Specify a maximum element size for the imported model to avoid very large facets during the file import.
- Deviation
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.