You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I know the atom type of the vertex in the surface?
for (int v=0;v<surface.getNumberOfVertices();v++)
{
Vector3 atom_position =surface.getVertex(v); //anstrom
string atom_type=
------------can you offer some api for the goal? like this-----------------
for (int v=0;v<surface.getNumberOfVertices();v++)
{
Vector3 atom_position =surface.getVertex(v).pos(); //anstrom
Vector3 atom_type =surface.getVertex(v).atomtype(); //atomtype
The text was updated successfully, but these errors were encountered:
How can I know the atom type of the vertex in the surface?
------------can you offer some api for the goal? like this-----------------
for (int v=0;v<surface.getNumberOfVertices();v++)
{
Vector3 atom_position =surface.getVertex(v).pos(); //anstrom
Vector3 atom_type =surface.getVertex(v).atomtype(); //atomtype
The text was updated successfully, but these errors were encountered: