| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Element XML tag
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: