TCL code for merging narrow surfaces.
Hi all, I want to know the TCL code to merge narrow surfaces like surfaces having width lesser than 3mm. Parameter file has that option and I want to do it using TCL code without using the parameter file.
Regards,
Rachit
Best Answer
-
Rachit Semalty said:
Dear Ben, thanks for your reply. But unfortunately this command distorts the surface geometry a lot. I just want some way to suppress edges of narrow surfaces rather than to merge them. I may use *selfstichcombine option but that too merge the surfaces than just suppressing the lines. This way meshing time increases exponentially.
Regards,
Rachit
What about *edgesuppress?
0
Answers
-
Below is the help page for the *fixnarrowsurfaces api.
https://2021.help.altair.com/2021/hwdesktop/hwd/topics/reference/hm/_fixnarrowsurfaces.htm
0 -
Ben Buchanan said:
Below is the help page for the *fixnarrowsurfaces api.
https://2021.help.altair.com/2021/hwdesktop/hwd/topics/reference/hm/_fixnarrowsurfaces.htm
Dear Ben, thanks for your reply. But unfortunately this command distorts the surface geometry a lot. I just want some way to suppress edges of narrow surfaces rather than to merge them. I may use *selfstichcombine option but that too merge the surfaces than just suppressing the lines. This way meshing time increases exponentially.
Regards,
Rachit
0 -
Rachit Semalty said:
Dear Ben, thanks for your reply. But unfortunately this command distorts the surface geometry a lot. I just want some way to suppress edges of narrow surfaces rather than to merge them. I may use *selfstichcombine option but that too merge the surfaces than just suppressing the lines. This way meshing time increases exponentially.
Regards,
Rachit
What about *edgesuppress?
0 -
Ben Buchanan said:
What about *edgesuppress?
Thanks Ben for your reply. Yes, I may now select surface based on edge length and then suppress their edges.
Regards,
Rachit
0