| アトリビュート型 | フラグと引数 |
|---|---|
| boolean | -at bool |
| long int (32) | -at long |
| short int (16) | -at short |
| byte | -at byte |
| char | -at char |
| float | -at "float" |
| double | -at double |
| double with angle units | -at doubleAngle |
| double with linear units | -at doubleLinear |
| string | -dt "string" |
| message (no data) | -at message |
| time | -at time |
| matrix | -dt "matrix" |
| matrix of floats | -at fltMatrix |
| reflectance data | -dt reflectanceRGB |
| spectrum data | -dt spectrumRGB |
| 2 or 3 floats | -dt float2, or -dt float3 |
| 2 or 3 doubles | -dt double2, or -dt double3 |
| 2 or 3 long integers | -dt long2, or -dt long3 |
| 2 or 3 short integers | -dt short2, or -dt short3 |
| array of doubles | -dt doubleArray |
| array of long ints | -dt Int32Array |
| array of vectors | -dt vectorArray |
| nurbs curve or surface | -dt nurbsCurve or -dt nurbsSurface |
| polygonal mesh | -dt mesh |
| lattice | -dt lattice |
| array of double 4D points | -dt pointArray |