API 文档 > Geometry items > Object ProTessellation > Function ProTessellationFacetsGet
Function ProTessellationFacetsGet
Description
Obtains the indices indicating the vertices used for each facet for the tessellated item.
Synopsis
#include <ProSurface.h>
ProTessellationFacetsGet
(
ProTessellation tessellation
/* (In)
The tessellation data handle.
*/
ProTriangle** facets
/* (Out)
ProArray of indices for the facets in the tessellation. Free this using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
这对您有帮助吗?