Description | |||||||||||||||||
Retrieves the screw size ( fastener id) from the element tree. This uses PRO_E_HLE_THRDSERIS and PRO_E_HLE_SCREWSIZE elements. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProHole.h> | |||||||||||||||||
ProError | ProElementHoleScrewSizeGet | ( | |||||||||||||||
ProElement elemtree | |||||||||||||||||
/* (In) | |||||||||||||||||
The hole element tree | |||||||||||||||||
*/ | |||||||||||||||||
ProMdl model | |||||||||||||||||
/* (In) | |||||||||||||||||
Handle to the model | |||||||||||||||||
*/ | |||||||||||||||||
wchar_t** r_screw_size_name | |||||||||||||||||
/* (Out) | |||||||||||||||||
The screw size ( fastener id) in wide-string. This should be freed using ProWstringFree(). | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|