2023 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
)
  • facets
    The facets to be checked.
  • IList<XYZ>
    points
    A collection of points.
Return Value bool True if the facets are valid, otherwise false.