surfaceMeshImport.C File Reference

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

Go to the source code of this file.

Detailed Description

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

Original source file surfaceMeshImport.C

Usage
surfaceMeshImport inputFile [OPTION]

Options:

  • -clean
    Perform some surface checking/cleanup on the input surface.
  • -name <name>
    Specify an alternative surface name when writing.
  • -read-format <type>
    Specify input file format
  • -read-scale <scale>
    Scale factor when reading files.
  • -write-scale <scale>
    Scale factor when writing files.
  • -dict <dictionary>
    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 surfaceMeshImport.C.