surfaceMeshConvert.C File Reference

Convert between surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem. More...

Go to the source code of this file.

Detailed Description

Convert between surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem.

Original source file surfaceMeshConvert.C

Usage
surfaceMeshConvert inputFile outputFile [OPTION]

Options:

  • -clean
    Perform some surface checking/cleanup on the input surface.
  • -read-format <type>
    The input file format (default: use file extension)
  • -write-format <type>
    The output file format (default: use file extension)
  • -read-scale <scale>
    Input geometry scaling factor.
  • -write-scale <scale>
    Output geometry scaling factor.
  • -dict <dictionary>
    Alternative dictionary for constant/coordinateSystems.
  • -from <coordinateSystem>
    Apply specified coordinate system after reading file.
  • -to <coordinateSystem>
    Apply specified coordinate system before writing file.
  • -tri
    Triangulate surface.
    Note
    The filename extensions are used to determine the default file formats.

Definition in file surfaceMeshConvert.C.