Skip to main content

Prime Mesh Python client library 2025 R1 SP01

FillHolesAtPlaneParams

Last update: 17.07.2025

class ansys.meshing.prime.FillHolesAtPlaneParams(model=None, create_zone=None, suggested_zone_name=None, json_data=None, **kwargs)

Parameters to fill holes at given plane.

  • Parameters:

    model: Model : Model to create a FillHolesAtPlaneParams object with default parameters.

    create_zone: bool, optional : Option to create a face zone for the zonelets created to fill holes.

    suggested_zone_name: str, optional : Suggested name to be set on merged part. If the suggested name is empty, the parameter uses the default name.

    json_data: dict, optional : JSON dictionary to create a FillHolesAtPlaneParams object with provided parameters.

Examples

>>> fill_holes_at_plane_params = prime.FillHolesAtPlaneParams(model = model)

Methods

Name Description
FillHolesAtPlaneParams.print_default() Print the default values of FillHolesAtPlaneParams object.
FillHolesAtPlaneParams.set_default([...]) Set the default values of the FillHolesAtPlaneParams object.

Attributes

Name Description
FillHolesAtPlaneParams.create_zone Option to create a face zone for the zonelets created to fill holes.
FillHolesAtPlaneParams.suggested_zone_name Suggested name to be set on merged part.

Connect with Ansys