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
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
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...
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...
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
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
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...
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...
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...
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...
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...
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
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...
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=/...
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
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
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
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
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