Customizing link sets
Link sets do not have a graphic representation in the network and equipment components. Instead, they are used to group together multiple links that may exist between two nodes, so that the graph layout cannot insert a link that is not in the link set or have the links follow different paths.
You can customize a link set through the CSS property listed in the following table.
|
Property Name |
Type |
Default Value |
Description |
|
linkDistance |
float |
2 |
Defines the distance between the links that are part of the link set |
How to set the link distance in a link set
object."ilog.tgo.model.IltLinkSet" {
linkDistance: 4;
}






