PreADME
ChemDB
ChIPS
Korea@Home
G2C
(Q)SAR under REACH
DBDrawX
X3DMole
X3DMole Home>Products&Sercvicet>X3DMole
X3DMole is ActiveX control which draws 3D chemical models in a web document. X3DMole is a small control (500Kb) running well on Windows Internet Explorer and requiring no specialized plug-in nor applications.
Main Features
  • Fast 3D rendering with view style wireframe, stick, ball & stick, and CPK.
  • Enhanced interface using toolbars, context menu.
  • Measuring tools for coordinate, length, angle, and tortion.
  • Support MDL mol file to reading and to writing.
  • Copy chemical structure to Image.
  • Simple integration and easy customization in web page.
Code sample
<OBJECT id ="X3DMole" CODEBASE="http://www.bmdrc.org/ocx/X3DMole.cab#version=1,0,1,7325" classid="clsid:03124A0D-2FB0-4002-A7BE-1E97E5E5B656" width="600" height="305" > <param name="CTRLDLG" value="TRUE"> <param name="ENABLEMENU" value="TRUE"> <param name="STARTSPIN" value="TRUE"> <param name="SPINSTEP" value="200"> <param name="STRUCTURE" value="3dt.mol MolDraw 05020716193D 53 55 0 0 0 0 0 0 0 0 1 V2000 -0.0183 1.4973 0.0103 C 0 0 0 0 0 0 0 0 0 0 0 0 0.3218 0.0456 -0.1672 C 0 0 0 0 0 0 0 0 0 0 0 0 1.5776 -0.3537 -0.6311 C 0 0 0 0 0 0 0 0 0 0 0 0 1.2396 2.3408 0.1986 C 0 0 0 0 0 0 0 0 0 0 0 0 .... 24 47 1 0 0 0 0 24 48 1 0 0 0 0 25 49 1 0 0 0 0 25 50 1 0 0 0 0 26 51 1 0 0 0 0 26 52 1 0 0 0 0 26 53 1 0 0 0 0 M END "> </OBJECT>
Parameter List
READ_FILERead from client pc's MDL mol file.
READ_URLRead from MDL mol file url.
STRUCTURERead from MDL mol format string.
TEXT_COLORSelect lable color. Default: 00FF00
VIEW_CTLDLGView control dialog.
VIEWSYMBOLSelect true to view symbol.
VIEWTYPESelect view type. 0 for ball&stick, 1 for stick, 3 for CPK, 4 for line.
STARTSPINSelect true to roatate molecule.
SPINSTEPDefault 100 (0.1 degree). Rise value to make faster spin.
FASTSPINSelect true to spin faster but control draws lower quality.
ENABLEMENUTRUE if you allow right click to see context menu.