2022 Method
Changes 0
M

TessellatedShapeBuilderResult.GetIssuesForFaceSet

Description:
Returns the array of issues encountered while processing a face set with index 'setIndex'.
public IList<TessellatedBuildIssue> GetIssuesForFaceSet(
	int setIndex
)
  • Int32
    setIndex
    Index of the face set.
Return Value IList<TessellatedBuildIssue> Array of issues encountered while processing a face set with index 'setIndex'.