Making Marvin structures look like ISIS?

User e103a02d82

03-11-2009 16:42:33

Do you have a standard set of settings that make Marvin display structures most like ISISDraw or Symyx Draw?


Like it or not a lot of chemists get used to seeing structures the same way.


Just wondered if you have a standard set of instructions for setting up display the same way.


Thanks


Andrew

ChemAxon 990acf0dec

03-11-2009 21:10:21

Hi Andrew,


What do you mean? To set the bond thickness and atom label color/style to the same as in ISIS/Draw or ChemDraw? You can do that in Edit > Format, and save it for future use, similar to the journal styles.


Best regards,


Akos

User e103a02d82

04-11-2009 10:41:41

Hi Akos,


That would be perfect but I hoped you may have it already done so I can re-use the settings



Thanks Andrew

ChemAxon 990acf0dec

04-11-2009 13:08:31

Hi Andrew,


I registered it as a feature request. I hope we will have capacity for this very soon.


Best regards,


Akos

User e103a02d82

04-11-2009 13:42:14

I'd like to set the display options programmatically at runtime rather than in a configuration file please since we're using the .Net components in Morphit (http://www.edge-ka.com/products/morphit/).


Thanks


Andrew

ChemAxon 7c2d26e5cf

04-11-2009 14:46:47

You can control display options both in MarvinSketch (chemaxon.marvin.beans.MSketchPane) and in MarvinView (chemaxon.marvin.beans.MViewPane) components.


You can set a few display options directly with MSketchPane or MViewPane but most of the options are handled by UserSettings. Get the current UserSettings instance that belongs to the required MarvinSketch/MarvinView component and customize settings with the methods of UserSettings.