surfaceMeshExport.C File Reference

Export from surfMesh to various third-party surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem. More...

Go to the source code of this file.

Detailed Description

Export from surfMesh to various third-party surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem.

Original source file surfaceMeshExport.C

Usage
surfaceMeshExport outputFile [OPTION]

Options:

  • -clean
    Perform some surface checking/cleanup on the input surface.
  • -name <name>
    Specify an alternative surface name when writing.
  • -scaleIn <scale>
    Specify a scaling factor when reading files.
  • -scaleOut <scale>
    Specify a scaling factor when writing files.
  • -from <coordinateSystem>
    Specify a coordinate system when reading files.
  • -to <coordinateSystem>
    Specify a coordinate system when writing files.
    Note: The filename extensions are used to determine the file format type.

Definition in file surfaceMeshExport.C.