Category Feature element trees, Object ProElement

Function ProElementHoleThreadSeriesSet


Description
Updates the thread name in the element tree. This updates PRO_E_HLE_THRDSERIS element. After this call, use ProElementHoleScrewSizeSet() to set the screw size ( fastener id ).
Synopsis
#include <ProHole.h>
ProErrorProElementHoleThreadSeriesSet(
ProElement elemtree
/* (In)
The hole element tree
*/
ProMdl model
/* (In)
Handle to the model
*/
wchar_t* thread_name
/* (In)
The thread name in wide-string.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_NOT_EXISTThe hole file that is referred in thread_name did not exist.
PRO_TK_INCOMPLETEThe element tree did not have a valid element with id PRO_E_HLE_THRDSERIS.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Element Trees: Hole: Hole-specific Functions
  2. Element Trees: Hole: Hole-specific Functions