Thanks for pointing me in the right direction.
When I tried that, the feature group looked slightly different. the Part Navigator listed the features in the group twice; once in the group and once outside the group (in their original position). did I do something wrong? (see the attached...
How do I create a new feature group in NXOpen?
journaling does not record anything for it and I can't find a builder class or anything.
I am using NX8.5 and C#.
Thanks
do you think it could be something wrong with my surfaces then?
I am getting the "oldface" like this (TopSkinSurface is a broken wave linked face feature):
NXOpen.Features.ExtractFace topSurfaceFeature = (NXOpen.Features.ExtractFace)Utilities.GetNamedFeature(workPart, "TopSkinSurface")...
I am writing a macro to re-link wave linked faces, and to ensure the orientations align I am trying to measure the angle between the existing face and the new face.
I am getting an error on this line of code:
MeasureAngle ang =...