Create an STL File from a surface Object (e.g. for 3D printing)
molsurf = new MolecularSurface(structure) surf = molsurf.getSurface({type: 'av', probeRadius: 1.4}) stl = new StlWriter(surf) stl.download('myFileName')
the surface to write out
Trigger a download of the
[description]
Get a blob with the written data
the blob
Generated using TypeDoc
Create an STL File from a surface Object (e.g. for 3D printing)
molsurf = new MolecularSurface(structure) surf = molsurf.getSurface({type: 'av', probeRadius: 1.4}) stl = new StlWriter(surf) stl.download('myFileName')