Standard trailer
| 109 | |
| 110 | // Standard trailer |
| 111 | void triSurface::writeDXTrailer(Ostream& os) const |
| 112 | { |
| 113 | os << "# the field, with three components: \"positions\", \"connections\"" |
| 114 | << ", and \"data\"" << endl |
| 115 | << "object \"irregular positions irregular connections\" class field" |
| 116 | << endl |
| 117 | << "component \"positions\" value 1" << endl |
| 118 | << "component \"connections\" value 2" << endl |
| 119 | << "component \"data\" value 3" << endl; |
| 120 | } |
| 121 | |
| 122 | |
| 123 | // Geometry only (data field is either faceIndex or patchIndex) |