通过拖动图中的另一个对象来延长直线

发布于 2024-11-25 15:55:07 字数 136 浏览 1 评论 0 原文

我有在图形中移动对象的功能。该图也由线条填充。我试图将一个顶点附加到一个对象(或相对于该对象固定的位置),以便当我拖动该对象时,线会随之延伸。我这样做不会有麻烦,但 imline(.) 函数返回没有“Position”属性的行。还有其他方法可以做到这一点吗?

I have the functions for moving objects around in a figure. The figure is also populated by lines. I'm trying to attach one vertex to an object (or a position fixed relative to the object) so that when I drag that object, the line extends with it. I wouldn't have trouble doing this, but the imline(.) function returns a line with no 'Position' property. Is there any other way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乄_柒ぐ汐 2024-12-02 15:55:07

You can get and set the position of the underlying line graphic object using the getPosition and setPosition methods of the imline object. These should suffice to update the line as you drag the attached object.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文