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!

Φ is not displayed in drawing.why??

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

api303

Guest
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.

Anyone else had this problem?Any solutions?
 
sorry i didnt face this problem and i do know why it occurs if u are with a solution plz share it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top