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: *

  • Users: basenxuser
  • Content: Threads
  • Order by date
  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, 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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=/...
  11. basenxuser

    Visual Studio for NX11

    Hello all, I have "Visual Studio 2013 PRO SP1". Will it support automation for NX11. I am not able to find the "Visual Studio 2013 Build 18.00.21005.1" as mentioned in the Release Notes. Kindly clarify. Thanks, basenxuser
  12. basenxuser

    NX9 to NX11 Migration

    Hello All, I am going to start the process of migration of KBE (Knowledge Based Engineering) (NXOpen/UFUNC/KF) applications from NX9 to NX11. Please enlist me the items/changes I should take care for the migration to be successful. Thanks in advance, basenxuser
  13. basenxuser

    NXOpen motion simulation

    Hello all, I have requirements in motion simulation automation. 1. Need to iterate through joint drivers and suppress/unsuppress required drivers in NXOpen .Net. 2. Enable selection of joint drivers using NXOpen .Net. Any suggestions or samples on this. Thanks, Hariharan B
  14. basenxuser

    JT Open Toolkit

    Hello all, I want to import different JT assemblies with same part names into jtopentoolkit and export as single assembly. Currently the import of JT file throws exception that "node already exists" and it skips the file. Any options to achieve this. Thanks, Basenxuser
  15. basenxuser

    JT export options

    Hello all, I am exporting JT files from NX. I want to avoid the hidden/suppressed solids or components from exporting. i.e. the output JT should not have hidden/suppressed solids or components. Any options to achieve this. Thanks, Basenxuser
  16. basenxuser

    Tire Envelope Wizard

    Hello All, I am working on the Tire envelope wizard. Need clarity on the "Motion Defition" (i.e. spindle lines) Input. I wanted to know how to create and use the inputs in the wizard? Thanks in advance. Regards, basenxuser
  17. basenxuser

    Find Stop Before Collision in Reposition Component using NXOpen

    Hi All, I am writing a NXOpen application to reposition a component until it makes touch interference with another component. In interactive NX there is an option called "Stop Before Collision" under "Collision Detection" in reposition component dialog. Kindly suggest me a way to ahieve this...
  18. basenxuser

    NXOpen - Reposition component till collision

    Hi All, I am writing a NXOpen application to reposition a component until it makes touch interference with another component. In interactive NX there is an option called "Stop Before Collision" under "Collision Detection" in reposition component dialog. Kindly suggest me a way to ahieve this in...
  19. basenxuser

    NX Part Attribute from TeamCenter

    Hi All, I am having a relation object in Teamcenter (which is imported by TCXML) from which an attribute has to propogate to NX part level. Kindly throw some light. Thanks in advance basenxuser
  20. basenxuser

    Get Precise Outline in NXOpen

    Hi, I wish to extract the precise outline (which is available under Derived Curve->Extract Curve) of a solid body in a part using NXOpen/Journal options. Could anyone throw some light? Thanks, Hariharan Balasubramanian

Part and Inventory Search