iCAx开思工具箱

标题: 求助,装配的问题!!! [打印本页]

作者: wangqin0204    时间: 2006-8-21 10:25
标题: 求助,装配的问题!!!
Dim ftf As UFAssem.MatingCondition
        theUfSession.Assem.InitMc(ftf)      /////////////////////////////////////////
        ftf.mated_object = from_part_ins
        ftf.part_occurrence = to_part_occ
        ftf.name = ""
        ftf.user_name = False
        ftf.constraints(0).from_status = UFAssem.LoadStatus.Ok           ///////////////////////
        ftf.constraints(0).to_status = UFAssem.LoadStatus.Ok
        ftf.constraints(0).mate_type = UFConstants.UF_ASSEM_v16_mate
        ftf.constraints(0).from_type = UFConstants.UF_ASSEM_planar_face
        ftf.constraints(0).to_type = UFConstants.UF_ASSEM_planar_face
        ftf.constraints(0).from = firstplan
        ftf.constraints(0).from_part_occ = from_part_occ
        ftf.constraints(0).to = secondplan
        ftf.constraints(0).to_part_occ = to_part_occ
        ftf.constraints(0).offset = Tag.Null
        ftf.constraints(0).name = "face to face"
        ftf.constraints(0).user_name = True

为什么运行到第2行就报错“未将对象的引用设置到对象的实例”??
如果我把第二行去掉,到了第七行还是这个错误


作者: wangqin0204    时间: 2006-8-21 20:42
有没有人知道阿
急死了
作者: wangqin0204    时间: 2006-8-23 18:23
那位大虾知道,告诉一声啊
作者: wangqin0204    时间: 2006-8-28 08:31
有没有人知道阿
作者: DEEPMOON    时间: 2006-9-3 23:47
可能是object给错了,我里都是反过来求的,晕哪,累死切~!
作者: wangqin0204    时间: 2006-9-5 10:12
谢谢deepmoon,终于有人回答了
能不能给我一个你的源代码,怎样反过来求??




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