Blocks
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Layouts.Cola.Blocks
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| merge | 1 | merge the blocks on either side of the specified constraint, by copying the smaller block into the larger And deleting the smaller. |
| updateBlockPositions | 1 | useful, for example, after variable desired positions change. |
| split | 1 | split each block across its constraint with the minimum lagrangian |
| GetEnumerator | 1 | For Each |
| insert | 1 | |
| remove | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| cost | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| vs | 1 |
05 Members
merge(
Constraint)merge the blocks on either side of the specified constraint, by copying the smaller block into the larger And deleting the smaller.
Parameters
| Name | Type | Description |
|---|---|---|
c | Constraint | - |
updateBlockPositions
useful, for example, after variable desired positions change.
split(
List(Of Constraint))split each block across its constraint with the minimum lagrangian
Parameters
| Name | Type | Description |
|---|---|---|
inactive | List(Of Constraint) | - |
GetEnumerator
For Each
vs
cost
insert(Block)
remove(Block)