Hi,
I've just started NXOpen coding through VB and I managed to loop through the dimensions and extract tolerances using
For Each temp_dimension as Annotations.Dimension in workPart.Dimensions
However, I see that the parallelism constraint as well as surface finish detail do not appear in...
Hi,
I'm writing an NXOpen script to extract the dimensions and the zones from a drawing file into an Excel spreadsheet using VB. However, I'm facing problems with the tolerances.
Specifically, when I am extracting unilateral tolerances using annotations.dimension.UpperMetricToleranceValue, I am...