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