Group Create

data

The geometric data defining a polytope group must be entered in order to make the group completely independent from its reference objects. This is accomplished with two data child elements, one containig real data (the xyz coordinates), the other containing integer data (the number of loops, the number of vertices for the first loop, the offset of vertices for the first loop, the number of vertices for the second loop, etc.).
Example:
<data ... name="points" type="double" size="12">
2.0000 0.0000 2.0000 2.0000 2.0000 0.0000 0.0000 0.00000.0000 0.0000
2.0000 2.0000 </data> Allowed values: real (required)

Example:
<data ... name="points_driver" type="int" size="17">
4 3 1 2 3 3 2 0 3 3 0 1 3 3 1 0 2 </data>
Allowed values: integer (required)
Home