Exemplo n.º 1
0
    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)
Exemplo n.º 2
0
 def same_range(self):
     """
     :return: The same range flag for the edge.
     :rtype: bool
     """
     return BRep_Tool.SameRange_(self.object)