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!

how to express diameter symbol by c code?

  • Thread starter Thread starter api303
  • Start date Start date
Status
Not open for further replies.
A

api303

Guest
as subject
 
double hit! to hit the middle button!
 
but ,my mouse is two buttons

as following:

strncpy( text, @O Φ , sizeof(text)-1 );

text2=strcat(text,dimvalue);

ProStringToWstring(line,text2);

ProArrayObjectAdd ((ProArray*)&p_texts, PRO_VALUE_UNUSED, 1,

line);

ProDimensionTextSet (&p_dims, p_texts);

//Φ is not displayed in drawing model.why??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top