DetectNonCircularHolesParams
Last update: 17.07.2025class ansys.meshing.prime.DetectNonCircularHolesParams(model=None, allow_curved_topo_faces=None, max_hole_length=None, min_hole_length=None, merge_edge_allow_self_close=None, json_data=None, **kwargs)
Parameters for detect non circular holes operation.
-
Parameters: model: Model : Model to create a
DetectNonCircularHolesParamsobject with default parameters.allow_curved_topo_faces: bool, optional : Option to allow holes in curved topoface.
This is a beta parameter. The behavior and name may change in the future.max_hole_length: float, optional : Maximum length of holes.
This is a beta parameter. The behavior and name may change in the future.min_hole_length: float, optional : Minimum length of holes.
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
DetectNonCircularHolesParamsobject with provided parameters.
Examples
>>> detect_non_circular_holes_params = prime.DetectNonCircularHolesParams(model = model)
Methods
| Name | Description |
|---|---|
DetectNonCircularHolesParams.print_default() |
Print the default values of DetectNonCircularHolesParams object. |
DetectNonCircularHolesParams.set_default([...]) |
Set the default values of the DetectNonCircularHolesParams object. |
Attributes
| Name | Description |
|---|---|
DetectNonCircularHolesParams.allow_curved_topo_faces |
Option to allow holes in curved topoface. |
DetectNonCircularHolesParams.max_hole_length |
Maximum length of holes. |
DetectNonCircularHolesParams.merge_edge_allow_self_close |
Option for merging self-closing edge loops. |
DetectNonCircularHolesParams.min_hole_length |
Minimum length of holes. |