SurfaceSearch#
- class ansys.meshing.prime.SurfaceSearch(model)#
SurfaceSearch allows you to check surface mesh quality.
SurfaceSearch performs surface mesh quality check based on different face quality measures.
- Parameters:
- model
Model
Server model to create SurfaceSearch object.
- model
Methods
Gets information regarding the number of faces with a deviation higher than the tolerance.
Gets search information regarding registered face elements of provided zonelets using a register id.
Gets the surface diagnostic summary.
Gets the surface quality summary.
Search face zonelets to identify folds.
Search face zonelets to identify faces with invalid normals.
Search face zonelets with the provided quality parameters and applies register id on face elements found.
Search face zonelets to identify face elements intersecting with each other.
Search face zonelets to identify spikes.
Search face zonelets to identify face element of thin strips(single layer of triangles between features).