General Tabels in Drawings

I make panels.
Most of my part are a set thickness with configured Lengths and Width.
In my drawings, I place general tables manually enter dimension (L and W)
image.png
Because its manually entered, I have gotten get caught many times when the part is changed and the drawing is not update.
In the past I’ve tried using Design Tables in a drawing but I find Design Tables very difficult to control.
I have found that the size and location of a design table in the part controls the size and shape of the table in the drawing. VERY DIFFICULT!

Is there a way to have a GENERAL TABLE automatically populate with all the configuration names from a part and read a named dimension (L & W)?
Maybe something I can make a template from?

Why not use a BOM…? You could have your dimensions linked in properties inside your part, and reference those properties within the BOM to display the desired dimensions
image.png

Are you saying there is a BOM for a PART? Similar to an assembly BOM?
OR are you saying create an assembly for a configured part?

Well, depending on your work set-up, you could use a cut list.

This is a cutlist for our weldments, it is auto-populated by information contained within the weldment profile and the length is driven by the sketch that drives the feature. These are item properties from the part cutlist.
image.png
This is a cutlist for a sheetmetal, the information is contained within the item properties from the part cutlist.
image.png

Thanks AlexLachance .Your always a big help…But I’m not quite there yet.
Here is another example of what I currently do.
The GREEN is the part number. This part/view would be the only view in the drawing.
The YELLOW is the configuration names. These are here for reference to show that they are near identical. They would NOT show in the drawing.
The RED is manually entered information.
I would love to be able to drop a table that would pull the configuration name and the 1 variable dimension in automatically.
Even if it were a macro that would need to be re run anytime there is a length change!
image.png
Like I said, I’ve tried Design Tables but their size and placement are to unpredictable.

Have you looked into using a design table, and inserting that design table into the drawing? Here is an example https://www.youtube.com/watch?v=NuR3pDMkJ-E



And this one as well <LINK_TEXT text=“https://www.cati.com/blog/using-design- … olidworks/”>https://www.cati.com/blog/using-design-tables-to-create-tabulated-drawings-in-solidworks/</LINK_TEXT>



Otherwise a macro can be used to insert this table with the required properties.



Check macro codes here <LINK_TEXT text=“https://r1132100503382-eu1-3dswym.3dexp … iG-2q9AZtA”>https://r1132100503382-eu1-3dswym.3dexperience.3ds.com/community/swym:prd:R1132100503382:community:yUw32GbYTEqKdgY7-jbZPg?content=swym:prd:R1132100503382:qnaquestion:8UGpzfanR2SRiG-2q9AZtA</LINK_TEXT>



Another similar macro <LINK_TEXT text=“https://r1132100503382-eu1-3dswym.3dexp … F_0S5I2CyQ”>https://r1132100503382-eu1-3dswym.3dexperience.3ds.com/community/swym:prd:R1132100503382:community:yUw32GbYTEqKdgY7-jbZPg?content=swym:prd:R1132100503382:qnaquestion:yQmgs2_iSKuzF_0S5I2CyQ</LINK_TEXT>

I’ve never tried putting a design table into a drawing before and as you say it is pretty awful.
The way I did it was to create a general table linked to the view, manually populate one column with the part number and then copy and paste the matching configuration length properties for each configuration from the part to the table second column.
“D1@Sketch1@@A@Part3.SLDPRT
“D1@Sketch1@@B@Part3.SLDPRT
so on
This at least links the dimensions to the part configuration but if a part number changes…

It’s possible to do some formatting of the Excel design table and make it appear the way you want it to in a drawing. See my post here:

https://r1132100503382-eu1-3dswym.3dexperience.3ds.com/home?content=swym:prd:R1132100503382:qnaquestion:kqgcbuh5Q7eiC1kL-Hl2yg

Looks like we may finally get this in 2026. I’ve only been asking for 25 years.



https://youtu.be/bCUthxb_LFc?t=9668

It can be done - I’m using 2024.

I can use the solidworks BOM to produce cut-list type descriptions. I dont bother with cut-lists or trying to force sheetmetal components onto these description based BOM’s. I only use dimensional references or bounding box references.
image.png

I should add to, that you can also use design tables and generate your properties that will update as the part changes, however, the caveat is that once you save the table and close it, the property evaluates and the next time you open the design table the evaluated value is in the place where the associated property text once was.
image.png
Therefore, you have to keep a copy of your spreadsheet saved exteranlly that has all of the un-evaluated property text, so you can copy / paste it back into those description cells should you need to make edits to the design table.

Fun.. i know.. but I’ve learned SW is usually just one comprimise merged into another.