Can the value in the cell of one design table be used to populate a cell in another table? For instance, lets say the design table for Part A drives the diameter of a rod and the table for Part B drives the diameter of a hole. Can the table for Part B be driven by the Part A table?
Bill,
Outside of using a macro, one approach is that you can reference dimensions in other part/assembly files.
Let's say your rod diameter dimension in Part A is named Diameter@Rod Profile Sketch. In Part B, your hole diameter dimension is named Diameter@Hole Profile Sketch.
I haven't tried this, but in Part B's design table, you would set Diameter@Hole Profile Sketch equal to
Diameter@Rod Profile Sketch@Part A.sldprt. If the design table isn't happy with this directly, you can create a global variable in your equation editor. Set your global variable - named Linked Hole Diameter for instance - to Diameter@Rod Profile Sketch@Part A.sldprt and then set Diameter@Hole Profile Sketch equal to "Linked Hole Diameter" in your design table.
Daen