Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

how to express diameter symbol by c code?

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??
 

Sponsor

Articles From 3DCAD World

Back
Top