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!

catvba – adding degree symbol to text

  • Thread starter Thread starter mkirbybdk
  • Start date Start date
M

mkirbybdk

Guest
Greetings,<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

I have created a catvba macro that is used globally to place certain text on a drawing. However I am having an issue with one of the text strings that includes the degree symbol (
 
Hello Mark,


Hi,I am kishore.I am working in CATIA V5.Can you plz help me how you are going to write and link to the CATIA? If you can give the process and platform which require to build the macros and what are the extent of cutomization with in CATIA can be done.


I am very familiar with Pro/E Customization with Pro/Toolkit.I just moved to CATIA.If you can give some guidence for basic customization it will be a great help for me.


With regards,


Kishore V
 
Greetings,<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><?:NAMESPACE PREFIX = O /><O:P></O:P>
<O:P></O:P>
RESOLVED:
myAngle = txtAngle.Text & Strings.ChrW(176)<O:P></O:P>
<O:P></O:P>
REPLY: Kishore
<O:P> Most ofthe customization information is provided inthe CATIA Documentation (see attached). 2009-01-29_110939_reply.zip</O:P>
<O:P></O:P>
<O:P></O:P><O:P>Other resources such as this website often provide useful information. You simply need to know what to search for on the web. For example, in the past I have searched for information on "CATIA + vba + examples".</O:P>
<O:P></O:P>
<O:P>Hope this helps !</O:P>
Mark
 
Hello Mark,


Thank you very much for your promp reply.I will catch you again after spending some time on this.


With regards,


Kishore V
 

Part and Inventory Search

Sponsor

Back
Top