

ProMechedgeTessellationGet | |
( ProMechEdge edge /* (In) The edge. */ ProMechSurface surface /* (In) The surface used to evaluate UV results. Can be NULL. */ ProUvParam** uv_points /* (Out) ProArray of UV points on the specified surface. Can be NULL. If surface is NULL, this will contain NULL. Free this using ProArrayFree(). */ Pro3dPnt** points /* (Out) ProArray of tessellation points. Can be NULL. Free this using ProArrayFree(). */ ) |

The function succeeded. | |
One or more input arguments are invalid. | |
There is not enough memory to perform the operation. | |
A general error is encountered. |

