User c23c5e9da4
14-02-2006 01:21:52
While trying to create a RxnMolecule if I do this with reagent and product being Molecule objects with 2D coordinate information -
rxnMol.addStructure(reagent, RxnMolecule.REACTANTS);
rxnMol.addStructure(product, RxnMolecule.PRODUCTS);
the resulting RxnMolecule lays the reactants and products on top of each other so I have to call rxnMol.clean(2, "") which loses any rotation and drawing information that were in the original molecules. Is there any way to translate the reagents and products without cleaning the whole RxnMolecule?
Thanks.
rxnMol.addStructure(reagent, RxnMolecule.REACTANTS);
rxnMol.addStructure(product, RxnMolecule.PRODUCTS);
the resulting RxnMolecule lays the reactants and products on top of each other so I have to call rxnMol.clean(2, "") which loses any rotation and drawing information that were in the original molecules. Is there any way to translate the reagents and products without cleaning the whole RxnMolecule?
Thanks.