FillHolesAtPlaneResults
Last update: 17.07.2025class ansys.meshing.prime.FillHolesAtPlaneResults(model=None, error_code=None, warning_codes=None, created_face_zonelets=None, assigned_zone_name=None, created_zone_id=None, json_data=None, **kwargs)
Results associated with fill holes at given plane.
-
Parameters: model: Model : Model to create a
FillHolesAtPlaneResultsobject with default parameters.error_code: ErrorCode, optional : Error code associated with the failure of operation.
warning_codes: List[WarningCode], optional : Warning codes associated with operation.
created_face_zonelets: Iterable[int], optional : Ids of face zonelets created to fill the holes.
assigned_zone_name: str, optional : Name assigned to zone created. Suffix is added to suggested name if the name not available.
created_zone_id: int, optional : Id assigned to zone created.
json_data: dict, optional : JSON dictionary to create a
FillHolesAtPlaneResultsobject with provided parameters.
Examples
>>> fill_holes_at_plane_results = prime.FillHolesAtPlaneResults(model = model)
Methods
| Name | Description |
|---|---|
FillHolesAtPlaneResults.print_default() |
Print the default values of FillHolesAtPlaneResults object. |
FillHolesAtPlaneResults.set_default([...]) |
Set the default values of the FillHolesAtPlaneResults object. |
Attributes
| Name | Description |
|---|---|
FillHolesAtPlaneResults.assigned_zone_name |
Name assigned to zone created. |
FillHolesAtPlaneResults.created_face_zonelets |
Ids of face zonelets created to fill the holes. |
FillHolesAtPlaneResults.created_zone_id |
Id assigned to zone created. |
FillHolesAtPlaneResults.error_code |
Error code associated with the failure of operation. |
FillHolesAtPlaneResults.warning_codes |
Warning codes associated with operation. |