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