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:
- other
OCCBrepEdge
The other edge.
- other
- Returns:
- bool
True
if the edges are the same,False
otherwise.