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!

Recent content by apekas

  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.

Part and Inventory Search