コード例 #1
0
ファイル: element.py プロジェクト: InSAR-invert/PyMFEM
 def GetNVertices(self):
     return _element.Element_GetNVertices(self)
コード例 #2
0
 def GetNVertices(self):
     """GetNVertices(Element self) -> int"""
     return _element.Element_GetNVertices(self)