API 文档 > Features > Object ProFeature > Function ProFeatureReferenceEdit
Function ProFeatureReferenceEdit
Description
Edit the references of feature to replace the old reference with new references.
Synopsis
#include <ProFeature.h>
ProFeatureReferenceEdit
(
ProSolid solid
/* (In)
The part or assembly to which the features belong.
*/
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
ProReference* old_ref_arr
/* (In)
ProArray containing Old References
*/
ProReference* new_ref_arr
/* (In)
ProArray containing New References corresponding to old references
*/
int flags
/* (In)
The regeneration control flags. Pass as bitmask containing one or more of the bit flags PRO_REGEN* defined in ProSolid.h
*/
)
Returns
The function successfully edited the references.
One or more of the input arguments are invalid.
Edit reference operation failed.
Invalid regeneration flag(s) for this function.
这对您有帮助吗?