Skip to main content
1-Visitor
May 9, 2017
Question

How do i get current modelname

  • May 9, 2017
  • 3 replies
  • 1712 views

can any one help me to get current model name

    3 replies

    1-Visitor
    May 9, 2017

    It shows the current model name at the top of the model tree and at the top of the screen.  If you're trying to input it into a parameter you can set a relation for the parameter name to equal Rel_Model_Name

    15-Moonstone
    May 10, 2017

    Hi, you can create OS mapkey that runs script which copy model name to clipboard (it simulates ctrt+c command):

    1. create new mapkey
    2. choose OS script
    3. write start "" "<path_to_file>\getName.jse"  (e.g. "c:\Creo 3.0\myScripts\getName.jse")
    4. run mapkey to get name of current model

    There is getName.jse file in the attachment. This is the script which do the work.

    You can make similar script to open drawing of current model with this technique.

    14-Alexandrite
    May 10, 2017

    Hi Sangavi,

    Are you trying to get the model name for a drawing? For a simple copy/paste? or for an application? If so, what API are you using - C? C++? VB? Java?

    Thanks,

    James