谢谢作者: UG008 时间: 2009-12-29 19:17
JT不支持参数化驱动
JT图形不能编辑,如果需要编辑,必须抽取面,抽取出来面的质量很错
只能通过手工缝补作者: UG008 时间: 2009-12-29 19:22
请教你一个问题
怎样把面的指针型转换成面的类型
dim face_tag as nxopen.tag
dim face as face
已经求得face_tag
通过什么函数转换成面的类型
face=face_tag作者: zhangcanwei 时间: 2009-12-30 07:28
UG008 发表于 2009-12-29 19:22
请教你一个问题
怎样把面的指针型转换成面的类型
dim face_tag as nxopen.tag
dim face as face
已经求得face_tag
通过什么函数转换成面的类型
face=face_tag
楼上这个问题好像有很多人问过;
face = CType(NXOpen.Utilities.NXObjectManager.Get(face_tag, NXOpen.face)作者: tangxu12 时间: 2009-12-30 11:17
为什么不用VC++呢?至少UG OPEN FOR C里面这么多函数可以用。NX OPEN有很多功能是不能实现的。