iCAx开思工具箱

标题: 【求助】inferred是什么意思? [打印本页]

作者: goodluckwu    时间: 2004-3-22 13:21
标题: 【求助】inferred是什么意思?
在UG的API中有这么一段:
  
UF_SKET_ask_inferred_cons_of_sketch
  
This function returns all inferred constraints of the given sketch.
  
extern int UF_SKET_ask_inferred_cons_of_sketch (
tag_t sketch_tag,  
int * num_cons,  
tag_t ** con_tags );
  
tag_t  sketch_tag Input Sketch object tag.  
int *  num_cons Output Number of inferred cons.  
tag_t **  con_tags Output Array of inferred cons.
Use UF_free to deallocate
the memory when done.  
  
“infer” 一词在金山词霸中的解释是:推断
难道在UG中推断得到的约束和非推断得到的还有区别么?如果有的话,有什么区别呢?那位高人指导一二,谢谢
作者: zzz    时间: 2004-3-22 15:26
在UG里面就算是缺省的吧
作者: Tyrael    时间: 2004-3-23 09:34
这个应该是类似自动捕捉的功能吧
系统会根据你选择的对象和鼠标位置智能判断约束类型
帮助文档里有的
作者: goodluckwu    时间: 2004-3-23 15:47
可是系统自己推断得到的约束和指定的约束有什么不同么?为什么要定义一个参数来区别他们呢?




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3