如何显示从 nw:bicomponent-clusters 返回的节点
How to display nodes returned from nw:bicomponent-clusters
我想在屏幕上显示存储在集群中的节点。
let clusters nw:bicomponent-clusters
print clusters
它将为 let clusters nw:bicomponent-clusters
返回的所有节点着色
let clusters nw:bicomponent-clusters
foreach clusters
[ set color pink]
我想在屏幕上显示存储在集群中的节点。
let clusters nw:bicomponent-clusters
print clusters
它将为 let clusters nw:bicomponent-clusters
返回的所有节点着色 let clusters nw:bicomponent-clusters
foreach clusters
[ set color pink]