compare_to method

compare_to(self, other)

Compare the vertex with another vertex instance

Returns


def compare_to(self, other):
    ...
ParameterTypeDescription
otheraspose.threed.utilities.Vertex

See Also