Q:
Where is the Transcript feature located in Inventor ?
A:
The Transcript feature has been removed in Inventor 5 and is no longer supported. A transcript is a script similar to VBA (but not VBA) which contains instructions to play operations multiple time. This feature will record all your actions inside Inventor and can be replayed later. You cannot activate this feature from the user interface (as it is removed) and you need to work into the registry. Find below the instructions on how to proceed.
You have to edit registry keys directly (using regedit or similar) to turn transcripting on. Without Inventor running you should set the registry key (Inventor 2013):
HKEY_CURRENT_USER\Software\Autodesk\Inventor\RegistryVersion17.0\System\Preferences\Transcript\TranscriptingOn
to 1
Then you should set the following if you wish to have an user interface to play the file:
HKEY_CURRENT_USER\Software\Autodesk\Inventor\RegistryVersion17.0\System\Preferences\Transcript\AllowReplay
to 1.
Then run Inventor and create your drawing. This creates a transcript file (*.tf) in the location specified in the registry key two keys above the one specifying TranscriptingOn. On my machine, this is the key:
C:\Program Files\Autodesk\Inventor 2013\Bin\Inventor.exe:TransDir
It might be different on yours. You can manually edit this *.tf file if you wish.
To run the macro, start Inventor with no document open, then
* drag and drop the macro (*.tf) file onto the Inventor window.
* or from the "Extra Tools" pull down menu, choose "Replay Transcript".
(You might want to edit the file to remove the last couple of lines, which actually close the drawing).
NOTE: Transcripting feature has been removed in Inventor R5 and is not officially supported and has to be used at your own risk.