VolumeSweeper#

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

VolumeSweeper class provide functions to volume mesh a given set of topovolumes by sweeping or stacking a set of face and edge zonelets. Provide operations to generate volume mesh using stacker technology.

Parameters:
modelModel

Server model to create VolumeSweeper object.

part_idint

Id of the part.

Methods

VolumeSweeper.create_base_face(part_id, ...)

Create a face at the specified origin.

VolumeSweeper.stack_base_face(part_id, ...)

Generate volume mesh by stacking a meshed face.