To organize surfaces to different components.
Hello All,
I have one sweep Beam. I extracted the midsurface for it.
Further I have splitted this extracted midsurface into 5 different parts.
Now I need to organize these 5 parts into 5 different components automatically.
I am new to TCL/TK, so can anyone help me to develop logic for the same ?
Thanks in Advance !
Answers
-
you can do it manually? why you need to do it by tcl?
0 -
Building a automeshing macro for one component ( from midsurface extraction to meshing ). In which the component has to be meshed with different element size in these five regions.
0 -
Altair Forum User said:
Building a automeshing macro for one component ( from midsurface extraction to meshing ). In which the component has to be meshed with different element size in these five regions.
- create list of surfaces
-create list of comps
-use loop to to move the surfs to comps
0 -
Hey @Pandurang, Can you descibe on loop syntax ?
0