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. 
 
- other
- Returns:
- bool
- Trueif the edges are the same,- Falseotherwise.