" << std::endl;
writer.incInd();
if (this->apply_transform) {
Base::Vector3f pt;
for (MeshPointArray::_TConstIterator itp = rPoints.begin(); itp != rPoints.end(); itp++) {
pt = this->_transform * *itp;
writer.Stream() << writer.ind() << ""
<< std::endl;
}
}
else {
for (MeshPointArray::_TConstIterator itp = rPoints.begin(); itp != rPoints.end(); itp++) {
writer.Stream() << writer.ind() << "x << "\" "
<< "y=\"" << itp->y << "\" "
<< "z=\"" << itp->z << "\"/>"
<< std::endl;
}
}
writer.decInd();
writer.Stream() << writer.ind() << "
" << std::endl;
// write the faces
writer.Stream() << writer.ind() << "