MFVec2f e.g. [ x1 y1, x2 y2, x3 y3, .... xn yn] -- A multiple-value field that contains any number of two-dimensional vectors. |
MFVec2fs are written to file as one or more pairs of floating point values separated by whitespace. |
When more than one value is present, all of the values are enclosed in square brackets and separated by commas; |
For example: [ 0 0, 1.2 3.4, 98.6 -4e1 ] |
MFVec3f -- A multiple-value field that contains any number of three-dimensional vectors. |
MFVec3fs are written to file as one or more triples of floating point values separated by whitespace. |
When more than one value is present, all of the values are enclosed in square brackets and separated by commas; |
For example: [ 0 0 0, 1.2 3.4 5.6, 98.6 -4e1 212 ] |