Description | ||||||||||||||
Returns the edge tessellation for the specified Creo Simulate edge. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMechGeometry.h> | ||||||||||||||
ProError | 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(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|