WrapperImproveQualityParams#
- class ansys.meshing.prime.WrapperImproveQualityParams(model=None, target_skewness=None, island_count=None, island_tol=None, overlap_count=None, overlap_tol=None, resolve_spikes=None, resolve_intersections=None, inflate_dihedral_face_nodes=None, resolve_invalid_node_normals=None, aggressively=None, number_of_threads=None, json_data=None, **kwargs)#
WrapperImproveQualityParams defines parameters to improve wrapper part.
Methods
Print the default values of WrapperImproveQualityParams.
Set the default values of WrapperImproveQualityParams.
Attributes
Control to improve surfaces aggressively or not.
Control to resolve face dihedral angle by inflating opposite nodes or not.
Face count of smallest island.
Relative face count of smallest island.
Number of threads for multithreading.
Face count of non-manifold overlap.
Relative face count of non-manifold overlap.
Control to resolve face intersections or not.
Control to resolve invalid node normals by inflating opposite nodes or not.
Control to perform removing spikes or not.
Target skewness.