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: FV
  • Order by date
  1. FV

    Nx Journal bug in API??? componentpattern ==> getAllPatternMembers

    Hi all, I'm trying to write a journal that reports all components of all component patterns in the workpart. The problem is that i don't understand why my code does not work in NX9.0.3.4 MP8 while the same code works fine in NX10. In NX9 it crashes on "GetAllPatternMembers()" I think it is a...
  2. FV

    Linked body: replacement assistant, name based does not work

    Hi, In the company I work, we use a lot of freeform and use the wave linker all the time. When a model is final we always break the link of all linked bodies in the model. If we have to make a revision of the part, then we have to repair the broken links is necessary. The replacement assistant...
  3. FV

    NxOpen check if part IsModified

    No my journal doesn't open the parts. And I don't want to use save or open to update the titlebar. Because it's posible that the files are modified and we don't want to lose/save changes...
  4. FV

    NxOpen check if part IsModified

    If I do that I get an error, "IsModified is not a member of UFsession" But I've found it thanks to your tip. THANKS!!! I have to assign ufd a value when I declare it. Then it works. ... Dim ufp As UFPart = ufs.part Dim modified As Boolean ''lw.WriteLine("Work : " & workPart.FullPath)...
  5. FV

    NxOpen check if part IsModified

    Hi guys, I wrote a script that changes the file attribute of a part to readonly. And I want to add a check if a part is modified. After searching the help I found "NXOpen.UF ► UFPart ► IsModified(Tag)". But I don't know how to call the Ismodified-function. Please help! Thanks Option Strict...
  6. FV

    NX7.5 Function "Next Iteration" in a journal

    Do you mean a recursive function or a loop ?

Part and Inventory Search

Top