I am converting a column using Bingo.Molfile and the coordinates are being changed in the process. What options are available for Bingo.Molfile?
I see in the sql server manual:
The automatic layout procedure is performed to calculate the 2D coordinates of the resulting molecule.
I'm using the Oracle version of Bingo and I see the following function signature in the package:
function Molfile (target in BLOB, options in VARCHAR2) return CLOB;
But I don't know what options are available or what format they need.
Thanks