def GetNFaces(self, *args): r""" GetNFaces(Element self, int & nFaceVertices) -> int GetNFaces(Element self) -> int """ if len(args) == 1: import warnings warnings.warn( "Element::GetNFaces(int & nFaceVertices) is deprecated is deprecated", DeprecationWarning, ) return _element.Element_GetNFaces(self, *args)
def GetNFaces(self, nFaceVertices): return _element.Element_GetNFaces(self, nFaceVertices)
def GetNFaces(self, nFaceVertices): """GetNFaces(Element self, int & nFaceVertices) -> int""" return _element.Element_GetNFaces(self, nFaceVertices)
def GetNFaces(self, *args): r""" GetNFaces(Element self, int & nFaceVertices) -> int GetNFaces(Element self) -> int """ return _element.Element_GetNFaces(self, *args)