Chemistry::File::VRML

Generate VRML models for molecules
Download

Chemistry::File::VRML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ivan Tubert-Brohman
  • Publisher web site:
  • http://search.cpan.org/~itub/

Chemistry::File::VRML Tags


Chemistry::File::VRML Description

Generate VRML models for molecules Chemistry::File::VRML is a Perl module that generates a VRML (Virtual Reality Modeling Language) representation of a molecule, which can then be visualized with any VRML viewer. This is a PerlMol file I/O plugin, and registers the 'vrml' format with Chemistry::Mol. Note however that this file plugin is write-only; there's no way of reading a VRML file back into a molecule.This module is a modification of PDB2VRML by Horst Vollhardt, adapted to the Chemistry::File interface.SYNOPSIS use Chemistry::File::PDB; use Chemistry::File::VRML; use Chemistry::Bond::Find 'find_bonds'; my $mol = Chemistry::Mol->read('test.pdb'); find_bonds($mol, orders => 1); $mol->write('test.wrl', format => 'vrml', center => 1, style => 'ballAndWire', color => 'byAtom', ); Requirements: · Perl


Chemistry::File::VRML Related Software