Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski 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 UserCFAO

  1. UserCFAO

    Multiple operations editing ?

    Hi, It's possible... but before you start programming, why you don’t use workpiece follow geometry view ?
  2. UserCFAO

    UDE managing in a program (VB)

    The base for NXOpen.CAM.Ude is an NXOpen.TaggedObject. You can use : NXOpen.Utilities.NXObjectManager.Get(yourcamobjTag) to get this.
  3. UserCFAO

    UDE managing in a program (VB)

    Yes, it’s possible, what have you tried ?
  4. UserCFAO

    Brackets in my output file postprocessor.

    try this : Escape characters \[DGWZ \[-10], 10 \[-20], .....] this link can help you too Outputting Square Brackets with NX postprocessors
  5. UserCFAO

    Need Help NX Journal to set Attribute into parent program group

    You are right Try this Option Strict Off Imports System Imports NXOpen Imports NXOpen.UF Imports NXOpen.Utilities Module NXJournal Sub Main (ByVal args() As String) Dim theSession As NXOpen.Session = NXOpen.Session.GetSession() Dim ufs As UFSession =...
  6. UserCFAO

    Need Help NX Journal to set Attribute into parent program group

    If I understand this code below can help you Option Strict Off Imports System Imports NXOpen Module NXJournal Sub Main (ByVal args() As String) Dim theSession As NXOpen.Session = NXOpen.Session.GetSession() Dim workPart As NXOpen.Part = theSession.Parts.Work Dim...
  7. UserCFAO

    journal to change traversal feed rates

    Menu > Tools > Journal > Record... (not save...) [hammer] Beginning Journaling Using NX Journal
  8. UserCFAO

    journal to change traversal feed rates

    Hi , Sorry for the delay… You should try to register a 'journal' (Menu > Tools > Journal > save…) , this may help you that said… You are right the first parameter is string in your case it's "Feed Traversal" the second it's value of feed Below an example (works if the selection is an...
  9. UserCFAO

    journal to change traversal feed rates

    Hi, What have you tried ?
  10. UserCFAO

    High performance NX CAM workstation. Parallel Generate and multi threading.

    I would be a little more reserved on the Nx cam performance , they have declined significantly a lot over the years, especially if you have a lot of operations , if you have the opportunity to use Nx12 (I don’t know for the higher versions...) the access to some menus are very slow (especially...
  11. UserCFAO

    VB -Help

    I think the second response of this post is for you : how-to-increment-the-filename-if-file-already-exists
  12. UserCFAO

    2d verify

    Yes , it's normal. Since Nx 9.0.3 this function is disabled Go to default settings => manufacturing => show display 2D
  13. UserCFAO

    Outputting Square Brackets with NX postprocessors

    sorry set toto \[1234...\] return $toto result : [1234...) this solution don't match try with ascii code set toto \1331234...\135 return $toto result : [1234...] hope this help !!
  14. UserCFAO

    Outputting Square Brackets with NX postprocessors

    it's strange set toto \[1234...\] return $toto
  15. UserCFAO

    The last "John Baker" show

    Enjoy your retirement. Thanks Jonh for all your tips and advices [bow]

Part and Inventory Search