API 설명서 > Mechanica > Object ProMechedge > Function ProMechedgeTessellationGet
Function ProMechedgeTessellationGet
Description
Returns the edge tessellation for the specified Creo Simulate edge.
Licensing Requirement
Synopsis
ProMechedgeTessellationGet
(
/* (In)
The edge.
*/
/* (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().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
There is not enough memory to perform the operation.
A general error is encountered.
User Guide References
도움이 되셨나요?