Click or drag to resize

PolyederAddFace Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodAddFace(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.
Public methodAddFace(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.
Top
See Also