1.选中连线后可在连线上插入节点 2.快速晃动节点断开连接 3.编辑中的节点字数达到设置阈值自动换行 4.删除中间节点,连线自动接续上下通路 #682
2590812378
started this conversation in
功能请求
Replies: 4 comments 1 reply
-
|
功能4: |
Beta Was this translation helpful? Give feedback.
1 reply
-
贴一个设计草稿,感觉框的进入和摘出也非常需要优化。
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
上述设计草稿思路很清晰。 Houdini的节点默认走向是从节点的上游走向下游,所以连线并无方向。 我想,对于图中不好解决的复杂的拓扑结构,或许可以用“绳结”作为绳结衔接,类似现有的质点。如果存在争议的情况不好处理那就默认断开好了,不一定非要强行连接。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
参考 Houdini 节点编辑逻辑,提升思维导图连线编辑效率。
功能1:在连线上新建插入节点
操作1:选中任意两点间连线
效果:在该连线上插入一个新节点,原连线自动拆分为两段并与新节点连接
操作2:拖动单个节点到连线上
效果:上下连线自动连接
功能2:快速晃动节点断开连接
操作:鼠标选中并快速晃动/拖拽节点
效果:该节点与相连线条自动断开连接,节点保留、连线移除
功能3:编辑中的节点字数达到设置阈值自动换行
操作:全局默认参数,输入字数(长度)达到N,节点自动换成ttt模式,
效果:使长文本节点易于编辑、阅读,节点宽度统一,无需每次都手动切换、调整
功能4:删除中间节点,连线自动接续上下通路
操作:删除任意节点
效果:连线自动接续,无需手动重连
Beta Was this translation helpful? Give feedback.
All reactions