Description | ||||||||||||||
Returns a tessellation (also called a triangulation) of each surface of the specified part. For parts, acts on all surfaces. For assemblies, acts only on surfaces of the assembly, not components.
NOTE: Use function ProPartTessellationFree() to release memory allocated by this function. |
||||||||||||||
Replacement in Object TOOLKIT: | wfcWPart::Tessellate | |||||||||||||
Synopsis | ||||||||||||||
#include <ProPart.h> | ||||||||||||||
ProError | ProPartTessellate | ( | ||||||||||||
ProPart part | ||||||||||||||
/* (In) | ||||||||||||||
The part | ||||||||||||||
*/ | ||||||||||||||
double chord_ht | ||||||||||||||
/* (In) | ||||||||||||||
The maximum allowable chord height ( > 0 ) | ||||||||||||||
*/ | ||||||||||||||
double angle_cntrl | ||||||||||||||
/* (In) | ||||||||||||||
The angle control (between 0.0 and 1.0) | ||||||||||||||
*/ | ||||||||||||||
ProBoolean include_quilts | ||||||||||||||
/* (In) | ||||||||||||||
Include quilts and facets or not | ||||||||||||||
*/ | ||||||||||||||
ProSurfaceTessellationData** output | ||||||||||||||
/* (Out) | ||||||||||||||
Pointer to a ProArray of ProSurfaceTessellationData, one for each surface of the part. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|