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:
- other
OCCBrepEdge The other edge.
- other
- Returns:
- bool
Trueif the edges are equal,Falseotherwise.