How to get the object of UF.UFModl using NX open ?
How to get the object of UF.UFModl using NX open ?
(OP)
Hello everyone ,
I need to get the symbolic thread parameters using NX open code, but to access the API "AskSymbThreadParms" i need to get the object of UF.UFModl.
Can someone please let me know how can i get the object of UF.UFModl in my code.
Regards,
Amitabh
I need to get the symbolic thread parameters using NX open code, but to access the API "AskSymbThreadParms" i need to get the object of UF.UFModl.
Can someone please let me know how can i get the object of UF.UFModl in my code.
Regards,
Amitabh





RE: How to get the object of UF.UFModl using NX open ?
- import the UF namespace
- create a UFSession object
- call the UF function from your UFSession object
example code:CODE
www.nxjournaling.com
RE: How to get the object of UF.UFModl using NX open ?
I was doing the steps 1 and 2 but missing the 3rd step.