Skip to main content
1-Visitor
April 4, 2012
Question

Tips for text

  • April 4, 2012
  • 18 replies
  • 147952 views

Here's an open discussion for text and notes in Creo and Pro-engineer.

Add tips and tricks that you know and ask questions that would be a good addition to this topic.

If you know of any previous threads that will compliment this topic please provide us the link.

18 replies

1-Visitor
April 4, 2012

GD&T

• Use parametric GD&T when you can, and try this if you want to create a custom note.

Type this as the text:

GD&T text example.PNG

And get this as the note:

GD&T tex example 2.PNG

• Notice that you type @[ before the symbol and then type @] after the symbol to create a box around it.

1-Visitor
August 28, 2013

Here is one i strayed upon recently. If you have a multi line note with a leader, you can change the position of the leader line relative to the note itself, by adding @O to the start or end of a line. Apologies if someone already covered this, it is a rather long post.

John

1-Visitor
April 4, 2012

Superscript

Type this as the text:

25 ft@+2@#

And get this as the note:

superscript example 2.PNG

Notice that @+ goes before the text to be superscripted, and @# goes after.

Subscript

Type this as the text:

C@-6@#H@-12@#O@-6@#

And get this as the note:

subscript example 2.PNG

Notice that @- goes before the text to be subscripted, and @# goes after.

13-Aquamarine
April 17, 2012

Hi Kevin...

The links didn't seem to work. I know what they're supposed to show... but they're not showing!

1-Visitor
April 17, 2012

What links?

13-Aquamarine
April 16, 2012

Multiple formats within single note

To edit the style of one section of a note, first click to select the entire note, then click again to select just the section you want to change. You can then RMB -> Text Style... and change size etc as required.

This works directly with separate lines within a note, but to change just one part within a line you must first separate that section by adding {1: and } around the relevant text:

{1:Large Text} Small Text

Separate Line

Then close the note editor and proceed as above.

1-Visitor
May 23, 2012

To insert text symbol directly from the keyboard (text symbol as a font): press CTRL+A when in a Note Properties window.

To come back to standard font, press CTRL+B.

In the exemple below I typed "azertyuiop"

symbol.jpg

1-Visitor
May 23, 2012

To round the value of a parameter called in a note, add [.X] after the parameter name, X being the number of decimals.

round.jpg

1-Visitor
December 18, 2012

Hi I triedyour Tip, But It's not working in WF4

I entered text notes as

Volume Filled: &PRO_MP_VOLUME.X

I am getting same as like text, If I remove .X then it's coming volume value without units and with 3 decimal places

16-Pearl
December 18, 2012

If you entered it exactly like you said, then you forgot about brackets. It should look like:

Volume Filled: &PRO_MP_VOLUME[.X]

Otherwise, you'll get plain text, because there is no parametr PRO_MP_VOLUME.X in model.

1-Visitor
May 23, 2012

To see the result of a note change without closing the note window, simply click on your drawing's background when the changes are done.

It will act like a "Preview" button.

Dale_Rosema
23-Emerald III
23-Emerald III
July 9, 2012

What was the trick for putting in your own dimension?

It has something to do with @D0 or something and then you type in your own dimension.

DomenicLaritz
16-Pearl
July 9, 2012

@OmyOwnDimension - @O overwrites the default content

Dale_Rosema
23-Emerald III
23-Emerald III
July 9, 2012

Thanks. That is what I was looking for. Just remember it's an "O" (oh) and not a zero.

17-Peridot
July 9, 2012

If you don't want to mess with pen tables and you export PDF drawings, try assigning "thickness" to your text.

I use .012 in in/lb (SAE) drawings providing nice crisp text in the PDF export.

Also, a nice font for distinguishing 1 (one) from I (upper case i) and l (lower case L) is ISO30985FONT. It is the closest thing I found to the Creo Direct Modeling default HP font.

17-Peridot
July 9, 2012

Anyone know how to create the Feature Control Frame B below?

http://www.kxcad.net/ugs/SDRC_I-DEAS_NX_series_Help_Library/des_ug/graphics/s8Dmgf2dobo.gif

13-Aquamarine
July 9, 2012

Hi Antonius...

That's called a Composite Tolerance. from the Datum Refs tab, select the radio button for Composite Tolerance. See below. If you need help with the other stuff (diameter symbols, etc) just let me know.

composite.png

Thanks!

-Brian

17-Peridot
August 1, 2012

I found this that might help this category:

Use a $ in relations to use negative values -

Relations


All relations valid in a Creo Parametric model can be entered in a Pro/PROGRAM design.

If an expression you want to include in the RELATIONS statement contains more than 80 characters, use a backslash (\) to interrupt the current line and continue the expression on the next line.

The format can be as follows:

RELATIONS PARAMETER = COVER_SIZE/2 + LENGTH*0.75 -\ 
0.75*d3*d3 + THICKNESS*2 END RELATIONS

Changing the material density in a part causes the system to update the mp_density value in relations and vice versa.

Note

  • When using negative dimensions, a dollar sign ($) must precede the dimension symbol in both the input statement and the external input files. For example, use $d20 instead of d20. The dimensions will not be updated if a dollar sign does not precede the symbols.
  • If the program assigns a value to a dimension variable that is already driven by a part or subassembly relation, two error messages appear. Edit or remove the program relation and regenerate.
17-Peridot
August 1, 2012

Also found this:

If you have a string of variables like in hole callouts, you noticed that you require spaces between the end of the variable and new text characters. This is why you see...

&THREAD_SERIES - &THREAD_CLASS

UNF - 2B
...a text string which is obviously not to any standard that we as engineers accept.

But there is a little known method to remove the requirement for the space:

{0:&THREAD_SERIES}-{1:&THREAD_CLASS} ...which returns

UNF-2B

Old school editor but this is what makes it work.

Why didn't PTC do this for the hole CALLOUT_FORMAT?

PTC, are you listening? This is what "we" call fit and finish

13-Aquamarine
August 7, 2012

The extraneous spaces have always been an issue. I've been removing them for years... or else just skipping the automatic cosmetic thread notes altogether.

Dale_Rosema
23-Emerald III
23-Emerald III
March 1, 2013

I have seen before where the font size was changed within a text box (i.e. not separate text boxes).