明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1797|回复: 3

[求助]如何得到两条多义线的交点

[复制链接]
发表于 2006-1-15 11:47:00 | 显示全部楼层 |阅读模式

任意两条多义线,如何得到他们的交点.

或直接求两条多义线的面积(主要用于公路中填挖面积的计算)

 楼主| 发表于 2006-1-17 10:20:00 | 显示全部楼层
 Dim intPoints As Variant
    intPoints = lineobj.IntersectWith(circleobj, acExtendNone)
   
    ' Print all the intersection points
    Dim I As Integer, j As Integer, k As Integer
    Dim str As String
    If VarType(intPoints) <> vbEmpty Then
        For I = LBound(intPoints) To UBound(intPoints)
            str = "Intersection Point[" & k & "] is: " & intPoints(j) & "," & intPoints(j + 1) & "," & intPoints(j + 2)
            MsgBox str, , "IntersectWith Example"
            str = ""
            I = I + 2
            j = j + 3
            k = k + 1
        Next
    End If
发表于 2006-4-11 12:35:00 | 显示全部楼层

 2桉的方法好象不行,能否再更新一下,运行时会提示每二行的问题“此处需要物体”

本人也在找一个求多边形各顶点的方法,不知道可否赐教,多谢

发表于 2006-4-11 15:50:00 | 显示全部楼层
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-27 04:34 , Processed in 0.167150 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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