def GetEdgeMaster(self, v1, v2): r"""GetEdgeMaster(NCMesh self, int v1, int v2) -> int""" return _ncmesh.NCMesh_GetEdgeMaster(self, v1, v2)
def GetEdgeMaster(self, v1, v2): return _ncmesh.NCMesh_GetEdgeMaster(self, v1, v2)