Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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. studiotreccani

    NX 2212 - Move body

    may be i'm very nostalgic but I still use the transformation command, But if you want that it works like it was before you have to add the variable UGII_ENABLE_TRANSFORM_LEGACY_OPTIONS and set the value to: 1 otherwise you don't have all the options (see the image) I actualy work with NX...
  2. studiotreccani

    visula basic problem

    I was try to obtain a program: select a component the component will be copy in the other three position on the xy plane, but it doesn't work at all. any tips? Imports NXOpen Imports NXOpen.Assemblies Imports NXOpen.UI Imports NXOpen.Utilities Imports System.Collections.Generic Module Module1...
  3. studiotreccani

    color palette...

    cowksy THANKYOU WERY MUCH. I have change the regional setting were I had "," and I changed it to "." and now the program work greate !!! I actualy work with NX 2007 and soon NX 2406 www.studiotreccani.com
  4. studiotreccani

    color palette...

    No the colors don't match and usualy on the computer where the program work, I can see the program open all the files (and change the colors). I have contacted the support (ItalY) They say that the "program" is not from NX and they can't do nothing. If you suggest that it should work or at least...
  5. studiotreccani

    color palette...

    Yes the directory and the file exist (double ceck...) and the log file... &MACRO FILE_BOX -2,@@@C:\personalizzazioni_nx\Cambio_cdf_a_tutte_le_parti_sostituire_il_nome_cdf_dentro_CP.cs@@@C:\personalizzazioni_nx\*.CS@@@ 0 ! Journal Browse !!!&MACRO EVENT VALUE_CHANGED -30 5707, 1, 0, 0, 0...
  6. studiotreccani

    color palette...

    Nope the string that you ask me to change was already change succesfully in somethink like that: string rootDir = Environment.GetEnvironmentVariable("UGII_ROOT_DIR"); //string colorPalette = rootDir + "\\ugcolor.cdf"; string colorPalette = "D:\\personalizzazione_nx\\cliente.cdf"; Work in...
  7. studiotreccani

    journal for old measure

    I know your "disappoint". i have been thru. But if you change some parameter of the new tools, I think that you can have a good compromise. (see the image attached) I actualy work with NX 12.0.2.9 MP4 NX 10.0.3.5 MP3...
  8. studiotreccani

    color palette...

    i have use the program in this thread thread561-388210 for a while , and it work flawless. (it change the cdf on every single file of an assembly) Now i have change the computer and on a new one does not work. Any tips please. I actualy work with NX 12.0.2.9 MP4 NX 10.0.3.5 MP3...
  9. studiotreccani

    sometimes it works sometimes not

    I found out the origin of the problem: when there's a part suppressed the journal does not processed all the files. But I don't know how the avoid this issue... Any help please. I actualy work with NX 12.0.2.9 MP4 NX 10.0.3.5 MP3 www.studiotreccani.com
  10. studiotreccani

    sometimes it works sometimes not

    NutAce, yes if I run the program on the single part, that aren't change from the assembly, it work. I actualy work with NX 12.0.2.9 MP4 NX 10.0.3.5 MP3 www.studiotreccani.com
  11. studiotreccani

    sometimes it works sometimes not

    Yes The assembly and the parts, is saved on my computer without any restriction. And the files have a single directory for each project (load from folder /OPTION) (fully load /OPTION).... I actualy work with NX 12.0.2.9 MP4 NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3 64bit...
  12. studiotreccani

    sometimes it works sometimes not

    thread561-388210 Hi I try to use this journal but sometimes it work fine , sometimes not (work only on a few part) // NX 10.0.1.4 // Journal created by paul.turner V1 - 27/05/15 // using System; using System.IO; using NXOpen; using NXOpen.UF; using NXOpen.Utilities; using NXOpen.Assemblies...
  13. studiotreccani

    NX 1847, Can't delete attribute & roll back to "No Value" status

    in nx12 i have resolve this issue with this workaround : delete the attributre "PLIST_IGNORE_SUBASSEMBLY from the attribute bulk editor. to me return the "NO VALUE" field. Let me know if this work for you. NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3 64bit www.studiotreccani.com
  14. studiotreccani

    parasolid color

    I didn't understand which template uses NX when I OPEN a parasolid file. (I say open because the result is an assembly) I need to change the template because NX try to match the correct RGB color but in this case fail without my custumized template. NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX...
  15. studiotreccani

    NX 10 journal; component attributes

    take a look at this thread for the second part of your question thread561-353249 hope this could be useful.. NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3 64bit www.studiotreccani.com
  16. studiotreccani

    reorder an assembly

    I have to reorder completely the order of an assembly for a customer. There is any method to remove all the parameter from all the parts? I need to mantain the attribute for the part list , so I can't export a step. any suggestion thanks NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3...
  17. studiotreccani

    Step file that retains assembly

    If you want to export the assembly with the tree you must select the option "entire part", if you don't do that you will have only a flatter part. NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3 64bit www.studiotreccani.com
  18. studiotreccani

    Journal for color palette and background color

    Hi, I have resolved recording a macro works fine and fast. NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3 64bit www.studiotreccani.com
  19. studiotreccani

    Snap view to the nearest WCS plane orientation

    The star is from me i didn't know this function and you can't even imagine since how many time i was looking for such kind of command. NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3 64bit www.studiotreccani.com
  20. studiotreccani

    check current feature in the assembly

    many thanks for your help NX 7.5 64bit NX 9.0.3.4 MP4 64bit NX 10.0.3.5 MP3 64bit www.studiotreccani.com

Part and Inventory Search