TopographySurface.IsValidFaceSet
Description:
Identifies whether the facets can construct a valid topography surface.
Identifies whether the facets can construct a valid topography surface.
public static bool IsValidFaceSet(
IList<PolymeshFacet> facets,
IList<XYZ> points
)
-
IList<PolymeshFacet>facetsThe facets to be checked.
-
IList<XYZ>pointsA collection of points.
Return Value
bool
True if the facets are valid, otherwise false.
-
There are no points in the input points set. -or- There were not enough points to form a valid region (at least 3 are required), or the points were collinear ignoring elevation.
-
A non-optional argument was NULL