|
[Sponsors] |
Edge removal after solid fill hole python script function |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 8, 2020, 02:46 |
Edge removal after solid fill hole python script function
|
#1 |
New Member
akki
Join Date: Jul 2020
Posts: 5
Rep Power: 6 |
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. |
|
October 19, 2020, 05:57 |
|
#2 |
New Member
Join Date: May 2014
Posts: 21
Rep Power: 12 |
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") |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
whats the cause of error? | immortality | OpenFOAM Running, Solving & CFD | 13 | March 24, 2021 07:15 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 05:15 |
[blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 05:42 |
is internalField(U) equivalent to zeroGradient? | immortality | OpenFOAM Running, Solving & CFD | 7 | March 29, 2013 01:27 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 12, 2001 23:19 |