emmanuel.james 1 Posted May 10, 2020 How can I add existing tools to a new toolset under a new tool palette using the c++ sdk or vectorscript? Quote Share this post Link to post
JBenghiat 334 Posted May 11, 2020 You can only add tools to a 3rd Party toolset with VectorScript: https://developer.vectorworks.net/index.php/VS:wsEditAddTool2 Note that the tool must be installed in Vectorworks. I believe the SDK offers some more options for editing workspaces, but unless you're developing a plug-in installer, the time it would take to code and compile would probably be less than manually editing the workspace. Quote Share this post Link to post