Wrapper#

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

Provides operations for generating a surface mesh using wrapper technology.

Parameters:
modelModel

Server model to create Wrapper object.

Methods

Wrapper.close_gaps(scope, params)

Close gaps.

Wrapper.connect(wrapper_part, target_labels, ...)

Perform a label-controlled connection.

Wrapper.improve_quality(part_id, params)

Improve the surface quality and resolve connectivity issues like intersections, multi, free, spikes, point contacts and so on.

Wrapper.patch_flow_regions(...)

Patch flow regions.

Wrapper.wrap(wrapper_control_id, params)

Perform wrapping with specified controls and given parameters.