Skip to main content

Prime Mesh Python client library 2025 R1 SP01

create_base_face

Last update: 17.07.2025

VolumeSweeper.create_base_face(part_id, topo_volume_ids, params)

Create a face at the specified origin.

This method creates a face at the specified origin and perpendicular to the specified direction. Also, it imprints model edges on the face, makes necessary edge repairs, and duplicates relevant size controls on the base face.

  • Parameters: part_id : ID of part.

    topo_volume_ids : IDs of the volumes to mesh.

    params : Mesh stacker parameters.

  • Returns: :

    MeshStackerResults : Results from creating the face.

  • Return type: MeshStackerResults

Examples

>>> results = volumesweeper.create_base_face(part_id, topo_volume_ids, params)

Connect with Ansys