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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for the syntax for adding dimensions in notes.

Status
Not open for further replies.

Decibels

Mechanical
Joined
Jul 10, 2013
Messages
4
Location
US
I know that to add a dim in a note you can put it like this <X0.3@p6479> which shows like this .500 but if I wanted to add tolerance and show it like this: .495 - .505 How would a make this associative? Or is that an option?
 
What version of NX are you using ?
Are your drawings created using "master model" ?
 
Below syntax will give you the upper and lower values of your tolerance. In example +0.060 upper and -0.030 lower.

<T+0,060!-0,030>

Ronald van den Broek
Mechanical Engineer
Cad Environment Coordinator
Wärtsilä, Propulsion Services
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

 
<T+0,060!-0,030> would be good as long as you don't have a limit dimension. With a limit dimension, Other than adding 2 separate expressions for tolerance, (p6479+.005) and (p6479-.005), I wouldn't know. I hope there is a better way of doing it.

I sometimes try to get around with by using a real dimension in drafting. Add the tolerance values in. Hide leaders so only the dimension appears. Then add text before or after it. Unless you have a paragraph it should be ok.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top