点击查看详细介绍

请教UF_DRF_set_appended_text函数的用法

edwardliu_84 18年前 10809 1

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


API上说UF_DRF_set_appended_text(tag_t dimension, int num_text, UF_DRF_appended_text_p_t appended_text)
然后UF_DRF_appended_text_s中又包含
location:
UF_DRF_appended_text_location_t location
appended text location

num_lines:
int num_lines
number of lines of appended text

text:
char** text
appended text array
如何使用这个函数,碰到这种结构类型的指针我就不会用,请高手指点,最好可以负值做个例子,谢谢
急求~~~

0

最新回复 (1)
  • edwardliu_84 18年前
    1

    //在尺寸前加G的标记
    char txt[2];
    int num_text=1;
    sprintf(buf1,

请登录后发表新帖