Hi Chengxi,

All methods of ElementsTable() class are right now in the
openbabel.openbabel namespace. E.g. if you used to have
"openbabel.OBElementTable().GetVdwRad(1)" you should change it to
"openbabel.GetVdwRad(1)" now.

Remember that openbabel and pybel are located both in openbabel namespace,
so you need to import it as follows:

> from openbabel import openbabel


----
Pozdrawiam,  |  Best regards,
Maciek Wójcikowski
mac...@wojcikowski.pl


niedz., 10 lis 2019 o 15:23 Yang, Chengxi <yangc...@oregonstate.edu>
napisał(a):

> Hi Openbabel Team,
>
> I noticed that you have removed the OBElementTable class in 3.0.0.
> In you documentation, you mentioned it is replaced by OBElement namespace.
> I am wondering how can I access this namespace from the csharp binding.
>
> Thank,
> Chengxi
>
> _______________________________________________
> OpenBabel-discuss mailing list
> OpenBabel-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openbabel-discuss
>
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to