def same_range(edge): """ Returns the SameRange flag for the edge. :param OCCT.TopoDS.TopoDS_Edge edge: The edge. :return: The same range flag. :rtype: bool """ return BRep_Tool.SameRange_(edge)
def same_range(self): """ :return: The same range flag for the edge. :rtype: bool """ return BRep_Tool.SameRange_(self.object)