alanf 4 Posted May 28, 2020 Hi all, Is it possible to use either: 1. Python Scripts (.py files) that were created for Rhino? 2. Use Macros somehow from Rhino (assuming this is a hard "no") Thanks Quote Share this post Link to post
Pat Stanford 1,440 Posted May 28, 2020 I would assume that the answer to both is a hard NO. The Python may be "transferable", but anything that interacts with either objects in the drawing or with the user interface will almost certainly require substantial modification to work. Basic calculations in Python should run in the VW environment just fine. I don't know enough about Rhino's under the hood organization to be able to comment more. 1 Quote Share this post Link to post