This goody will offer you a tiny and fast to use possiblity to make a screen shot of the current Creo Elements/Direct Annotation view port.
Enter into command line
(oli::sd-define-available-command "Annotation" "Window" "Capture Viewport" :commandTitle "Capt Viewport" :action '(when (oli::sd-module-active-p "ANNOTATION") (oli::sd-execute-annotator-command :cmd (format nil "bitmap_to_file png del_old '~Aam_screen.png'" (oli::sd-inq-temp-dir))) ) :description "Store screen shot of Annotation view port to <TEMPDIR>am_screen.png." :image "SolidDesigner/View/edit_camera" )
Or add this line to your am_customization file.
This sequence will add an additional command, which can be placed into a toolbar by normal User Interface customization. You can also add the shown command to your user_avail_cmds files.
A screen shot of the Creo Elements/Direct Annotation view port is immediatly stored to the temp directory. To make the tool easy to use a fixed file name and the best file format for screen shots is used. Therefore no additional options or adjustments are needed.
Simple rename your screen shot before taking the next one.
© 2024 Parametric
Technology GmbH (a subsidiary of PTC Inc.), All Rights Reserved |