HM command recorder
Hello
I tried to use the hm_command_recorder.tlc (please see attached file) file but it did no work because as the video it need the command.cmf file but as far as I know from version 14 this file is not exist. Could you please give me some suggestions.
Find more posts tagged with
Hello
I create my first tcl/tk script file with the syntax like that
*startnotehistorystate {Deleted Components} *createmark components 1 ' RW_left' ' RW_right' 'Compresseur' *clearmark components 1 *createmark components 1 ' RW_left' ' RW_right' 'Compresseur' *deletemark components 1 *endnotehistorystate {Deleted Components}
in order to delete component ' RW_left' ' RW_right' 'Compresseur' in my model.
But when I run the tcl/tk script file it did not work.
Could you please give me some suggestions?
Thanks
Hi
try removing space in front of comp names
you have excessive createmark and clearmark commands at line 2 & 3, they are unnecessary.
Hi
I tried but It said that
invalid command name '*startnotehistorystate'
invalid command name '*startnotehistorystate'
while executing
'*startnotehistorystate {Deleted Components}'
(file 'D:/Dropbox/Lille/Altair/TCL/Hoan/command03_15_delcomp.tcl' line 1)
invoked from within
'source {D:/Dropbox/Lille/Altair/TCL/Hoan/command03_15_delcomp.tcl}'
('uplevel' body line 1)
invoked from within
'uplevel #0 'source {$file}''
(procedure '::HM_Framework::p_FileLoad' line 68)
invoked from within
'::HM_Framework::p_FileLoad 24'
(menu invoke)
Which version of Hypermesh do you use?
'command.cmf' is OLD release.