User 870ab5b546
14-07-2006 00:00:56
I have this source:
When I make a JPEG out of it, it shows the "any" bond as a dashed line; but when I display it in Marvin, there is no bond visible at all between Br and O. Is there a MarvinSketch parameter that will make the "any" bonds appear as a dashed line?
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2" elementType="Br O" formalCharge="1 -1" radical="monovalent 0" x2="-11.841666221618652 -8.434999427795411" y2="1.2833333015441895 1.225000023841858" /> <bondArray> <bond atomRefs2="a1 a2" order="1" queryType="Any" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |
When I make a JPEG out of it, it shows the "any" bond as a dashed line; but when I display it in Marvin, there is no bond visible at all between Br and O. Is there a MarvinSketch parameter that will make the "any" bonds appear as a dashed line?