MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Converts binary VTK to ASCII VTK file. More...
Functions | |
def | main (filenameIn, filenameOut, origin, spacing) |
Main function for the conversion. More... | |
Converts binary VTK to ASCII VTK file.
def FoamConstruction.vtkconv.main | ( | filenameIn, | |
filenameOut, | |||
origin, | |||
spacing | |||
) |
Main function for the conversion.
Intended for VTK files with 3D voxel data. Adjusts origin and spacing.
[in] | filenameIn | binary VTK file name |
[in] | filenameOut | ASCII VTK file name |
[in] | origin | of coordinate system |
[in] | distance | between the points |
Definition at line 21 of file vtkconv.py.