Click or drag to resize

Face Methods

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

The Face type exposes the following members.

Methods
  NameDescription
Public methodAddLoop(Int32)
Adds the provided vertex indexes to the face
Public methodAddLoop(IReadOnlyListInt32)
Adds the provided vertex indexes to the face
Public methodAddLoopReversed(Int32)
Adds the provided vertices to the face, but in reversed order (last index becomes first index, etc)
Public methodAddLoopReversed(IReadOnlyListInt32)
Adds the provided vertices to the face, but in reversed order (last index becomes first index, etc)
Public methodEquals(Face)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodReplaceVertices
Public methodToString (Overrides ObjectToString.)
Top
See Also