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

Definition in file surfaceMeshImport.C.