Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
TMTobias Mayer24/07/2024
Hello everybody!
I am currently working on an Addin using C# and the Solidworks API.
I have a method that retrieves data recursively from an AssemblyDoc. If this assembly has subassemblies, data will be retrieved from them as well.
One of the data points I want to collect is data from existing BomTableAnnotations (for example, the itemNumber in a BomRow)
I am using a modified version of this code: