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.

Returns:
bool

True if the vertices are the same, False otherwise.