IsValidFaceSet Method


Topography Surface Is Valid Face Set Method


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsValidFaceSet(
	IList<PolymeshFacet> facets,
	IList<XYZ> points
)

Parameters

facets IList PolymeshFacet
points IList XYZ

Return Value

Boolean
See Also