Book a Demo

Author Topic: REFGuid and Shape Script  (Read 4435 times)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
REFGuid and Shape Script
« on: February 04, 2011, 11:08:31 pm »
I have massive problems using REFGuid tags together with shape scripts. My shape script issues a
Code: [Select]
if (HasTag ("BT::Block::Deployment")) {
      print("[");
      print("#TAG:BT::Block::Deployment#");
      print("]");
}
(I tried with and without qualifying the tag.) Now some models using the profile show the tag as intended. Others do not show anything at all (only after temporarily changing the tag value). Again other models do show the GUID instead of the elements name. I can't see any coherent picture. EA seems to behave randomly. Anyone else experiencing similar issues?

q.