The VincentVanMol Libraries

VincentVanMol is a molecular graphics program written over the Modelzilla Framework. Therefore the libraries of Modelzilla are availible for any VvM programing. The VvM libraries are split into: It is possible to use the macro functions within large application code, and it is possible to use elements of the developer API within a macro.

Using the VincentVanMol Macro Functions

VVM_HighLevels

This is single class that forms a facade around the Developer API. Use it within a macro by first creating that VVM_HighLevels object and then making calls to it, for example in a Jython script:
vvm = VVM_HighLevels()
mol = vvm.loadMol("a filename")
wires = vvm.newWire(mol)

Using the VincentVanMol Developer API

Look at scripps.vvm.graphics. Here is most of the API's value. The documentation root.