<Code Lib>
2020 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 bool True if the facets are valid, otherwise false.

Loading…