Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Looking to write a relation controlled pattern in an assembly to change a part that is changed by it's internal pattern. For example if assembly DF03 is chosen make part (metric bolt) patterm=="M3".
IF PATTERN_TABLE:FIND_DC=="DF03"
PATTERN_TABLE (OF METRIC BOLT) =="M3"
ENDIF
In other words is there a relation statement for (OF METRIC BOLT) to make the bolt in the assembly M3?