Hi,
Is it possible to separate the feet and inches values and put them in the BOM in separate columns? in that case how do I do it?
I have been looking all over the place and couldn't find a answer to that. I have also been going thru the Solidworks Bible and some other literature..
This is an example of what I have in mind.
Feet & Inches | Length | Length |
---|---|---|
FT. | IN. | |
6' - 10" | 6 | 10 |
I now that this is possible to do with AutoCAD with no bigger adjustments,
//Mat
*Edit
The process should be automated
Mattias,
The BOM table is limited in the math functions it allows. One method might be to calculate the feet and inches in the part file and assign these to custom properties. This can be done with some VBA in some equations. You can then point your BOM columns to the custom properties.
Attached is a rough sample (SW2011). The part has three configurations with different lengths. Each configuration has configuration specific custom properties of Length_Total, Length_Feet, and Length_Inches. A couple of equations split up the total length into the feet and inches equations and then assign these to the configuration specific custom properties.
I am just getting started in the VBA in Equations area so if you use this approach, make sure the equation examples are robust.
Daen