API 설명서 > Features > Object ProFeature > Function ProFeatureNumberGet
Function ProFeatureNumberGet
Description
Returns the regeneration sequence number of a feature.
NOTE:
Do not confuse this with a feature identifier. A feature identifier identifies a feature uniquely in a part or an assembly. The feature number tells you the sequential location of the feature in the feature list of the part or assembly.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureNumberGet
(
ProFeature* p_feat_handle
/* (In)
The feature
*/
int* r_feat_num
/* (Out)
The sequence number of the supplied feature for regeneration
*/
)
Returns
The function successfully retrieved the information.
The supplied feature is invalid.
Sample Code References
User Guide References
도움이 되셨나요?