Collections:
$3Dmol Namespace and Static Methods
What is the GLViewer Class?
✍: FYIcenter.com
$3Dmol is the top namespace of the $3Dmol.js library.
It contains a sub-namespace, several classes and some static methods
as listed below.
Sub-namespaces:
$3Dmol.GLDraw - Lower level utilities for creating WebGL shape geometries
Classes:
$3Dmol.GLModel - A group of related atoms $3Dmol.GLShape - A collection of user specified shapes $3Dmol.GLViewer - A WebGL-based viewer $3Dmol.Label - A renderable text label ...
Static Methods:
$3Dmol.createViewer(element, config, shared_viewer_resources) -> {$3Dmol.GLViewer}
- Create a viewer at supplied HTML element using specification in config
$3Dmol.download(query, viewer, options, callback) -> {$3Dmol.GLModel}
- Load a PDB/PubChem structure into existing viewer
$3Dmol.getbin(uri, callback, request) -> {Promise}
- Download binary data into an array buffer
$3Dmol.getExtent(atomlist) -> {Array}
- Computes the bounding box around the provided atoms
...
For the full documentation, visit $3Dmol Namespace API Website.
⇒ $3Dmol.download('pdb:...', ...) - Download PDB Protein
⇑⇑ 3Dmol.js FAQ
2023-01-24, 1424🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1003718 Names: InChIKey: GARYRCXWDMTQNB-XDJHFCHBS A-NSMILES: Cc2nn(C(=O)c1...
Molecule Summary: ID: FYI-1004024 Names: InChIKey: IFSQQMONGJVKOJ-UHFFFAOYS A-NSMILES: c3cncc(c2nnc(...
Molecule Summary: ID: FYI-1002875 Names: InChIKey: ICDSIUVYLWJHJY-UHFFFAOYS A-NSMILES: NS(=O)(=O)c3c...
Molecule Summary: ID: FYI-1002074 Names: InChIKey: BPXRCZAENSPPPK-OWOJBTEDS A-NSMILES: F/C=C/[F+]F R...
How to download and instal Open Babel from source code on CentOS computers? I want to build the bina...