Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Recent content by Matt1849

  1. Matt1849

    Can't see new reference set

    jerry1423, it appears that when I try to set a line segment to a layer, it will show up on the screen which is good news! However, when I try setting different segments to the same layer, they aren't displayed. Do you know what would be the proper layer settings for an arc or spline segment?
  2. Matt1849

    Can't see new reference set

    cowski, I am currently using NX 9. The code I have below checks to see if a given part has a segment, and if so populate that segment into the given reference set. partList = getParts(compList, myComponent); ArrayList<ReferenceSet> newRefSet = new ArrayList<ReferenceSet>(); for (int index...
  3. Matt1849

    Can't see new reference set

    My goal is to create a new reference set for each model-part from a given component. The reference set is supposed to show line segments, ARC segments, and Spline segments. I am able to create a new reference set for each model-part, but now I am stuck on how to add the objects to the reference...

Part and Inventory Search

Back
Top