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
Print the default values of StitchParams.
StitchParams.set_default
([tolerance, ...])Set the default values of StitchParams.
Attributes
Option to run stitch in parallel using multithread.
Remesh at stitch connection.
Distance tolerance for stitching boundaries.
Stitch type depending on nature of surface boundary edges to be stitched.
True if tolerance provided is absolute value.