CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ANSA (https://www.cfd-online.com/Forums/ansa/)
-   -   Edge removal after solid fill hole python script function (https://www.cfd-online.com/Forums/ansa/230830-edge-removal-after-solid-fill-hole-python-script-function.html)

akkidivate October 8, 2020 02:46

Edge removal after solid fill hole python script function
 
Hello,

I used solid fill hole command to fill solid hole at geometry level using script. After execution holes are closed but the edge are on the surface.

Can we remove the edge by using script?

Thank you.

greg.cfd October 19, 2020 05:57

Which option did you choose as "Geom fill method"? If you use "expand existing faces" then the CONS at the rim of the closed solid holes should be removed. For example:


Code:

mesh.FillSolidHoles(200, 40, "convex", 5, point_at_center = False, curve_at_perimeter = False, fill_method = "planar", geom_fill_method = "expand_existing_faces")


All times are GMT -4. The time now is 13:43.