Expressions attached to Text string
Expressions attached to Text string
(OP)
Is there a way in NX8.5 to associate a numeric expression value that will show up using the Text command? So that if the expression value changes then the Text will change accordingly.
Rob
Rob





RE: Expressions attached to Text string
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Expressions attached to Text string
I should have been more clear. I was refering to the Text command in modelling, not the text editor in drafting. My apologies.
Rob
RE: Expressions attached to Text string
Is this you are looking for in NX8.5?
Use REFERENCE TEXT as shown in the attached snap.
Regards
Kapil Sharma
RE: Expressions attached to Text string
RE: Expressions attached to Text string
www.nxjournaling.com
RE: Expressions attached to Text string
Regards
Kapil Sharma
RE: Expressions attached to Text string
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Expressions attached to Text string
Delighted to hear from you :) ....sorry being a part of the Technical Marketing team has it's own set of consequences on me in terms of terminologies used (it just stick to my mind...)...
Will avoid using it next time for sure.
Have a good day.
Best Regards
Kapil Sharma
RE: Expressions attached to Text string
Rob
RE: Expressions attached to Text string
CODE
format("%f", p123)The "%f" is a format specifier, look up in the help files for other options.
Also google is a good resource, I searched for "c format specifiers" and got some good info such as:
http://en.wikipedia.org/wiki/Printf_format_string
http://www.codingunit.com/printf-format-specifiers...
www.nxjournaling.com
RE: Expressions attached to Text string
Rob