I've been using PyQt/Coin/SoQt/pivy to draw surfaces using SoNurbsSurface. I'm wondering if something like this is possible in pymol?
I.e., I specify a set of points in 3D space and use pymol to lay an interpolated surface over them. I don't want the surface to fully envelop the points in the way that pymol can show surfaces around a series of points. If this is possible, can I also trim such a surface (in Coin this is done using an SoNurbsCurve)? I've put a image showing the sort of thing I'm already generating at http://jones.tc/other/surface.png (Ignore the grid at bottom). Thanks for any help or suggestions. Terry