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:
otherOCCBrepLoop

The other loop.

Returns:
bool

True if the loops are equal, False otherwise.