iCAx开思工具箱

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 24476|回复: 1
打印 上一主题 下一主题

高手们,看看这段程序代码?不知错在哪儿?

[复制链接]
跳转到指定楼层
楼主
发表于 2006-5-15 16:17:14 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
高手们:
  帮忙看看以下这段程序代码,错在哪儿啊?我左看右看也发现不了什么毛病,可运行时老是出错.
  我先生成一个矩形,然后以这个矩形为边界做一个有界平面.红色部分运行出错.  
   Dim line1, line2, line3, line4 As Tag
      
        theUfSession.Curve.CreateLine(line_coords1, line1)
        theUfSession.Curve.CreateLine(line_coords2, line2)
        theUfSession.Curve.CreateLine(line_coords3, line3)
        theUfSession.Curve.CreateLine(line_coords4, line4)

        Dim s_section As StringList = New StringList
         
        'string list structure
        s_section.num = 1
        s_section.string(0) = 4
        s_section.dir(0) = 1
        s_section.id(0) = line1
        s_section.id(1) = line2
        s_section.id(2) = line3
        s_section.id(3) = line4

        theUfSession.Modl.CreateStringList(1, 4, s_section)

        Dim tol() As Double
        tol(0) = 0.001
        tol(1) = 0.5 * (Math.PI / 180)
        tol(2) = 0.02
        Dim bplane As Tag

        'create a bounded plane
        theUfSession.Modl.CreateBplane(s_section, tol, bplane)
        theUfSession.Modl.FreeStringList(s_section)
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 支持支持
沙发
发表于 2006-5-16 01:11:19 | 只看该作者

马上注册登录,享用更多网站功能!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手板模型制作,在线3D打印服务

QQ|小黑屋|手机版|开思工具箱 CAD工具箱_CAM工具箱  

GMT+8, 2024-11-17 00:38 , Processed in 0.011856 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

快速回复 返回顶部 返回列表