TCL script to remove all fillets less than 2mm
VIJAYKUMAR M K
Altair Community Member
While i'm modelling of shell mesh, i don't consider 2mm fillets for entire geometry. So needed a script which can find out all fillets less than 2mm and defeature them, so that i can generate good mesh and good midsurface. @Adriano Koga
0
Answers
-
Hi, This is actually a 2-click command in HyperMesh. Please take a look at the 'Defeatures' panel/ribbon and you should get what you're asking easily. Now, if you want it to work in batch mode, just perform the remove fillet operation once in HM and then take a look at the APIs used that are written into your command.tcl files in the Documents folder. This could be very helpful and give you some insights.0