OCCBrepLoop.is_same

OCCBrepLoop.is_same(other)

Check if this loop is the same as another loop.

Two loops are the same if they have the same location.

Parameters:
otherOCCBrepLoop

The other loop.

Returns:
bool

True if the loops are the same, False otherwise.