API 文件集 > Feature element trees > Object ProElement > Function ProElementHoleThreadSeriesSet
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>
ProElementHoleThreadSeriesSet
(
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
The function succeeded.
The hole file that is referred in thread_name did not exist.
The element tree did not have a valid element with id PRO_E_HLE_THRDSERIS.
One or more input arguments was invalid.
User Guide References
這是否有幫助?