Appearance
节点交叉点
¥Node Intersections
有时你需要知道两个节点是否相交。useVueFlow
提供类似 getIntersectingNodes
或 isNodeIntersection
的方法,帮助你找出两个或多个节点何时相交,或者一个节点是否与给定区域相交。
¥Sometimes you need to know if two nodes intersect. useVueFlow
provides you methods like getIntersectingNodes
or isNodeIntersection
to help you find out when two or more nodes intersect, or if a node intersects with a given area.