Revit 2025 API
Tessellated |
Checks whether 'face' has enough loops and vertcies to be valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool DoesFaceHaveEnoughLoopsAndVertices( TessellatedFace face )
Public Function DoesFaceHaveEnoughLoopsAndVertices ( face As TessellatedFace ) As Boolean
public: bool DoesFaceHaveEnoughLoopsAndVertices( TessellatedFace^ face )
member DoesFaceHaveEnoughLoopsAndVertices : face : TessellatedFace -> bool
Parameters
- face TessellatedFace
- The face to check.
Return Value
Boolean
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |

Face 'face' is not modified.
See Also