Hi Miguel,

We would like to be able to get and set orientation of molecules through the API, but
the method does not seem to be public:

  String getOrientationText() {
    return transformManager.getOrientationText();
  }

I guess this method returns 4 numbers: the first three are the coordinates of the
axis about which the molecule is to be rotated, the last one is the angle.

Is it possible to make this method public? And better, have a symmetrical public method
setOrientation(String s) that receives 4 numbers (three coordinates and one angle)
to set the orientation of the molecule?

Thank you very much in advance,
Charles

Reply via email to