<Code Lib>
2025.3 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'.

  • 'SetIndex' is a valid face set index for the results stored in 'this'.

Loading…