Forums:
Hi,
In NX12, there is a bug with feature dimension that doesn't update. So I try to create an NXOpen programm to edit all dimensions.
I started with the following lines but then I don't see how to get all parents to be able to insert the journal recorded interactivly.
For Each tempFeat As Features.Feature In workPart.Features
If TypeOf (tempFeat) Is MeasureMaster Then
lw.WriteLine("Measure name: "& tempFeat.GetFeatureName)
End If
Next
Thanks a lot
Regards
Didier