API 설명서 > Geometry items > Object ProTessellation > Function ProTessellationVerticesGet
Function ProTessellationVerticesGet
Description
Obtains the vertices that make up this tessellation.
Synopsis
#include <ProSurface.h>
ProTessellationVerticesGet
(
ProTessellation tessellation
/* (In)
The tessellation data handle.
*/
Pro3dPnt** vertices
/* (Out)
ProArray of vertices. Free this using ProArrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?