Diese Funktionalität ist nur in bestimmten Ausbaustufen verfügbar.

Commands zum Verschieben der Knoten

Zum Abschluss des Tutorials für das Graph2D-Diagramm sollen noch Commands hinzugefügt werden, um die Räume zwischen den Etagen und Geräte und Personen zwischen den Räumen verschieben zu können.

  1. Erweitern Sie die Konfiguration für die Commands mit den folgenden Zeilen.
<!-- Commands to move nodes between rooms and rooms between floors -->
<command xsi:type="changeInstanceParent" src="=isInstanceOf('IT_ModularSystem.Buildingcomponents.Room')" id="move_Room" />
<command xsi:type="changeInstanceParent" src="=isInstanceOf('IT_ModularSystem.Roomcomponents.PC')" id="move_PC" />
<command xsi:type="changeInstanceParent" src="=isInstanceOf('IT_ModularSystem.Roomcomponents.Telephone')" id="move_Telephone" />
<command xsi:type="changeInstanceParent" src="=isInstanceOf('IT_ModularSystem.Roomcomponents.5waySwitch')" id="move_5waySwitch" />
<command xsi:type="changeInstanceParent" src="=isInstanceOf('IT_ModularSystem.Roomcomponents.Printer')" id="move_Printer" />
<command xsi:type="changeInstanceParent" src="=isInstanceOf('IT_ModularSystem.Roomcomponents.Worker')" id="move_Worker" />
<command xsi:type="changeInstanceParent" src="=isInstanceOf('IT_ModularSystem.Roomcomponents.2wayLANJack')" id="move_2way_LANJack" />
  1. Speichern Sie die Diagrammkonfiguration ([Strg] + [S]).