Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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?