Beispiel #1
0
 def GetNode(self, i, coord):
     return _mesh.Mesh_GetNode(self, i, coord)
Beispiel #2
0
 def GetNode(self, i, coord):
     r"""GetNode(Mesh self, int i, double * coord)"""
     return _mesh.Mesh_GetNode(self, i, coord)