コード例 #1
0
 def GetFaceVertices(self, fi):
     """GetFaceVertices(Point self, int fi) -> int const *"""
     return _point.Point_GetFaceVertices(self, fi)
コード例 #2
0
ファイル: point.py プロジェクト: InSAR-invert/PyMFEM
 def GetFaceVertices(self, fi):
     return _point.Point_GetFaceVertices(self, fi)