Surfer#

class ansys.meshing.prime.Surfer(model)#

Generates surface mesh.

Performs surface meshing using various surface meshing algorithms on topofaces or face zonelets. For example, constant size or volumetric size surface meshing.

Methods

Surfer.initialize_surfer_params_for_wrapper()

Initialize surfer parameters to mesh surfaces generated by wrapper.

Surfer.mesh_topo_faces(part_id, topo_faces, ...)

Performs meshing on the given topofaces with provided parameters.

Surfer.remesh_face_zonelets(part_id, ...)

Performs meshing on the given face zonelets with provided parameters.

Surfer.remesh_face_zonelets_locally(part_id, ...)

Remesh the given face zonelets locally at the registered faces with provided parameters.