| 249 | |
| 250 | |
| 251 | void Foam::sampledPlane::print(Ostream& os) const |
| 252 | { |
| 253 | os << "sampledPlane: " << name() << " :" |
| 254 | << " base:" << refPoint() |
| 255 | << " normal:" << normal() |
| 256 | << " triangulate:" << triangulate_ |
| 257 | << " faces:" << faces().size() |
| 258 | << " points:" << points().size(); |
| 259 | } |
| 260 | |
| 261 | |
| 262 | // ************************************************************************* // |