GeoGebra

Element XML tag

Jump to: navigation, search

An element has two attributes: "type" and "label". The following types are valid:

  • point
  • vector
  • line
  • segment
  • ray
  • polygon
  • conic
  • conicpart
  • numeric
  • angle
  • function

Below there is an example of its syntax:

<element type="line" label="string">
   <show object="true" label="true"/>
   <objColor r="0" g="0" b="255"/>
   <lineStyle thickness="2" type="0"/>
   <eqnStyle style="implicit"/>
   <coords x="6.0" y="7.8" z="1.0"/>
   <fixed val="false"/>
   <auxiliary val="true"/>
</element>

List of tags for the valid types of element: