Description | |||||||||||||||||
Updates the screw size ( fasten id ) in the element tree. This updates PRO_E_HLE_SCREWSIZE element. This depends on the value in PRO_E_HLE_THRDSERIS element.i Hence the value in PRO_E_HLE_THRDSERIS should be set using ProElementHoleThreadSeriesSet, prior to this call. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProHole.h> | |||||||||||||||||
ProError | ProElementHoleScrewSizeSet | ( | |||||||||||||||
ProElement elemtree | |||||||||||||||||
/* (In) | |||||||||||||||||
The hole element tree | |||||||||||||||||
*/ | |||||||||||||||||
ProMdl model | |||||||||||||||||
/* (In) | |||||||||||||||||
Handle to the model | |||||||||||||||||
*/ | |||||||||||||||||
wchar_t* screw_size_name | |||||||||||||||||
/* (In) | |||||||||||||||||
The screw size ( fasten id ) in wide-string. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|