TessellatedShapeBuilderResult.GetIssuesForFaceSet
Description:
Returns the array of issues encountered while processing a face set with index 'setIndex'.
Returns the array of issues encountered while processing a face set with index 'setIndex'.
public IList<TessellatedBuildIssue> GetIssuesForFaceSet(
int setIndex
)
-
Int32setIndexIndex 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'.