<Code Lib>
2025.3 Method
Changes 0
M

TessellatedShapeBuilder.AddFace

Description:
Adds a face to the currently open connected face set.

public void AddFace(
	TessellatedFace face
)

  • face
    Face to add. The 'face' parameter can be added only once, as its boundary loops will be cleared while adding and 'face' will become unusable.

Loading…