Checks whether 'face' has enough loops and vertcies to be valid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool DoesFaceHaveEnoughLoopsAndVertices(
TessellatedFace face
)
Parameters
- face TessellatedFace
-
The face to check.
Return Value
Boolean
Exceptions
Remarks
Face 'face' is not modified.
See Also
Reference