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 =...
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...
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...
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...
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 !!