Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vinaykeerthi

    How do I loop through parallelism and surface finish annotations in NXOpen?

    Thanks a lot! I was able to loop through the feature control frame and the drafting surface finishes easily. However, I'm having trouble with the Balloon Notes. I can't seem to loop through them using the PmiManager. Is there some other collection I'm supposed to look at?
  2. vinaykeerthi

    How do I loop through parallelism and surface finish annotations in NXOpen?

    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...
  3. vinaykeerthi

    NXOpen Tolerance Extraction

    Oh! I see. Figured that there had to be some defaults somewhere. Thanks a lot! I opted to get the tolerances based on ToleranceType instead.
  4. vinaykeerthi

    NXOpen Tolerance Extraction

    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...
Back
Top