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
これは役に立ちましたか?