xarial / codestack

Library of SOLIDWORKS API, SOLIDWORKS PDM API, VBA and Desktop code examples, applications macros and tutorials.
https://www.codestack.net
MIT License
186 stars 69 forks source link

Create STEP from file explorer #30

Open latapieA opened 3 years ago

latapieA commented 3 years ago

Hello everyone,

First of all thank you for your precious work and for the development of SolidWorks add.

As is already existing for open in "quick view" mode an assembly or a drawing : https://www.codestack.net/solidworks-api/getting-started/scripts/vbscript/open-quick-view/

I would like to know if it is possible to do the same with the save as step file command ? The step will have the same name of the sldprt or sldasm, and save in the same directory.

I tried to modify the existing vbScript without result... Thank you in advance for your support.

Adrien

artem1t commented 3 years ago

Thank you for the feedback. Could you please clarify the request a little bit. Do you want to create 'Save As Step' command in the context menu in Windows explorer and when you click this command it creates step next to the source file? Just want to make sure I understand the request.

latapieA commented 3 years ago

Yes it is exactly that.