2027 Method
Changes 0
M

TopographySurface.IsValidRegion

Description:
Identify whether the points can construct a valid region for a topography surface.
public static bool IsValidRegion(
	IList<XYZ> points
)
  • IList<XYZ>
    points
    The points set to be checked.
Return Value Boolean True if the size of points is not less than 3 and the points are not collinear after projecting to XY plane, that is, ignoring the elevation.