資源簡介
一個關于UG外部開發模式的小例子:UF_CALL(UF_PART_new("C:\\temp\\plmhome.prt",UF_PART_METRIC,&newPart));
cout<<"Step(1)-->Create the part without errors"<<endl;
double coner[3]={.0,.0,.0};
char *edges[]={"100","100","100"};
UF_CALL(UF_MODL_create_block1(UF_NULLSIGN,coner,edges,&blockTag));
代碼片段和文件信息
評論
共有 條評論