Files
openfoam/applications/utilities/mesh/manipulation/objToVTK/FoamX/objToVTK.cfg
2008-04-15 18:56:58 +01:00

34 lines
1.2 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// objToVTK tool definition
description "Read obj line (not surface!) file and convert into vtk";
objToVTKDict
{
type dictionary;
description "objToVTK control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type compound;
optional 1;
entries
{
include "$FOAMX_CONFIG/entries/arguments/inputFile.cfg";
include "$FOAMX_CONFIG/entries/arguments/outputFile.cfg";
}
}
}
}
// ************************************************************************* //