I've already try to use journal but, is there a possibility to replace "name of object" in juornal to a feature id?
Body *body1(dynamic_cast<Body *>(wp2->Bodies()->FindObject(name2)));
Body *body1(dynamic_cast<Body *>(feature2));
NXOpen::DisplayableObject *featd (dynamic_cast...