Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski 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 basenxuser

  1. basenxuser

    Check drawings in Component - NXOpen

    Hello All, Can anyone tell me whether the drawing sheet count can be found without loading the component fully in an assembly? This is to find whether the part has drawings or not. Here the assembly is opened from local folder and not from TeamCenter. Regards, basenxuser
  2. basenxuser

    NXOpen Session.Execute not working

    Hello All, Continuing to my query. I want to get already running NX session into NXOpen console application.(I dont want to use nxopen remoting) Because When I use nxopen remoting and launch the console application from NX menubar. The session variable hangs indefinitely. Best Regards, basenxuser
  3. basenxuser

    NXOpen Session.Execute not working

    Hello All, I have the following scenario: MainDll - Launched from NX Menu OpenPartDll - Separate nxopen class library with open part implementation. In MainDll i use the following code, but it is not working and no exception returned also: Dim theSession As Session = Session.GetSession() Dim...
  4. basenxuser

    NXOpen remoting issue with Process.Start in VB.Net

    Hello All, I have created a nx remoting server and client application. The client application is a console application which open a part file in session using the remoting object. I need to launch this console application from menubar dll using "Diagnostics.Process.Start" in vb.net with...
  5. basenxuser

    Persistent remoting session

    Hello John, Thanks for the reply. I am mentioning about the remoting server (dll) application which will reside in the \startup folder of UGII_USER_DIR. Regards, basenxuser
  6. basenxuser

    Persistent remoting session

    Hello All, I have developed a remoting server & client applications using NXOpen. I want to make the server application persistent, as it expires after sometime. Can anyone suggest on this? Best Regards, basenxuser
  7. basenxuser

    WorkView.Fit() not working

    Hello All, I am using the following code in NX remoting. This is not working consistently. Any suggestions will help. 'Fit the modeling view theSession.Parts.Work.ModelingViews.WorkView.Orient(NXOpen.View.Canned.Trimetric...
  8. basenxuser

    Colour Image with BatchShadeOptions

    Hello All, Solved the image creation issue by setting the environment variable NX_RTS_IRAY=0. Regards, basenxuser
  9. basenxuser

    Colour Image with BatchShadeOptions

    Hello All, I am trying to achieve a colorful shaded image of display using the following command:(But it is giving monochrome image). Any suggestion will help. Dim options As New UFDisp.ShadeOptions options.disable_raytracing = True...
  10. basenxuser

    CreateImage using NX Remoting

    Hello All, I am using the following function to create colorful image of display of part: theUFSession.Disp.CreateImage("C:\demo\Images\Test.jpg", UFDisp.ImageFormat.Jpeg, UFDisp.BackgroundColor.Original) Here theUFSession is a NX remoting session object. The above command fails often and...
  11. basenxuser

    Disable button in menu and ribbon file

    Dear all, Thanks for all the replies. I found the solution (Courtesy: Siemens forum). Please find below the explanation: --------------------------------------- There are two ways to launch a program while NX is starting up, and they do this at different points in the initialization process...
  12. basenxuser

    Disable button in menu and ribbon file

    Hello Ronald, Thank you for the solution! I am looking for something like this: BUTTON SWITCH_TO_3D LABEL Switch to Related Drawing BITMAP t3d.bmp ACTION $SITE_PREF_PATH\2D3DSwitch\3D2Dswitch.dll SENSITIVITY OFF I want to load the button but to control the sensitivity...
  13. basenxuser

    Disable button in menu and ribbon file

    Dear all, I have developed a custom ribbon toolbar and menu file. They are loading fine during launch of NX. I want disable few buttons during launch of NX. Kindly explain if you have ideas. Thanks in advance, basenxuser
  14. basenxuser

    Batch export NX assemblies from Teamcenter

    Hello All, I would like to batch export list of assemblies from Teamcenter. Since my TCE client opens data directly from server, I don't have the TC_ROOT and TC_DATA details to perform the actions. Could some one throw light to achieve this? (Steps to achieve this task) Thanks in advance...
  15. basenxuser

    PLMXML export data not able to open in NX

    Hello All, I have extracted Teamcenter data using the command line in Linux options as below: ./plmxml_export –u=xxxx -p=xxxx -g=dba - class=ItemRevision -export_bom=yes -transfermode=xxxx -xml_file=/volumes/Teamcenter_extracts/WholeExtraction.xml -log=/...

Part and Inventory Search