PartialDefeatureParams#
- class ansys.meshing.prime.PartialDefeatureParams(model=None, edge_sharp_corner_angle=None, merge_face_normals_angle=None, merge_edge_allow_self_close=None, json_data=None, **kwargs)#
Parameters for partial defeature operation.
- Parameters:
- model: Model
Model to create a
PartialDefeatureParamsobject with default parameters.- edge_sharp_corner_angle: float, optional
Merge edges when the angle between the edges are below the provided value.
This is a beta parameter. The behavior and name may change in the future.
- merge_face_normals_angle: float, optional
Merge faces when the normal angle between the faces is below the provided value.
This is a beta parameter. The behavior and name may change in the future.
- merge_edge_allow_self_close: bool, optional
Option for merging self-closing edge loops.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
PartialDefeatureParamsobject with provided parameters.
Examples
>>> partial_defeature_params = prime.PartialDefeatureParams(model = model)
Methods
Print the default values of
PartialDefeatureParamsobject.Set the default values of the
PartialDefeatureParamsobject.Attributes
Merge edges when the angle between the edges are below the provided value.
Option for merging self-closing edge loops.
Merge faces when the normal angle between the faces is below the provided value.