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:
- other
OCCBrepFace The other face.
- other
- Returns:
- bool
Trueif the faces are the same,Falseotherwise.