Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.DetectNonCircularHolesParams.set_default

Last update: 22.02.2024

static DetectNonCircularHolesParams.set_default(allow_curved_topo_faces=None, max_hole_length=None, min_hole_length=None, merge_edge_allow_self_close=None)

Set the default values of DetectNonCircularHolesParams.

  • Parameters: allow_curved_topo_faces: bool, optional : Option to allow holes in curved topoface.

    max_hole_length: float, optional : Maximum length of holes.

    min_hole_length: float, optional : Minimum length of holes.

    merge_edge_allow_self_close: bool, optional : Option for merging self-closing edge loops.