Method ValidateTopology
ValidateTopology(VtIntArray, VtIntArray, uint, out string)
Declaration
public static bool ValidateTopology(VtIntArray faceVertexIndices, VtIntArray faceVertexCounts, uint numPoints, out string reason)
Parameters
| Type | Name | Description |
|---|---|---|
| VtIntArray | faceVertexIndices | |
| VtIntArray | faceVertexCounts | |
| uint | numPoints | |
| string | reason |
Returns
| Type | Description |
|---|---|
| bool |
ValidateTopology(VtIntArray, VtIntArray, uint)
Declaration
public static bool ValidateTopology(VtIntArray faceVertexIndices, VtIntArray faceVertexCounts, uint numPoints)
Parameters
| Type | Name | Description |
|---|---|---|
| VtIntArray | faceVertexIndices | |
| VtIntArray | faceVertexCounts | |
| uint | numPoints |
Returns
| Type | Description |
|---|---|
| bool |