Hello Solidworks Community,
For my API-Solidworks-Project I need a response from Solidworks if equation or result of equation has been changed.
In the equation list I have the critical dimensions of my model listed. Now I need a response of Solidworks if the result (dimension) of one of these equations change.
Unfortunately I can't find any API-Event with this kind of response.
There are events like "equation pre" or "equation post" but these don'help me. I need an event if one of the dimensions which are listet in the equation list is changed.
There is the seperat event "dimension changed" but I have noticed that I can't detect every change with this event. My equations contain parameters which are not detected by "dimension change".
Is there any help for this problem / task.
The CustomPropertyManager for example throws an event if a value has been changed. But this doesnt help me at the moment. I need something like that for the equation manager.
Thanks.
E. Münchinger
SolidworksApi macros