I found only this info:
1. Create parameterized model (or sketch)
2. Edit all necessary data in Part Families (Tools -> Part Families)
3. Create part family and save Excel file as your_file_name.txt (MS-DOS) to your_NX_install_dir\ugroute_mech\utils4. Save your file to...
joycejo, proc1 is activated with ude.
mouldy1, proc1 and proc2 are in the start of the program. I think, if the process is initialized once, it will be also available during the whole post processing, isn't it?
Hi everyone!
MB it will be a silly question, but... I have 2 processes within which the one variable is used.
proc MOM_myProc1 {} {
global myVar
set myVar 1
}
proc MOM_myProc2 {} {
global myVar
MOM_abort "$myVar"
}
in the log it is writen than "no such variable 'myVar'" in process 2
what I've...
It doesn't seem to be an error in variable names, but thanks for spotting another bug ;)http://files.engineering.com/getfile.aspx?folder=12363aa1-e8d2-428f-950d-8a410e8933c4&file=my_log.txt
I've written my UDE but NX shows me an error. I've tried to put "MOM_abort" to a different places, but it was useless because of the one and only place when MOM_abort proc worked it was before the "proc MOM_my_proc {} { ..."
I add 2 files with my UDE and proc (zipped archive).
Thanks in...
To create temp file, then final is the common way. There is custom command like "initialize tool list" used for tool list generation in before than any tool is used - another words in the program start. what about this?
MOM_first_tool is a process not a variable.
Question to <b>shags72</b>:
Your solution works perfect, thank You very much!
But could You also say what code of symbol "-" (minus) because if I try to change underscore to minus then I get an error in
regsub -all {_} $text_string " " text_string...
Good evening.
It seems to be a piece of cake to output the "+" in front of coordinate BUT when it is greater than 0.
The question is how to make post processor to output "positive zero" (+0.0) ?
Thanks in advance for any help.
Is it possible to make the postprocessor to analyze the symbols in string and change them if needed? For example:
source string: "THIS_IS_AN_EXAMPLE"
produced string: "THIS IS AN EXAMPLE"
As you see, the underscore is changed to space.
BTW. How to output in the end of the program the very...