I'm trying to get the part thickness to display in the BOM of an assembly. If I add the thickness in the properties of a part it will display in the BOM. Why do I have to add the thickness property to the part when it is known by the part? I understand having to add the material to the part since it is not known. But thickness is known in a sheet metal part.
James, I'm aassuming you either want to include the material thickness in the part description or you want to have a seperate thickness property for a column in your BOM. This is pretty straight-forward. Once you've created your base-flange, Solidworks adds a thickenss global variable to the part which you can use to link to your custom properties. You don't have to physically select the thickness dimension to do this.
That generates the code shown in the screen capture.
To include the thickness in your description, with the property window open, pick in your description where you want the measurement to appear, double-click the base-flange feature in your tree to display the dimensions and then click on the thickness dimension. It's usually blue with a red link symbol.
Here's what the result looks like:
You can add that code to the custom properties of a template and it will auto-populate.
Now, just a note, you can have multiple sheet metal bodies within a part and the thickness property also applies to thin features, so in that respect, it's not always cut and dry what the thickness is.