MolConverter: make all C atoms visible in jpeg

User fa1369adab

01-06-2006 16:49:39

Is there any way to convert a Molecule to a jpeg so that the C atoms are all visible (that is, marked with C instead of simply a junction). I don't see any applicable option.

ChemAxon 7c2d26e5cf

01-06-2006 20:15:07

If you set to display all implicit hydrogens, carbon atoms with hydrogens will be also displayed.
Quote:
byte[] data = molecule.toBinFormat("jpeg:H_all");
But if you want display all carbon atoms, this solution is not help.


In this case, I can suggest you to add an alias (a 'C' charater) to each carbon atom.

User fa1369adab

04-06-2006 03:24:33

Thanks; using an alias works.

ChemAxon 990acf0dec

06-10-2008 13:42:26

An option to display all carbons with the C label has been implemented in MarvinSketch and released in version 5.1.2. You can set this option on the General tab of the Edit > Preferences dialog. There are three options now:


- All carbon labels are visible


- No any carbon label is visible


- The old, and still default behavior: carbon labels are visible only with implicit hydrogen atoms and at carbon atoms with two (and only two) bonds in straight angle.

User 86ae76e0d1

02-12-2008 21:46:01

Is it possible to set the option "All carbon labels are visible" the default option in the applet? Any keyword in menuconfig or msketch_param?





Thanks
akospapp wrote:
An option to display all carbons with the C label has been implemented in MarvinSketch and released in version 5.1.2. You can set this option on the General tab of the Edit > Preferences dialog. There are three options now:


- All carbon labels are visible


- No any carbon label is visible


- The old, and still default behavior: carbon labels are visible only with implicit hydrogen atoms and at carbon atoms with two (and only two) bonds in straight angle.

ChemAxon 909aee4527

03-12-2008 08:44:01

Hello Xavier,





yes, you can use msketch_param("sketchCarbonVisibility", "on");





Further details: http://www.chemaxon.com/marvin/help/developer/sketchman.html#parameters.showSketchCarbon





Kind regards,


Judit