| Description |
| Retrieves the curve tessellation for the specified datum curve. |
| Replacement in Object TOOLKIT: | wfcWCurve::GetCurveTessellation |
| Synopsis |
| #include <ProCurve.h> |
| ProError | 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 |
|
|