Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Symbolic thread change 1

Status
Not open for further replies.

sjkim

Automotive
Joined
Apr 1, 2015
Messages
13
Location
KR
Hi, all

I create a Pin Part, it has a thread hole and a symbolic thread shaft.
In Expression, defined below,,
D=12
M=if(D<=12)(8) else if(D<=16)(10) else (12)
TH_SPEC=IF(M=8)("M8 x 1.25") ELSE IF(M=10)("M10 x 1.5") ELSE ("M12 x 1.75")

and then connect TH_SPEC to Thread Hole thread size,,

It's good,,,

If I change "D" value, and then the thread hole size changed automatically,,,

But, I don't know How to change the Shaft Symbolic thread,,,,
I want the shaft thread size is same value change to thread hole size("M" value),,,,,
Please see the attached file,,,

 
 http://files.engineering.com/getfile.aspx?folder=1e081adb-d4ce-4bc0-85b6-e3da9a896a00&file=PIN_THREAD.prt
Edit that feature and approx. 3/4 down the menu check "on" Manual Input and then you can edit the expressions.
This has probably been updated and made better in the later versions of NX.

Jerry J.
Milwaukee Electric Tool
 
thanks,, Jerry,,
Manual Input is very good,,,
 
Isn't this happening automatically when you change the diameter of the shaft?

Ronald van den Broek
Application Specialist
Winterthur Gas & Diesel Ltd
NX8.5.3 / TC9.1.2
HPZ420 Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz, 32 Gb Win7 64B
Nvidea Quadro4000 2048MB DDR5
HP EliteBook 8570W Intel(R) Core(TM) I7-3740QM CPU @ 2.70GHz, 16Gb Win7 64B

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top