Replies: 1 comment
-
filter_duplicate removes points that have the exact same XYZ coordinates (keep one occurence). Not multiple returns. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a point with X, Y, Z coordinates and 3 different returns.
filter_duplicates()
removes two of the returns? That is, does the function consider each return as a point with coordinates X, Y, Z or are they a single point?I am concerned with applying this function and leaving a single return for each of my X, Y, Z coordinates.
Beta Was this translation helpful? Give feedback.
All reactions