OCCBrepEdge.is_equal

OCCBrepEdge.is_equal(other)

Check if this edge is equal to another edge.

Two edges are equal if they have the same location and orientation.

Parameters:
otherOCCBrepEdge

The other edge.

Returns:
bool

True if the edges are equal, False otherwise.