点击查看详细介绍

如何实现体(body)的阵列?

wangaibohit VIP会员 8年前 2645 3

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


本人使用VS2010 C语言对UG进行二次开发。请问,哪个(些)函数可以实现对体的阵列功能?

3

最新回复 (3)
  • nxopen 8年前
    1

    uf5947() 这个可以实现你想要的功能

    void uf5947
    (
    const double rp1 [ 12 ] ,
    const tag_t objects [ ] ,
    const int * n_objects,
    const int * move_or_copy,
    const int * dest_layer,
    const int * trace_curves,
    tag_t * copies,
    tag_t * trace_curve_group,
    int * status
    )

  • 我的心如水 7年前
    2

    这个命令有参数吗? 有参数才方便以后修改

  • 我的心如水 7年前
    3

    这只是几何复制功能,不是阵列,而且没有参数。

请登录后发表新帖