Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

router的manhattan算法中excludeShapes失去效果了? #3305

Closed
gfYoboo opened this issue Feb 25, 2023 · 6 comments · Fixed by #3334
Closed

router的manhattan算法中excludeShapes失去效果了? #3305

gfYoboo opened this issue Feb 25, 2023 · 6 comments · Fixed by #3334

Comments

@gfYoboo
Copy link

gfYoboo commented Feb 25, 2023

Describe the bug

如题所示,然后我看源码,发现ManhattanRouterOptions中只有excludeTerminals和excludeNodes了是这个功能有哪里有缺陷吗?

Your Example Website or App

http://flow.qyuit.com/

Steps to Reproduce the Bug or Issue

因为我这个图形有叠加,需要排除所有的某类图形。
connecting是在实例化的时候就传入了,后续的图形都是addNode一个个的添加的,如果只能用Node或id那么需要添加的时候保存下来,然后再去修改connecting的router的excludeNodes。
excludeNodes() {
return store.dutyCellIds;
}
不如原来用excludeShapes直观。

Expected behavior

后续有计划吗?还是这个属性就直接删除了?

Screenshots or Videos

No response

Platform

主流

Additional context

No response

@x6-bot
Copy link
Contributor

x6-bot bot commented Feb 25, 2023

👋 @gfYoboo

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@WinterWoods
Copy link

同样遇到了该问题。group组件无法使用excludeShapes忽略

@WinterWoods
Copy link

什么时候能解决

@NewByVector
Copy link
Contributor

/cib

@x6-bot
Copy link
Contributor

x6-bot bot commented Mar 2, 2023

@gfYoboo

Branch issue/issue-3305 was created for this issue. We will investigate into the matter and get back to you as soon as possible.

感谢反馈问题或提供改进建议,我们创建了 issue/issue-3305 分支来处理这个问题,你可以继续跟进后续的解决方案。

@x6-bot
Copy link
Contributor

x6-bot bot commented Oct 8, 2024

This thread has been automatically locked because it has not had recent activity.

Please open a new issue for related bugs and link to relevant comments in this thread.

@x6-bot x6-bot bot locked as resolved and limited conversation to collaborators Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants