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