I want to write different user inputs to a text file using a solidworks macro without writing over what is already there. Below is the code i have that writes over what is currently in the text file. Does anyone know how i can append the text without writing over it? I also want to record the...
I am working i a macro and need to be able to determine within the macro whether or not a sketch is facing toward or away from the origin. I would then use this information in an if statement later.
In my macro a sketch is created (gear tooth profile) and then within the same macro another...