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
True
if the edges are equal,False
otherwise.