TopoFillHoleParams#
- class ansys.meshing.prime.TopoFillHoleParams(model=None, edges_to_exclude=None, suppress_boundary_after_hole_fill=None, fill_annular_hole=None, json_data=None, **kwargs)#
Parameters used to fill holes in topology.
- Parameters:
- model: Model
Model to create a
TopoFillHoleParams
object with default parameters.- edges_to_exclude: Iterable[int], optional
TopoEdges to be excluded for cap creation.
- suppress_boundary_after_hole_fill: bool, optional
Option to preserve or suppress hole-boundary after filling holes.
- fill_annular_hole: bool, optional
Option for filling holes with annular bounding loops.
- json_data: dict, optional
JSON dictionary to create a
TopoFillHoleParams
object with provided parameters.
Examples
>>> topo_fill_hole_params = prime.TopoFillHoleParams(model = model)
Methods
Print the default values of
TopoFillHoleParams
object.Set the default values of the
TopoFillHoleParams
object.Attributes
TopoEdges to be excluded for cap creation.
Option for filling holes with annular bounding loops.
Option to preserve or suppress hole-boundary after filling holes.