TopoFillHoleResult#
- class ansys.meshing.prime.TopoFillHoleResult(model=None, new_topo_faces_created=None, error_code=None, json_data=None, **kwargs)#
Results associated with fill holes in topology operations.
- Parameters:
- model: Model
Model to create a
TopoFillHoleResult
object with default parameters.- new_topo_faces_created: Iterable[int], optional
Ids of new topofaces created.
- error_code: ErrorCode, optional
Error code associated with a wrap operation.
- json_data: dict, optional
JSON dictionary to create a
TopoFillHoleResult
object with provided parameters.
Examples
>>> topo_fill_hole_result = prime.TopoFillHoleResult(model = model)
Methods
Print the default values of
TopoFillHoleResult
object.Set the default values of the
TopoFillHoleResult
object.Attributes
Error code associated with a wrap operation.
Ids of new topofaces created.