PolyederAddFace Method | 
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| AddFace(Face) | 
            Adds a new face to the polyeder, defined by face.
            If a face already exists with the same vertex indexes, nothing is added and the index of the existing face is returned.
              | |
| AddFace(IReadOnlyListInt32) | 
            Adds a new face to the polyeder, using the provided vertexIndexes
            If a face already exists with the same vertex indexes, nothing is added and the index of the existing face is returned.
              |