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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: robinjiang
  • Content: Threads
  • Order by date
  1. robinjiang

    The usage of "std::vector" in NX OPEN for C++ Programming

    Source Code is following: NXOpen::Features::FeatureCollection* f_collection = thePart->Features(); for (NXOpen::Features::FeatureCollection::iterator it=f_collection->begin();it != f_collection->end();it++) { NXOpen::Features::Feature* f11= (NXOpen::Features::Feature* ) *it...

Part and Inventory Search

Back
Top