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