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
Create ShellBL using data stored in controls.
Initialize surfer parameters to mesh surfaces generated by the wrapper.
Surfer.mesh_topo_faces
(part_id, topo_faces, ...)Perform meshing on TopoFaces with given parameters.
Surfer.remesh_face_zonelets
(part_id, ...)Perform meshing on face zonelets with given parameters.
Surfer.remesh_face_zonelets_locally
(part_id, ...)Remesh face zonelets locally at the registered faces with given parameters.
Examples using Surfer#
Mesh a mid-surfaced bracket for a structural analysis
Mesh a mid-surfaced bracket for a structural analysis