Re: [Open Babel] Access OBElementTable from C# binding OBDotNet.dll

2019-11-10 Thread Maciek Wójcikowski
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,

[Open Babel] Access OBElementTable from C# binding OBDotNet.dll

2019-11-10 Thread Yang, Chengxi
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 ___ O