TCL script to remove all fillets less than 2mm
Altair Community Member
Updated by VIJAYKUMAR M K
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
Sort by:
1 - 1 of
11
Adriano Koga_20259
New Altair Community Member
Updated by Adriano Koga_20259
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.