DetectNonCircularHolesParams#
- class 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
DetectNonCircularHolesParams
object 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
DetectNonCircularHolesParams
object with provided parameters.
Examples
>>> detect_non_circular_holes_params = prime.DetectNonCircularHolesParams(model = model)
Methods
Print the default values of
DetectNonCircularHolesParams
object.Set the default values of the
DetectNonCircularHolesParams
object.Attributes
Option to allow holes in curved topoface.
Maximum length of holes.
Option for merging self-closing edge loops.
Minimum length of holes.