
Replacement in Object TOOLKIT: |

ProEdgeTessellationGet | |
( ProEdge edge /* (In) The edge handle. */ Pro3dPnt** p_points /* (Out) The list of tessellation points (to be released by ProArrayFree()). If not required, this argument may be NULL. */ ProSurface adj_srfs[2] /* (Out) The adjacent surfaces. If not required, this argument may be NULL. This will contain only 1 surface if the edge is a 1-sided edge. */ ProUvParam** p_uv_arr1 /* (Out) The first array of UV points (to be released by ProArrayFree()). If not required, this argument may be NULL. */ ProUvParam** p_uv_arr2 /* (Out) The second array of UV points (to be released by ProArrayFree()). If not required, this argument may be NULL. */ int* p_count /* (Out) The size of the p_points array. If not required, this argument may be NULL. */ ) |

The function successfully retrieved the information. | |
The input argument is invalid. |



