Hippocode 22 Posted March 25, 2014 (edited) Can anyone recommend some good examples / tutorials to understand working with it ? I find the resources available a bit lacking. All I've found is this: http://ryanmccuaig.net/2011/02/18-getting-started-with-the-vectorworks-sdk/ can't use it as its unfinished http://www.spuriousthoughts.com/2011/04/17/developing-a-vectorworks-2011-plug-in-tdd-style-episode-1/ http://developer.vectorworks.net/index.php/SDK:Tutorial Ain't enough. Edited March 26, 2014 by hippothamus Quote Share this post Link to post
Dieter @ DWorks 24 Posted March 27, 2014 Hi, have you gave Python a try yet? It's really good and I think very close to what you get with C++. Though you only can use the vs functions, but you can do much more with Python alone. Quote Share this post Link to post
Hippocode 22 Posted March 27, 2014 Hi, have you gave Python a try yet? It's really good and I think very close to what you get with C++. Though you only can use the vs functions, but you can do much more with Python alone. Python looks fine too but its only working in vw2014, will take a while before we consider upgrading again ( vw2013 ) I've just been trying to get some stuff working in SDK and I now regret I ever coded in vectorscript. Its so much easier and the possibilities are endless Just need to get used to all the available classes and how they work as there isn't really much info available.. Quote Share this post Link to post