FillHolesAtPlaneResults#
- class 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
Print the default values of
FillHolesAtPlaneResultsobject.Set the default values of the
FillHolesAtPlaneResultsobject.Attributes
Name assigned to zone created.
Ids of face zonelets created to fill the holes.
Id assigned to zone created.
Error code associated with the failure of operation.
Warning codes associated with operation.