OCCBrepFace.is_equal
- OCCBrepFace.is_equal(other)
Check if this face is equal to another face.
Two faces are equal if they have the same location and orientation.
- Parameters:
- other
OCCBrepFace The other face.
- other
- Returns:
- bool
Trueif the faces are equal,Falseotherwise.