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.
  • -write-format <type>
    Specify output file format
  • -read-scale <scale>
    Scale factor when reading files.
  • -write-scale <scale>
    Scale factor when writing files.
  • -dict <dictionary>
    Specify an alternative dictionary for constant/coordinateSystems.
  • -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.