NodeData
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Graph.NodeData
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Clone | 1 | |
| SafeGetRadius | 1 | |
| CheckInside | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| neighborhoods | 1 | Get length of the NodeData.neighbours index array |
| size | 1 | 这个主要是为了兼容圆形或者矩形之类的大小信息 |
| mass | 1 | Mass weight |
| initialPostion | 1 | For 2d layout FDGVector2 / 3d layout FDGVector3 |
| color | 1 | 颜色SolidBrush或者绘图TextureBrush |
| neighbours | 1 | 与本节点相连接的其他节点的编号 |
| origID | 1 | |
| force | 1 | |
| weights | 1 | |
| betweennessCentrality | 1 |
04 Members
neighborhoods
Get length of the NodeData.neighbours index array
size
这个主要是为了兼容圆形或者矩形之类的大小信息
mass
Mass weight
initialPostion
For 2d layout FDGVector2 / 3d layout FDGVector3
color
颜色SolidBrush或者绘图TextureBrush
neighbours
与本节点相连接的其他节点的编号
origID
force
weights
betweennessCentrality
Clone()
SafeGetRadius()
CheckInside(
Rectangle)ToString()