OCCBrepFace.is_same

OCCBrepFace.is_same(other)

Check if this face is the same as another face.

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

Parameters:
otherOCCBrepFace

The other face.

Returns:
bool

True if the faces are the same, False otherwise.