compare_to method

compare_to(self, other)

Compares this instance to a specified object and returns an indication of their relative values.


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

See Also