Benutzer-Werkzeuge

Webseiten-Werkzeuge


guicomponents:4dview

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
guicomponents:4dview [2014/12/18 10:56] oliverguicomponents:4dview [2014/12/18 10:57] – [Markers and Points] oliver
Zeile 15: Zeile 15:
 And each <Point>-element is defined as an child of the <PointSet>-element: And each <Point>-element is defined as an child of the <PointSet>-element:
  
-<code>+<code xml>
 <PointSet name="Point"> <PointSet name="Point">
        <Point name="D" origin="D"/>        <Point name="D" origin="D"/>
Zeile 22: Zeile 22:
  
 The <MarkerSet>- and the <PointSet>-element must have an attribute "name", which can be used by the graphical user interface to visualize and edit the visualization description. The <MarkerSet>- and the <PointSet>-element must have an attribute "name", which can be used by the graphical user interface to visualize and edit the visualization description.
 +
 +==== Connection sets ====
 +A <Connection>-element visualizes the connection between two markers or points by a stick. Each connection is defined as a child of the <ConnectionSet>-element. The <ConnectionSet>-element is defined as an child of the <MarkerSet>-element.
 +
 +<code xml>
 +<MarkerSet name="ABC">
 +   <ConnectionSet name="">
 +      <Connection name="AB" start="A" end="B"
 +   </ConnectionSet>
 +</MarkerSet>
 +</code>
guicomponents/4dview.txt · Zuletzt geändert: 2014/12/18 10:58 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki