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

To enclose text with circle in NOTES

  • Thread starter Thread starter sharewithmani
  • Start date Start date
Status
Not open for further replies.
S

sharewithmani

Guest
Hi,


I have to type a note in drawing which is enclosed in a circle similar to box


@text@].


In WF2 help topics, it is reffered to ascii characters in INSTALLATION AND ASDMINISTRATION GUIDE, but I am not able to find such file.


If anyone has some idea about similar functionalites or some help files in this regard, please let me Know.


TIA


With regards,


Mani.
 
Balloon notes consist of text enclosed in a circle. Pro/ENGINEER adds them to a drawing as a regular note. When you enter multiple lines of text for the balloon note, it encloses each line within a balloon, and stacks the balloons horizontally.

You can restrict the size of a balloon using the max_balloon_radius and min_balloon_radius drawing setup file options to set the maximum and minimum allowable balloon radii.

In drawing mode pick INSERT/BALLOON.
 
dr_gallup said:
Balloon notes consist of text enclosed in a circle. Pro/ENGINEER adds them to a drawing as a regular note. When you enter multiple lines of text for the balloon note, it encloses each line within a balloon, and stacks the balloons horizontally.

You can restrict the size of a balloon using the max_balloon_radius and min_balloon_radius drawing setup file options to set the maximum and minimum allowable balloon radii.

In drawing mode pick INSERT/BALLOON.





Hi,


Thanks for your Reply.


But my problem is not with ballons. Just refer to the pic attached. Do U have idea about entering some special characters for making Super & Subscripts, to enclose text in boxes. These things we will do at the time of some desc. or Revision note.View attachment 1233


Expecting in the form ascii characters..........


TIA


with regards,


Mani.
 
hello


In proe2001 we use for subscript [@-text@#] and for superscript we use [@+text@#], replace the text string with the textyou want to make super/subscript. (this is according to Pro/Engineer Fundamentals of Drawing Training Guide Release 20.0, lesson 7, page 5 & 6)


Adrian
 
There is no assci code to put text in circles. There is no Pro/E special character to put text in circles. You can define a symbol with variable text if you want.

We use the attached symbol "cherry" to show changes at revision levels. It only allows interger values, you will have to redefine it if you want alpha characters. Add the symbol to your drawing then imbed the symbol in a text string using: &sym(cherry)

2005-09-28_103955_cherry.zip
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top