I need to find out how to add a relation to a repeat region. I have a asm_mbr_name that shows the name of a sub-assembly in my assembly. What I want to do I give it a different name.
For example: "xxx_hose1" shows in my repeat region; I want it to show up as "aaaaa-bb-c-d-ee"
I've tried this:
if asm_mbr_name=="xxx_hose1"
name="aaaaa-bb-c-d-ee"
endif
But this does not work! If anyone can help I would appreciate it!
For example: "xxx_hose1" shows in my repeat region; I want it to show up as "aaaaa-bb-c-d-ee"
I've tried this:
if asm_mbr_name=="xxx_hose1"
name="aaaaa-bb-c-d-ee"
endif
But this does not work! If anyone can help I would appreciate it!