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 LittleInch 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 johrndorf

  1. johrndorf

    Reusable Library, adding feature objects programmatically

    I want to fill the reuse library using a C++ program with feature objects (Sketches). Using the journal I tried to find out where the Information about type and name of the objects is stored, but the journal tells nothing about this and I also did not find anything in the documentation. The...
  2. johrndorf

    (C++) Changing the selection scope to hole assembly in a block styler dialog

    Hello, I have a block styler dialog with a curve collector block. There I want to access a curve in another part of the assembly. That works fine if I change the scope manually to 'hole assembly'. Is there any NXOpen- or C- function to change the scope, or is there any flag I can set in the...
  3. johrndorf

    How to read part attributes in c++

    Please look at the NXObject class, there are the methods to access the attributes. // Get the session NXOpen::Session * pTheSession = Session::GetSession(); // Get the workpart (assuming this is your newly created) NXOpen::Part* pWorkpart = pTheSession->Parts()->Work(); // Now you can inquire...

Part and Inventory Search

Back
Top