User 870ab5b546
08-06-2006 13:06:28
This molecule:
produces the JPEG below with the molecule.toBinFormat() method. As you can see, the 2 is cut off.
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3" elementType="N C R" sgroupRef="0 0 sg1" x2="-5.331760000000001 -3.7917600000000005 -2.25176" y2="1.2250933333333336 1.2250933333333336 1.2250933333333336" /> <bondArray> <bond atomRefs2="a2 a1" order="1" /> <bond atomRefs2="a2 a3" order="1" /> </bondArray> <molecule id="sg1" role="SuperatomSgroup" title="CN" molID="m2"> <atomArray atomID="a4 a5" elementType="C N" attachmentPoint="1 0" x2="-2.25176 -1.4817600000000002" y2="1.2250933333333336 -0.10864000000000001" /> <bondArray> <bond atomRefs2="a4 a5" order="3" /> </bondArray> </molecule> </molecule> </MChemicalStruct> </MDocument> |
produces the JPEG below with the molecule.toBinFormat() method. As you can see, the 2 is cut off.