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. apekas

    NxOpen Batch error "The filename, directory name, or volume label syntax is incorrect."

    If you select multiple files, RMB and "Send To" your batch file, then you will have these arguments, %1 %2 %3 ... %9 if you selected more than nine arguments, to process all of them, you need to use the command SHIFT This is an example batch file @echo off :Loop IF A%1A==AA GOTO Continue...
  2. apekas

    Journal to reset all of the Names in an assembly to the Part number.

    Take a look at the below two GTAC examples. I'm not sure if this is what you are looking for. https://solutions.industrysoftware.automation.siemens.com/view.php?si=nx_api5480 https://solutions.industrysoftware.automation.siemens.com/view.php?si=nx_api4010
  3. apekas

    NX11 auto regenerate, how can I turn it OFF!!!

    I think what you are showing is the "Highlight Selection on Rollover" try unchecking this preference File >> Preferences >> Selection... (Ctrl + Shift + T)
  4. apekas

    .NET collection for all PMI objects

    This may be what you are looking https://docs.plm.automation.siemens.com/data_services/resources/nx/12/nx_api/custom/en_US/nxopen_net/class_n_x_open_1_1_annotations_1_1_pmi_collection.html
  5. apekas

    How to make Compound Frame GD&T in NX11

    this is the code you need to use <&70><+><&10><+><O>3.0<M><+>A<+>B<M><+>C<M><+><&80><+><&8><+><O>0.5<M><+>G<+><&90>
  6. apekas

    Points and curves won't appear in drawing views.

    most likelly the views in your drawing are not from your drawing dataset file. Instead are from your model/assembly "master" dataset file. Adding geometry to your drawing dataset file will not show up in your views. Select your views and do menu >> information >> object (Ctrl + I) In the section...
  7. apekas

    Working with GM TCe print internally

    What options do you have in GMLaunch? There should be a section called "CAD" From there you can start NX "Native" without connecting to GM Teamcenter.
  8. apekas

    Working with GM TCe print internally

    Please tell us how do you start GM Teamcenter. Do you use GM Launch, or use something different?
  9. apekas

    Working with GM TCe print internally

    GM Launch has options to start Teamcenter and also NX (native), unless you (or whomever did the installation/configuration) removed those options.
  10. apekas

    How to get the color selected with Block Uistyler

    colorFeatureBuilder1.Color = WP.Colors.Find(color_value) will not work. Sorry about this. Here you can find an example how to use an rgbColorPicker block https://solutions.industrysoftware.automation.siemens.com/view.php?si=nx_api4228
  11. apekas

    How to get the color selected with Block Uistyler

    Did you try this colorFeatureBuilder1.Color = WP.Colors.Find(color_value)
  12. apekas

    How to get the color selected with Block Uistyler

    The error is "Incorrect property type used for the property name" the Second line in the error window shows NXOpen.BlockStyler.PropertyList.GetIntegerVector(String propertyName) your code at line 71 is color_value = propList.GetInteger("Value") at line 18, color_value is defined as Integer...
  13. apekas

    Speculation: What will be the next version of NX?

    https://community.plm.automation.siemens.com/t5/NX-Design-Blog/Announcement-Next-Major-Release-of-NX-Will-Introduce-a-New/ba-p/445584
  14. apekas

    unusual callout

    pylfrm, Thanks a lot for the information!! I searched, and I found more info related to these ISO symbols. Thank you again.
  15. apekas

    unusual callout

    Hello, Does anyone know what this callout means ? Link Any references to where it's defined will be appreciate it. Thank you.
  16. apekas

    Help with save as command in Teamcenter 11

    Siemens changed the Teamcenter preference "CopyFromOriginal" to "false" OOTB, starting with Teamcenter 10.1.3. Search GTAC Solution Center for PR7283152 for a document talking about this change. This may be the reason you are seeing a different behaivoir in Teamcenter 11.
  17. apekas

    BlockStyler - Enumeration Block

    See Attached screenshot of the NX 11 documentation
  18. apekas

    lmutil lmremove - syntax and execution

    From the lmutil lmstat -a command, you should get an output like this joe nirvana nirvana (v1.000) (cloud9/7654 102), start Fri 10/29 18:40 from this output: user = joe user_host = nirvana display = nirvana server_host = cloud9 TCP/IP port = 7654 license handle = 102 the lmremove syntax can...
  19. apekas

    Error in launching NX Open executable using .men (menu file) ?

    Not sure about this, but maybe the path with spaces in the action line are not been handled correctly. Try setting the path with the "old" 8.3 nomenclature, something like this C:\progra~1\pre-pr~1\APN.exe To find out this 8.3 nomenclature, open a cmd window and use this command: dir /x You...
  20. apekas

    NX Revision

    Which customer is asking you for rev K ? GM ?

Part and Inventory Search