Book a Demo

Author Topic: Get attrTag notes within transformation script  (Read 2740 times)

novikovigor

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Get attrTag notes within transformation script
« on: November 20, 2013, 07:07:02 pm »
Hello everybody!
I can get attrTag value within transformation script next way:
Code: [Select]
%attTag:"MyTag"%How can I get attrTag notes?

I need to pass to the transformed model all the tags with name "MyTag" with its notes.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Get attrTag notes within transformation script
« Reply #1 on: November 21, 2013, 08:27:21 am »
Only if you call an add-in. Look for EXEC_ADD_IN in the help.

novikovigor

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Re: Get attrTag notes within transformation script
« Reply #2 on: November 21, 2013, 05:49:17 pm »
Thank you, Simon.