ProFeatureReferenceEdit() API returns PRO_TK_BAD_INPUTS
Dear friends,
I created a new csys which I want to redefine the reference. ProFeatureReferenceEdit needs old & new references in form of array. but I have only one old and new reference.
Any possibility to convert one reference to array format? Any suggestions are welcome
status = ProFeatureCreate(input_destmdlSel, pro_e_feature_tree, opts, 1, &feature, &errors);
status = ProElementFree(&pro_e_feature_tree);
status = ProFeatureReferenceEdit((ProSolid)newmdl, &feature, &cSysRef, &cSysRef_2, PRO_REGEN_FORCE_REGEN);

