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:
- other
OCCBrepVertex
The other vertex.
- other
- Returns:
- bool
True
if the vertices are the same,False
otherwise.