OCCBrepLoop.is_equal
- OCCBrepLoop.is_equal(other)
Check if this loop is equal to another loop.
Two loops are equal if they have the same location and orientation.
- Parameters:
- other
OCCBrepLoop
The other loop.
- other
- Returns:
- bool
True
if the loops are equal,False
otherwise.