TopographySurfaceIsValidFaceSet Method |
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool IsValidFaceSet(
IList<PolymeshFacet> facets,
IList<XYZ> points
)
Public Shared Function IsValidFaceSet (
facets As IList(Of PolymeshFacet),
points As IList(Of XYZ)
) As Boolean
public:
static bool IsValidFaceSet(
IList<PolymeshFacet^>^ facets,
IList<XYZ^>^ points
)
static member IsValidFaceSet :
facets : IList<PolymeshFacet> *
points : IList<XYZ> -> bool
Parameters
- facets IListPolymeshFacet
-
- points IListXYZ
-
Return Value
Boolean
See Also