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:
- other
OCCBrepLoop
The other loop.
- other
- Returns:
- bool
True
if the loops are the same,False
otherwise.