TessellatedShapeBuilder.AddFace
Description:
Adds a face to the currently open connected face set.
Adds a face to the currently open connected face set.
public void AddFace(
TessellatedFace face
)
-
faceFace to add. The 'face' parameter can be added only once, as its boundary loops will be cleared while adding and 'face' will become unusable.
-
The 'face' does not have enough loops and/or vertices to be valid.
-
A non-optional argument was null
-
A face set is closed and faces cannot be added to it.