I would like to use a macro to read the data I have filled in in the SmartProperties fields (Heat Treatment, Supplier, etc.) in order to re-write them in a text file.
I can't find any information to read this data in vba.
Do you have any leads or documentation to recommend to me?
Oh yes indeed. With Integration I can do that. I'm discovering MyCAD tools at the moment, I hadn't seen this possibility.
So in integration, I manage to write in a text file the SmartPropoerties properties and then launch a macro right after that will read this text file and process the information as I want. All in a single operation, so no more complicated than launching a macro directly.
I discovered that the properties that were entered in SmartProperties were stored in the Solidworks file in the form of custom properties (File->properties...)
As a result, it's easy to access it via a vba macro and without going through the Integration software.
The macro bit that allows you to do this is directly in the help on the Solidworks API.