Description | |||||||||||||||||
Collect symbol definitions in the specified solid. | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for 3D Drawings | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDtlsymdef.h> | |||||||||||||||||
ProError | ProSolidDtlsymdefsCollect | ( | |||||||||||||||
ProSolid p_solid | |||||||||||||||||
/* (In) | |||||||||||||||||
The solid handle. | |||||||||||||||||
*/ | |||||||||||||||||
ProDtlsymdef** px_sym_defs | |||||||||||||||||
/* (Out) | |||||||||||||||||
The pointer to the array of symbol definitions. The function allocates ProArray. Use the function ProArrayFree to release the memory.. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|