Hi.
i am currently working on Hypermesh 2019. I came across the *filewritecomponentgeometry command in the documentation. There is a component in my .hm file which goes by the name 'clip1', and I wabnt to use the above mentioned command to export it into a new .hm file by the name 'clip1.hm'
I used the command as
*filewritecomponentgeometry clip1.hm, clip1, 1
and
*filewritecomponentgeometry (clip1.hm, clip1, 1)
But the TCL console always says that 'Component clip1 does not exist'.
