明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1691|回复: 2

请教两个多线段问题

[复制链接]
发表于 2010-8-2 20:47:00 | 显示全部楼层 |阅读模式

请教两个多线段问题:

   一是如何实现等距等分多线段,得到等分点的坐标。

  二是如何根据已知多线段上的一个点坐标确定它的垂线方向。

发表于 2010-8-3 09:59:00 | 显示全部楼层

    ' 定义二维多段线的点

    points(0) = 2: points(1) = 4

    points(2) = 4: points(3) = 2

    points(4) = 6: points(5) = 4

   

    ' 在模型空间中创建一个优化多段线对象

    Set plineObj = ThisDrawing.ModelSpace.AddLightWeightPolyline(points)

 

    '三等分多段线第一条线段,中间两个点的坐标为:

    x1=points(0)+(points(2)-points(0))/3

    x2=points(0)+2*(points(2)-points(0))/3

 

    y1=points(1)+(points(3)-points(1))/3

    y2=points(3)+2*(points(3)-points(1))/3

   

   

 楼主| 发表于 2010-8-3 20:56:00 | 显示全部楼层
非常感谢楼上的解答,但我想实现的是CAD中等距等分的命令:Measure,而不是等分命令:Divide,请问如何实现?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 22:35 , Processed in 0.147394 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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