OCCBrepEdge.is_same

OCCBrepEdge.is_same(other)

Check if this edge is the same as another edge.

Two edges are the same if they have the same location.

Parameters:
otherOCCBrepEdge

The other edge.

Returns:
bool

True if the edges are the same, False otherwise.