Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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: *

  1. yadvdinesh

    how to select body from components at assembly level

    Thanx Bleaker for your response. Even I solved this problem this way only.
  2. yadvdinesh

    How to check pending components

    I am writing an NXOpen Application using C++. The purpose of the application is to add seed part to components which are present in teamcenter but are not yet present in NX. That means there will be item id in teamcenter but it will not have any NXdataset/UG Master data. The NXOpen application...
  3. yadvdinesh

    How to Copy parts & paste in a different subassy

    Can anyone plz suggest??
  4. yadvdinesh

    How to Copy parts & paste in a different subassy

    I am working on an NXOpen application(C++) to copy all the parts from a subassy & paste those parts in another sub assy. Both the subassys are under the same root component. the requirement is such that when the parts are copy pasted from one subassy to another, parts should get pasted exactly...
  5. yadvdinesh

    How to debug NXOpen C++ Application

    Thanx Paul & Mukundh for your reply. I was facing problem because I am using VS2008. And in C++ project properties we dont have the option to set external program. Indeed we have something called as COMMAND & COMMAND LINE ARGUMENTS under project properties for the same purpose I believe. When I...
  6. yadvdinesh

    How to debug NXOpen C++ Application

    Hi Can any one tell me how to debus NXOpen C++ application. I am using VS2008 for NX7.5 The information given in NXOpen Help file is not enough. First I am unable to find option to run an external program in Visual studio project properties. When I am trying to attach an exiting process to VS...
  7. yadvdinesh

    How to switch off Warning messages

    I have written a journal which is performing a set of actions on each child part of a root component. But if the user doesnt have write access to child part, it prompts a warning message. Although my journal works perfectly fine even on these parts, the problem is if the root assembly is have...
  8. yadvdinesh

    how to select body from components at assembly level

    I want to select only the bodies of the individual components from a component assembly so that those bodies can be moved to a particular layer. I am writing an NXOpen application using C++ language for the same. Can anyone plz guide me how to approach. I am trying to use...
  9. yadvdinesh

    Loading parts from Teamcenter in NX using journal

    I want to write an NXOpen C++ application to search a set of parts in Teamcenter & open in NX automatically. Basically the NXOpen application shuld search the parts first in Teamcenter & if available should open it in NX. Any help would be appreciated
  10. yadvdinesh

    Moving objects of Imported Parts to a layer

    I am working on a 3D model. I want to import a part from Operating system in workPart. After importing, I want to move all the objects of the imported part to a particular layer in workPart. I am using C++ for NXOpen application development .Can anyone plz suggest an approach.
  11. yadvdinesh

    RedisplayObject() not working

    I am working with modeling. Trying to move some features to layers using SETLAYER() method. After using setlayer wanna use RedisplayObject() so that the changes get reflected in the view.
  12. yadvdinesh

    RedisplayObject() not working

    I am trying to use RedisplayObject() method after setting the layers for NX7.5. Although I am able to build my NXOpen C++ application but layers are not getting updated in the view. Can someone tell me the fix. Or can someone share the source code for RedisplayObject() method.
  13. yadvdinesh

    DATUM_CSYS components in OPEN C++

    Thanx COWSKI...The link shared by you has helped me
  14. yadvdinesh

    DATUM_CSYS components in OPEN C++

    Hi, Can someone plz provide some help: M unable to get DATUM_CSYS components in OPEN C++. Basically I want to get Cartesian coordinate sysytem,point, planes & axes related to DATUM CSYS.
  15. yadvdinesh

    NXOpen application to move a set of points on a layer

    Thnks Cowski...it worked
  16. yadvdinesh

    Unable to run NXOpen C++ applications in NX7.5

    I guess, it was a subset of Visual studio
  17. yadvdinesh

    NXOpen C++ application for moving DATUM CSYS to layer

    Hi, I want to move DATUM coordinates to a specified layer. Below is the journal which I am getting on recording: Session::UndoMarkId markId1; markId1 = theSession->SetUndoMark(Session::MarkVisibilityVisible, "Edit Object Display"); DisplayModification *displayModification1...
  18. yadvdinesh

    NXOpen application to move a set of points on a layer

    Hi, I want to move all the points to a layer: When I try to record a journal for moving a single point, I am getting the below shown journal: Session::UndoMarkId markId1; markId1 = theSession->SetUndoMark(Session::MarkVisibilityVisible, "Edit Object Display"); DisplayModification...
  19. yadvdinesh

    Unable to run NXOpen C++ applications in NX7.5

    Joe, Finally I am able to run the applications on production computers. I had developed the application using VS2008. Today I uninstalled VS2008, & reinstalled the Full VS2008. After reinstalling I compiled my application again. And it started working on the other computers as well. I am still...
  20. yadvdinesh

    Unable to run NXOpen C++ applications in NX7.5

    Hi Joe, VS project was built as Release. Also, the dll file is saved on common server. The dll is being taken from the server so the other machines will be having access to debug libraries. Any other idea on how to fix it?

Part and Inventory Search