点击查看详细介绍

求助:UG中查询面积和坐标的API函数?

tt31 18年前 8451 4

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


rt
谢谢!

0

最新回复 (4)
  • tt31 18年前
    1

    自己顶
    麻烦高手指教,这类函数在哪个头文件里。

  • tt31 18年前
    2

    跪求高手指点
    我只找到一个求实体表面积的函数,但我希望得到的是某平面面积,不知是否有这样的函数?

  • weisongjie 18年前
    3

    表面积不是规则的吧?

  • ice-snow 18年前
    4

    查询片体面积的话你可以试一下UF_MODL_ask_mass_props_3d函数
    extern int UF_MODL_ask_mass_props_3d (
    tag_t * objects,
    int num_objs,
    int type,
    int units,
    double density,
    int accuracy,
    double acc_value[ 11 ],
    double mass_props[ 47 ],
    double statistics[ 13 ] );

    Returns the mass properties of the specified collection of solid or sheet bodies.

    output

请登录后发表新帖