Thread: Philips WOWvx
View Single Post
  #2  
Old 09-19-2006, 10:44 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
There are two ways to do this:

1) Create a python plugin that creates an interface to the functions. We are currently developing this, so it should be available shortly.

2) Install the ctypes python package which allows you to call arbitrary dll functions from within your python script. The following link contains more information:
http://starship.python.net/crew/theller/ctypes/
Reply With Quote