_Refaceting#
- class ansys.fluent.core.generated.datamodel_252.part_management.Root.Refaceting._Refaceting(service, rules, path)#
Bases:
PyMenuSingleton _Refaceting.
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.
Delete(service, rules, command[, path])Command Delete.
Deviation(service, rules[, path])Specify the distance between facet edges and the geometry edges.
Edit(service, rules, command[, path])Command Edit.
FacetMaxEdgeLength(service, rules[, path])Controls the edge size of facets, ensuring that no facet edge exceeds the specified length.
MaxEdgeLengthFactor(service, rules[, path])Specifies the maximum size of the facets relative to the bounding box of the geometry.
MaxSize(service, rules[, path])Specify a maximum element size for the imported model to avoid very large facets during the file import.
Name(service, rules[, path])Parameter Name of value type str.
NormalAngle(service, rules[, path])Specify a rotational angle (in degrees) of transformation.
Remove(service, rules, command[, path])Command Remove.
Rename(service, rules, command[, path])Command Rename.
Methods:
__init__(service, rules, path)__init__ method of PyMenu class.
- class Applied(service, rules, path=None)#
Bases:
PyParameterParameter Applied of value type bool.
- class Children(service, rules, path=None)#
Bases:
PyTextualParameter Children of value type list[str].
- class Context(service, rules, path=None)#
Bases:
PyNumericalParameter Context of value type int.
- class Deviation(service, rules, path=None)#
Bases:
PyNumericalSpecify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
- class FacetMaxEdgeLength(service, rules, path=None)#
Bases:
PyTextualControls the edge size of facets, ensuring that no facet edge exceeds the specified length. The max edge length size (Max Size) can either be specified directly by selecting Absolute or specified as a factor (Max Edge Length Factor) relative to the bounding box of the geometry by selecting Relative (Bounding Box).
- class MaxEdgeLengthFactor(service, rules, path=None)#
Bases:
PyNumericalSpecifies the maximum size of the facets relative to the bounding box of the geometry.
- class MaxSize(service, rules, path=None)#
Bases:
PyNumericalSpecify a maximum element size for the imported model to avoid very large facets during the file import.
- class NormalAngle(service, rules, path=None)#
Bases:
PyNumericalSpecify a rotational angle (in degrees) of transformation.
- __init__(service, rules, path)#
__init__ method of PyMenu class.