Design table issue can't add a thru all dimension for hole depth.
I've been trying to search the internet and solidworks tutorials.
I can't figure out how to assign a hole depth as a "thru all" dimension in a design table
I get a weird error below. The part is attached for reference.
It gives me an error saying:
Invalid dimension name "height"
Exiting design table without completing model update
Hello,
Add your height dimension as a DT column and in the cut depth column use an Excel formula to reference the height column for that row: =C5.
Once there, you can refer to it.
If SW doesn't like direct references within the DT region then, then with at least one blank column to the right of the last DT column (in the appropriate row, say in H5), add an Excel formula in H5 that points to the height dim column: =C5.
Then in the thru hole depth column (which let's say is column D) at D5, enter the Excel formula: =H5.
Kevin