API-Dokumentation > Geometry items > Object ProSurface > Function ProSurfaceTessellationGet
Function ProSurfaceTessellationGet
Description
Calculates the tessellation of a given surface.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProSurfaceTessellationGet
(
ProSurface surface
/* (In)
The surface.
*/
/* (In)
Input instructions for the tessellation.
*/
ProTessellation* tessellation
/* (Out)
The tessellation data. Free this using ProTessellationFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Creo Parametric could not allocate memory for the output.
The function could not generate the tessellation for the input surface.
Resulting tessellation may have missing or overlapping triangles
Sample Code References
User Guide References
War dies hilfreich?