API Documentation > Geometry items > Object ProCurve > Function ProCurveTessellationGet
Function ProCurveTessellationGet
Description
Retrieves the curve tessellation for the specified datum curve.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurveTessellationGet
(
ProCurve p_curve_handle
/* (In)
The curve handle
*/
double tolerance
/* (In)
The maximum distance between the tessellation polyline and the curve.
*/
Pro3dPnt** p_points
/* (Out)
The list of tessellation points (to be released by ProArrayFree(). If not required, this argument can be NULL.
*/
int* p_count
/* (Out)
The number of tessellation points.
*/
)
Returns
The function succeeded.
One or more input argument was invalid.
Sample Code References
User Guide References
Was this helpful?