<Code Lib>
2020 Method
Changes 0
M

TopographySurface.ArePointsDistinct

Description:
Identify whether the input points are distinct in XY location.

public static bool ArePointsDistinct(
	IList<XYZ> points
)

Return Value bool True if all points are distinct after ignoring the elevations, otherwise false.

Loading…