public void AddFace( TessellatedFace face )
| Exception | Condition |
|---|---|
| ArgumentException | The 'face' does not have enough loops and/or vertices to be valid. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | A face set is closed and faces cannot be added to it. |