Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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?