예제 #1
0
파일: mesh.py 프로젝트: badashangou/PyMFEM
 def SetVertices(self, vert_coord):
     return _mesh.Mesh_SetVertices(self, vert_coord)
예제 #2
0
 def SetVertices(self, vert_coord):
     r"""SetVertices(Mesh self, Vector vert_coord)"""
     return _mesh.Mesh_SetVertices(self, vert_coord)