88 int main(
int argc,
char *argv[])
110 runTime.setTime(Times[startTime], startTime);
114 runTime.setTime(
instant(0, runTime.constant()), 0);
119 word exportName(
"default");
147 ? dictPath/coordinateSystems::typeName
163 coordinateSystems::typeName,
177 <<
"Cannot open coordinateSystems file\n "
188 label csId = csLst.find(csName);
192 <<
"Cannot find -from " << csName <<
nl
193 <<
"available coordinateSystems: " << csLst.toc() <<
nl
204 label csId = csLst.find(csName);
208 <<
"Cannot find -to " << csName <<
nl
209 <<
"available coordinateSystems: " << csLst.toc() <<
nl
221 <<
"Only allowed '-from' or '-to' option at the moment."
239 Info<<
" -scaleIn " << scaleIn <<
endl;
240 surf.scalePoints(scaleIn);
243 if (fromCsys.
valid())
245 Info<<
" -from " << fromCsys().name() <<
endl;
247 surf.movePoints(tpf());
252 Info<<
" -to " << toCsys().name() <<
endl;
254 surf.movePoints(tpf());
260 Info<<
" -scaleOut " << scaleOut <<
endl;
261 surf.scalePoints(scaleOut);
276 Info<<
"writing surfMesh:\n " << smesh.objectPath() <<
endl;