StitchParams#

class ansys.meshing.prime.StitchParams(model=None, tolerance=None, use_absolute_tolerance=None, remesh=None, enable_multi_threading=None, type=None, json_data=None, **kwargs)#

Parameters used for stitch operation.

Methods

StitchParams.print_default()

Print the default values of StitchParams.

StitchParams.set_default([tolerance, ...])

Set the default values of StitchParams.

Attributes

StitchParams.enable_multi_threading

Option to run stitch in parallel using multithread.

StitchParams.remesh

Remesh at stitch connection.

StitchParams.tolerance

Distance tolerance for stitching boundaries.

StitchParams.type

Stitch type depending on nature of surface boundary edges to be stitched.

StitchParams.use_absolute_tolerance

True if tolerance provided is absolute value.