Hi API experts
In my code I need the value of the global variable "Thickness" from the bend table. It is a grayed out global variable.
The value of swModel.GetEquationMgr.GetCount is zero - The "Thickness" is not listed ? (see result of linked code example in attachment)
2016 SOLIDWORKS API Help - Get Equation Values Example (VBA)
How can I get the Thickness value without making a extra global variable referenced to "Thikness" ?
I need the data to calculate weight of bounding box.
BR Niels
Hello,
There's code is this post that gets the thickness:
[v2 code uploaded] Sheet Gauge Tracker: Linked sheet metal gauge names and linked material mismatch message
Kevin