iCAx开思网

标题: 求助:UG中查询面积和坐标的API函数? [打印本页]

作者: tt31    时间: 2007-5-9 17:11
标题: 求助:UG中查询面积和坐标的API函数?
rt
谢谢!
作者: tt31    时间: 2007-5-9 17:46
自己顶
麻烦高手指教,这类函数在哪个头文件里。
作者: tt31    时间: 2007-5-9 22:07
跪求高手指点
我只找到一个求实体表面积的函数,但我希望得到的是某平面面积,不知是否有这样的函数?
作者: weisongjie    时间: 2007-5-10 08:57
表面积不是规则的吧?
作者: tt31    时间: 2007-5-10 11:11
不规则
作者: ice-snow    时间: 2007-5-11 09:16
查询片体面积的话你可以试一下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  mass_props[0] = Surface Area
详见帮助文档
作者: tt31    时间: 2007-5-11 16:10
谢谢




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3