<Code Lib>
2025 Method
Changes 0
M

TopographySurface.IsValidFaceSet

Description:
Identifies whether the facets can construct a valid topography surface.

public static bool IsValidFaceSet(
	IList<PolymeshFacet> facets,
	IList<XYZ> points
)

Return Value Boolean 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

Loading…