This application allows to copy the name of a selected model tree element to the clipboard in PTC's CAD system Creo Parametric (formerly known as Pro/ENGINEER).
The latest version of the UDL files can be downloaded from https://github.com/DonChunior/Copy-Model-Tree-Element-Name-To-Clipboard/releases/latest.
- Copy the file CopyModelTreeElementNameToClipboard.exe to a directory of your choice:
- E.g. C:\temp
- Create a new "OS Script" mapkey:
"%DirectoryOfYourChoice%\CopyModelTreeElementNameToClipboard.exe" "%DirectoryContainingTrailFiles%"
:- E.g.
"C:\temp\CopyModelTreeElementNameToClipboard.exe" "C:\temp\TrailDir"
- E.g.
"C:\temp\CopyModelTreeElementNameToClipboard.exe" "C:\temp\TrailDir" /noext
- The optional second command line parameter
/noext
removes any file name extensions that may occur, such as ".PRT" or ".ASM".
- E.g.
- Select a model tree element.
- Execute the previously defined mapkey.
- Now you have got the element name in the clipboard.
- Domenic Laritz, CAD system administrator at Liebherr.
This project is licensed under the terms of the Unlicense. See the LICENSE file for details.
- Thanks to Christian Faderl, the developer of ISN AutoIt Studio, a development environment for the scripting language AutoIt, which has been used for this project.