Skip to main content
10-Marble
April 12, 2011
Question

Simplified Rep question

  • April 12, 2011
  • 1 reply
  • 766 views
Guru's:



I have a simplified rep that substitutes lower level assemblies with a
simplified rep. I can crawl through and find out most information I
need, but one that is stifling me is how to get the name of the
simplified rep used in that lower level assembly. A crude overview:



Top level master rep:

Top.asm

-1.prt

-2.prt

-3.asm

-4.asm

-5.prt

Etc.



Top level simplified rep:

Top.asm

-1.prt (Excluded)

-2.prt (Master)

-3.asm (substituted with assembly simplified rep named SRNAME)

-4.asm (Master)

-5.prt (Excluded)

Etc.



My end desire is to get the information in parentheses. I can get the
MASTER, or EXCLUDED or even that the assembly (4.asm) is SUBSTITUTED.
But I can't manage to get the rep name (SRNAME above) that is doing the
substituting.



Thoughts?



BK


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

10-Marble
April 12, 2011
Sigh. A few more moments and I would have had it.....At least I think
so. Boils down to check and cast.



SimpRepInstructions-->SimpRepSubstitute-->Substitution



Plain once I stopped and breathed for a second.



BK