Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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?